Searched refs:written (Results 1 – 13 of 13) sorted by relevance
/net-tools-3.7.0/libcoap/src/ |
D | uri.c | 267 size_t written; in make_decoded_option() local 279 written = coap_opt_setheader(buf, buflen, 0, res); in make_decoded_option() 281 assert(written <= buflen); in make_decoded_option() 283 if (!written) /* encoding error */ in make_decoded_option() 286 buf += written; /* advance past option type/length */ in make_decoded_option() 287 buflen -= written; in make_decoded_option() 296 return written + res; in make_decoded_option()
|
D | resource.c | 172 size_t left, written = 0; local 263 PRINT_COND_WITH_OFFSET(p, bufend, offset, ',', written); 276 written += left; 279 *buflen = written;
|
/net-tools-3.7.0/mbedtls-2.4.0/programs/ssl/ |
D | ssl_client2.c | 402 int ret = 0, len, tail_len, i, written, frags, retry_left; in main() local 1395 for( written = 0, frags = 0; written < len; written += ret, frags++ ) in main() 1397 while( ( ret = mbedtls_ssl_write( &ssl, buf + written, len - written ) ) in main() 1422 written = ret; in main() 1425 buf[written] = '\0'; in main() 1426 mbedtls_printf( " %d bytes written in %d fragments\n\n%s\n", written, frags, (char *) buf ); in main()
|
D | ssl_server2.c | 782 int ret = 0, len, written, frags, exchanges_left; in main() local 2201 for( written = 0, frags = 0; written < len; written += ret, frags++ ) in main() 2203 while( ( ret = mbedtls_ssl_write( &ssl, buf + written, len - written ) ) in main() 2234 written = ret; in main() 2237 buf[written] = '\0'; in main() 2238 mbedtls_printf( " %d bytes written in %d fragments\n\n%s\n", written, frags, (char *) buf ); in main()
|
/net-tools-3.7.0/libcoap/examples/ |
D | client.c | 80 size_t written; in append_to_output() local 94 written = fwrite(data, 1, len, file); in append_to_output() 95 len -= written; in append_to_output() 96 data += written; in append_to_output() 97 } while ( written && len ); in append_to_output()
|
/net-tools-3.7.0/ |
D | README.legacy | 179 which reads data from pipes which is written buy 15.4 test 183 written in PCAP format for wireshark monitoring.
|
/net-tools-3.7.0/libcoap/ |
D | CONTRIBUTE | 52 As written above libcoap is maintained with the Git tools so you should be 167 read your code but not necessary understand why the code is written this
|
D | LICENSE.GPL | 125 your rights to work written entirely by you; rather, the intent is to 142 b) Accompany it with a written offer, valid for at least three 235 the limitation as if written in the body of this License.
|
/net-tools-3.7.0/tinydtls-0.8.2/doc/ |
D | Doxyfile.in | 53 # documentation generated by doxygen is written. Doxygen will use this 277 # When the cache is full, less often used symbols will be written to disk. 563 # and error messages should be written. If left blank the output is written 861 # written to the html output directory. 1032 # Makefile that is written to the output directory.
|
/net-tools-3.7.0/mbedtls-2.4.0/doxygen/ |
D | mbedtls.doxyfile | 69 # documentation generated by doxygen is written. Doxygen will use this 653 # and error messages should be written. If left blank the output is written 1036 # written to the html output directory. 1253 # script for searching. Instead the search results are written to an XML file 1271 # search data is written to a file for indexing by an external tool. With the 1311 # Makefile that is written to the output directory.
|
/net-tools-3.7.0/mbedtls-2.4.0/ |
D | apache-2.0.txt | 55 means any form of electronic, verbal, or written communication sent
|
/net-tools-3.7.0/libcoap/doc/ |
D | Doxyfile.in | 57 # into which the generated documentation will be written. If a relative path is 82 # documentation generated by doxygen is written. Doxygen will use this 741 # messages should be written. If left blank the output is written to standard 1239 # written to the html output directory. 1518 # script for searching. Instead the search results are written to an XML file 1545 # search data is written to a file for indexing by an external tool. With the 1592 # written to the output directory.
|
/net-tools-3.7.0/tinydtls-0.8.2/sha2/ |
D | README | 54 * This implementation was written in C in hopes of portability and for
|