Home
last modified time | relevance | path

Searched refs:needed (Results 1 – 6 of 6) sorted by relevance

/iperf/src/
H A Dcjson.c446 static unsigned char* ensure(printbuffer * const p, size_t needed) in ensure() argument
462 if (needed > SIZE_MAX) in ensure()
468 needed += p->offset + 1; in ensure()
469 if (needed <= p->length) in ensure()
479 if (needed > (SIZE_MAX / 2)) in ensure()
482 if (needed <= SIZE_MAX) in ensure()
493 newsize = needed * 2; in ensure()
/iperf/docs/
H A Ddev.rst147 vi src/iperf3.1 # update manpage revision date if needed
148 vi src/libiperf.3 # update manpage revision date if needed
222 13. If an update to the on-line manual page is needed, it can be
H A Dfaq.rst10 was needed, and began development of iperf3. The goal was make the
75 the last two steps are needed to produce a static executable.
H A Dnews.rst253 single test and exit, needed for an upcoming bwctl release. A few
/iperf/
H A Dconfigure.ac65 # Check for the math library (needed by cjson on some platforms)
H A Daclocal.m4108 # This can be used to rebuild libtool when needed
1388 # situations where additional linker options are needed (such as when
1390 # vice versa); the common cases where no linker options are needed do
1900 correspondingly for the symbols needed. */
2134 # Check to see if we can do hard links to lock some files if needed
2864 # Some rework will be needed to allow for fast_install
2900 # Some rework will be needed to allow for fast_install
3502 # Base MSYS/MinGW do not provide the 'file' command needed by
8338 # func_to_host_file (and, implicitly, by func_to_host_path). These are needed
8887 # This macro is needed until we can rely on Autoconf 2.62, since earlier
[all …]