Home
last modified time | relevance | path

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

/iperf/src/
H A Dcjson.c1155 error local_error; in cJSON_ParseWithLengthOpts() local
1156 local_error.json = (const unsigned char*)value; in cJSON_ParseWithLengthOpts()
1157 local_error.position = 0; in cJSON_ParseWithLengthOpts()
1161 local_error.position = buffer.offset; in cJSON_ParseWithLengthOpts()
1165 local_error.position = buffer.length - 1; in cJSON_ParseWithLengthOpts()
1170 *return_parse_end = (const char*)local_error.json + local_error.position; in cJSON_ParseWithLengthOpts()
1173 global_error = local_error; in cJSON_ParseWithLengthOpts()