Searched refs:j (Results 1 – 4 of 4) sorted by relevance
2105 cJSON *j; in send_parameters() local2108 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() local2212 if (j == NULL) { in get_parameters()2293 cJSON_Delete(j); in get_parameters()2304 cJSON *j; in send_results() local2400 cJSON_Delete(j); in send_results()2411 cJSON *j; in get_results() local[all …]
374 cJSON* j; in iperf_json_printf() local392 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()
14098 struct s { int j; const int *ap[3]; } bx;14099 struct s *b = &bx; b->j = 5;
2152 AC_MSG_WARN(['$CC' does not support '-c -o', so 'make -j' may be unsafe])