Searched refs:length (Results 1 – 11 of 11) sorted by relevance
| /iperf/src/ |
| H A D | cjson.c | 197 size_t length = 0; in cJSON_strdup() local 297 size_t length; member 437 size_t length; member 456 if ((p->length > 0) && (p->offset >= p->length)) in ensure() 503 p->length = 0; in ensure() 527 p->length = newsize; in ensure() 558 int length = 0; in print_number() local 588 if ((length < 0) || (length > (int)(sizeof(number_buffer) - 1))) in print_number() 1307 p.length = (size_t)length; in cJSON_PrintPreallocated() 1543 size_t length = 0; in print_array() local [all …]
|
| H A D | iperf_auth.c | 112 int Base64Encode(const unsigned char* buffer, const size_t length, char** b64text) { //Encodes a bi… in Base64Encode() argument 121 BIO_write(bio, buffer, length); in Base64Encode() 124 *b64text = strndup( (*bufferPtr).data, (*bufferPtr).length ); in Base64Encode() 140 int Base64Decode(const char* b64message, unsigned char** buffer, size_t* length) { //Decodes a base… in Base64Decode() argument 152 *length = BIO_read(bio, *buffer, strlen(b64message)); in Base64Decode() 153 … assert(*length == decodeLen); //length should equal decodeLen, else something went horribly wrong in Base64Decode()
|
| H A D | t_auth.c | 62 int Base64Encode(const unsigned char* buffer, const size_t length, char** b64text); in main() 63 int Base64Decode(const char* b64message, unsigned char** buffer, size_t* length); in main()
|
| H A D | cjson.h | 168 CJSON_PUBLIC(cJSON_bool) cJSON_PrintPreallocated(cJSON *item, char *buffer, const int length, const…
|
| /iperf/docs/ |
| H A D | invoking.rst | 148 It does not turn iperf3 into a file transfer tool. The length, 317 -l, --length n[KMGT] 318 length of buffer to read or write. For TCP tests, the default
|
| H A D | faq.rst | 128 …You'll need to reduce the default packet length to get UDP rates of less that 100Kbps. Try ``-l100… 171 * Reduce the sending length to a small value that should not require
|
| H A D | dev.rst | 211 due to Thunderbird trying to wrap the length of extremely long
|
| /iperf/ |
| H A D | RELNOTES.md | 382 length of time that the client will attempt to connect to the 485 determine a default UDP send size if no sending length was 486 explicitly specified with --length.
|
| H A D | aclocal.m4 | 1698 # find the maximum length of command line arguments 1699 AC_MSG_CHECKING([the maximum length of command line arguments]) 1715 # no limit to the length of command line arguments. 1725 # the test eventually succeeds (with a max line length of 256k). 1738 # So we just punt and use a minimum line length of 8192. 1804 # maximum length that is only half of the actual maximum length, but 1813 # Only check the string length outside the loop. 1831 [What is the maximum length of a command?]) 4052 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ 4054 " /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\ [all …]
|
| H A D | configure | 16220 len = length(field[1]) 16223 keylen = length(key) 16227 len += length(value) + length(field[++i])
|
| /iperf/config/ |
| H A D | ltmain.sh | 6629 size_t length; 6635 length = 0; 6638 length++; 6643 length += backslashes + 1; 6644 length++;
|