Home
last modified time | relevance | path

Searched refs:copy (Results 1 – 13 of 13) sorted by relevance

/iperf/
H A DLICENSE47 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 DREADME.md18 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 Daclocal.m46 # 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 Dconfigure.ac187 # copy, see src/flowlabel.h for more details).
H A DINSTALL8 unlimited permission to copy, distribute and modify it.
H A DRELNOTES.md879 -Z, --zerocopy use a 'zero copy' method of sending data
H A Dconfigure1563 gives unlimited permission to copy, distribute and modify it.
15656 gives unlimited permission to copy, distribute and modify it."
/iperf/src/
H A Dcjson.c198 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 DMakefile.in349 am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
/iperf/docs/
H A Ddev.rst45 -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 Dindex.rst21 original iperf. These include, for example, a zero-copy mode and
H A Dinvoking.rst394 Use a "zero copy" method of sending data, such as sendfile(2),
/iperf/config/
H A Dltmain.sh6103 /* stop here, and copy so we don't have to do this twice */
6497 /* always make a copy, for consistency with !HAVE_SETENV */