Home
last modified time | relevance | path

Searched defs:p (Results 1 – 3 of 3) sorted by relevance

/iperf/src/
H A Dtimer.h44 void* p; member
H A Dcjson.c446 static unsigned char* ensure(printbuffer * const p, size_t needed) in ensure()
1029 static cJSON_bool print_string(const cJSON * const item, printbuffer * const p) in print_string()
1269 printbuffer p = { 0, 0, 0, 0, 0, 0, { 0, 0, 0 } }; in cJSON_PrintBuffered() local
1299 printbuffer p = { 0, 0, 0, 0, 0, 0, { 0, 0, 0 } }; in cJSON_PrintPreallocated() local
2536 cJSON *p = NULL; in cJSON_CreateIntArray() local
2571 cJSON *p = NULL; in cJSON_CreateFloatArray() local
2607 cJSON *p = NULL; in cJSON_CreateDoubleArray() local
2643 cJSON *p = NULL; in cJSON_CreateStringArray() local
H A Diperf_api.c962 iperf_parse_hostname(struct iperf_test *test, char *spec, char **p, char **p1) { in iperf_parse_hostname()
1094 char *p, *p1; in iperf_parse_arguments() local