Home
last modified time | relevance | path

Searched refs:which (Results 1 – 19 of 19) sorted by relevance

/iperf/src/
H A Dcjson.h239 CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromArray(cJSON *array, int which);
240 CJSON_PUBLIC(void) cJSON_DeleteItemFromArray(cJSON *array, int which);
247 CJSON_PUBLIC(cJSON_bool) cJSON_InsertItemInArray(cJSON *array, int which, cJSON *newitem); /* Shift…
249 CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInArray(cJSON *array, int which, cJSON *newitem);
H A Dcjson.c2223 CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromArray(cJSON *array, int which) in cJSON_DetachItemFromArray() argument
2225 if (which < 0) in cJSON_DetachItemFromArray()
2230 return cJSON_DetachItemViaPointer(array, get_array_item(array, (size_t)which)); in cJSON_DetachItemFromArray()
2233 CJSON_PUBLIC(void) cJSON_DeleteItemFromArray(cJSON *array, int which) in cJSON_DeleteItemFromArray() argument
2235 cJSON_Delete(cJSON_DetachItemFromArray(array, which)); in cJSON_DeleteItemFromArray()
2263 CJSON_PUBLIC(cJSON_bool) cJSON_InsertItemInArray(cJSON *array, int which, cJSON *newitem) in cJSON_InsertItemInArray() argument
2267 if (which < 0) in cJSON_InsertItemInArray()
2272 after_inserted = get_array_item(array, (size_t)which); in cJSON_InsertItemInArray()
2333 CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInArray(cJSON *array, int which, cJSON *newitem) in cJSON_ReplaceItemInArray() argument
2335 if (which < 0) in cJSON_ReplaceItemInArray()
[all …]
/iperf/docs/
H A D2017-04-27.txt18 started discussing ways in which these two projects could productively
56 which we don't have the time to work on ourselves. These are good
71 a Frequently Asked Questions (FAQ) list, which is now available on the
82 which would make it the first 3.2 release, rather than try to backport
H A Dobtaining.rst43 **Note:** GitHub, which currently hosts the iperf3 project, supports
44 a "Releases" feature, which can automatically generate ``.zip`` or ``.tar.gz``
H A Dinvoking.rst68 client mode can be started using the -c command-line option, which also
69 requires a host to which iperf3 should connect. The host can by speci-
125 iperf3's help output, which can be viewed by running iperf3 with the -h
226 set a limit on the server side, which will cause a test to abort
230 default limit is zero, which implies no limit. The interval
231 over which to average the data rate is 5 seconds by default, but
284 which is now deprecated but (at least for now) still accepted.
387 specified, names which do not resolve to addresses within the
H A Dfaq.rst133 which is used to offload TCP functionality to the NIC (see
139 When TCP packets are sent with the "Don't Fragment" flag set, which
143 the sending side, which is known as TCP Segmentation offload (TSO)
145 TSO/LSO implementations which for some reason ignore the reported
186 modules, which must be loaded before they can be used)::
H A Ddev.rst75 The following problems are notable known issues, which are probably of
77 users, and for which issues have already been filed in the issue
119 <http://semver.org/>`_ scheme, in which version numbers consist of
H A D2017-06-06.txt7 branch in shape to cut a new release, which will be the first of the
H A Dnews.rst40 iperf 3.9 adds a ``--timestamps`` flag, which prepends a timestamp to
271 This maintenance release fixes an issue for a situation in which
340 * A timing issue which caused measurement intervals to be wrong with
H A DMakefile11 ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
/iperf/
H A DRELNOTES.md111 * A --timestamps flag has been added, which prepends a timestamp to
112 each output line. An optional argument to this flag, which is a
122 which to enforce the limit (#999).
226 similar to that used by iperf2, which could help in recreating
347 Documentation has been improved to note some ways in which this
450 iperf 3.1.5 than in prior versions (which include 3.1.3 and 3.1.4).
466 --bandwidth only. The --no-fq-socket-pacing flag, which was
635 long-running UDP tests, which could cause a counter to overflow
665 * Added -1 / --one-off flag, which causes the iperf3 server to
733 * An interaction between the -w and -B options, which kept them from
[all …]
H A DINSTALL51 messages telling which features it is checking for.
149 type, such as `sun4', or a canonical name which has the form:
167 "host" platform (i.e., that on which the generated programs will
226 Do not print messages saying which checks are being made. To
H A Daclocal.m4247 # ICC, which need '.lib').
2863 # This implies no fast_install, which is unacceptable.
2899 # This implies no fast_install, which is unacceptable.
3810 # decide which one to use based on capabilities of $DLLTOOL
4048 # which start with @ or ?.
4383 # This is c89, which is MS Visual C++ (no shared libs)
4723 # old Intel for x86_64, which still supported -KPIC.
4756 # which looks to be a dead project)
7464 # dot (in which case that matches only a dot).
8870 # Autoconf-2.59, which quotes differently.
[all …]
H A DLICENSE102 * is included in all copies of any software which is or includes a copy
H A Dconfigure1710 which can conflict with char $2 (); below. */
1722 /* The GNU C library defines this for functions which it implements
15581 This file was extended by iperf $as_me 3.11, which was
16592 which seems to be undefined. Please make sure it is defined" >&2;}
/iperf/.github/
H A DPULL_REQUEST_TEMPLATE.md21 `3.1-STABLE`) to which this pull request applies:
H A DCONTRIBUTING.md64 changes privately (which you're perfectly welcome to do) we might able
/iperf/config/
H A Dcompile243 Wrapper for compilers which do not understand '-c -o'.
H A Dltmain.sh9621 echo "*** shared version of the library, which you do not appear to have"