Searched refs:valuestring (Results 1 – 3 of 3) sorted by relevance
113 return item->valuestring; in cJSON_GetStringValue()415 if (strlen(valuestring) <= strlen(object->valuestring)) in cJSON_SetValuestring()417 strcpy(object->valuestring, valuestring); in cJSON_SetValuestring()418 return object->valuestring; in cJSON_SetValuestring()425 if (object->valuestring != NULL) in cJSON_SetValuestring()429 object->valuestring = copy; in cJSON_SetValuestring()2449 if(!item->valuestring) in cJSON_CreateString()2499 if(!item->valuestring) in cJSON_CreateRaw()2698 if (item->valuestring) in cJSON_Duplicate()2999 if ((a->valuestring == NULL) || (b->valuestring == NULL)) in cJSON_Compare()[all …]
120 char *valuestring; member285 CJSON_PUBLIC(char*) cJSON_SetValuestring(cJSON *object, const char *valuestring);
2266 test->title = strdup(j_p->valuestring); in get_parameters()2268 test->extra_data = strdup(j_p->valuestring); in get_parameters()2270 test->congestion = strdup(j_p->valuestring); in get_parameters()2272 test->congestion_used = strdup(j_p->valuestring); in get_parameters()2287 test->settings->authtoken = strdup(j_p->valuestring); in get_parameters()2550 test->server_output_text = strdup(j_server_output->valuestring); in get_results()2559 test->remote_congestion_used = strdup(j_remote_congestion_used->valuestring); in get_results()