Searched refs:copy (Results 1 – 13 of 13) sorted by relevance
| /iperf/ |
| H A D | LICENSE | 47 Permission is hereby granted, free of charge, to any person obtaining a copy 50 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 75 a copy of this software and associated documentation files (the 77 without limitation the rights to use, copy, modify, merge, publish, 100 * Permission to use, copy, modify, and distribute this software for any 102 * is included in all copies of any software which is or includes a copy 187 * obtaining a copy of this software (Iperf) and associated 190 * rights to use, copy, modify, merge, publish, distribute,
|
| H A D | README.md | 18 These include, for example, a zero-copy mode and optional JSON output. 78 -Z, --zerocopy use a 'zero copy' sendfile() method of sending data
|
| H A D | aclocal.m4 | 6 # gives unlimited permission to copy and/or distribute it, 30 # unlimited permission to copy and/or distribute it, with or without 672 gives unlimited permision to copy, distribute and modify it." 9087 # gives unlimited permission to copy and/or distribute it, 9125 # gives unlimited permission to copy and/or distribute it, 9177 # gives unlimited permission to copy and/or distribute it, 9208 # gives unlimited permission to copy and/or distribute it, 9399 # gives unlimited permission to copy and/or distribute it, 9467 # gives unlimited permission to copy and/or distribute it, 9682 # gives unlimited permission to copy and/or distribute it, [all …]
|
| H A D | configure.ac | 187 # copy, see src/flowlabel.h for more details).
|
| H A D | INSTALL | 8 unlimited permission to copy, distribute and modify it.
|
| H A D | RELNOTES.md | 879 -Z, --zerocopy use a 'zero copy' method of sending data
|
| H A D | configure | 1563 gives unlimited permission to copy, distribute and modify it. 15656 gives unlimited permission to copy, distribute and modify it."
|
| /iperf/src/ |
| H A D | cjson.c | 198 unsigned char *copy = NULL; in cJSON_strdup() local 206 copy = (unsigned char*)hooks->allocate(length); in cJSON_strdup() 207 if (copy == NULL) in cJSON_strdup() 211 memcpy(copy, string, length); in cJSON_strdup() 213 return copy; in cJSON_strdup() 409 char *copy = NULL; in cJSON_SetValuestring() local 420 copy = (char*) cJSON_strdup((const unsigned char*)valuestring, &global_hooks); in cJSON_SetValuestring() 421 if (copy == NULL) in cJSON_SetValuestring() 429 object->valuestring = copy; in cJSON_SetValuestring() 431 return copy; in cJSON_SetValuestring()
|
| H A D | Makefile.in | 349 am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
|
| /iperf/docs/ |
| H A D | dev.rst | 45 -Z, --zerocopy use a 'zero copy' sendfile() method of sending data 169 downloading a fresh copy of the file and verifying the SHA256 214 sending process by sending a copy to oneself first and attempting
|
| H A D | index.rst | 21 original iperf. These include, for example, a zero-copy mode and
|
| H A D | invoking.rst | 394 Use a "zero copy" method of sending data, such as sendfile(2),
|
| /iperf/config/ |
| H A D | ltmain.sh | 6103 /* stop here, and copy so we don't have to do this twice */ 6497 /* always make a copy, for consistency with !HAVE_SETENV */
|