Home
last modified time | relevance | path

Searched refs:j (Results 1 – 4 of 4) sorted by relevance

/iperf/src/
H A Diperf_api.c2105 cJSON *j; in send_parameters() local
2108 if (j == NULL) { in send_parameters()
2177 cJSON_Delete(j); in send_parameters()
2197 cJSON_Delete(j); in send_parameters()
2208 cJSON *j; in get_parameters() local
2212 if (j == NULL) { in get_parameters()
2293 cJSON_Delete(j); in get_parameters()
2304 cJSON *j; in send_results() local
2400 cJSON_Delete(j); in send_results()
2411 cJSON *j; in get_results() local
[all …]
H A Diperf_util.c374 cJSON* j; in iperf_json_printf() local
392 j = cJSON_CreateBool(va_arg(argp, int)); in iperf_json_printf()
395 j = cJSON_CreateNumber(va_arg(argp, int64_t)); in iperf_json_printf()
398 j = cJSON_CreateNumber(va_arg(argp, double)); in iperf_json_printf()
401 j = cJSON_CreateString(va_arg(argp, char *)); in iperf_json_printf()
407 if (j == NULL) { in iperf_json_printf()
411 cJSON_AddItemToObject(o, name, j); in iperf_json_printf()
/iperf/
H A Dconfigure14098 struct s { int j; const int *ap[3]; } bx;
14099 struct s *b = &bx; b->j = 5;
H A Daclocal.m42152 AC_MSG_WARN(['$CC' does not support '-c -o', so 'make -j' may be unsafe])