Home
last modified time | relevance | path

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

/third_party/openssl/test/
H A Dasn1_time_test.c164 int local_error = 0; in test_table() local
168 local_error = error = 1; in test_table()
172 local_error = error = 1; in test_table()
174 if (local_error) in test_table()
184 int local_error = 0; in test_table() local
187 local_error = error = 1; in test_table()
191 local_error = error = 1; in test_table()
195 local_error = error = 1; in test_table()
200 local_error = error = 1; in test_table()
204 local_error in test_table()
216 int local_error = 0; test_table() local
[all...]
/third_party/alsa-lib/src/
H A Derror.c71 static TLS_PFX snd_local_error_handler_t local_error = NULL; variable
80 snd_local_error_handler_t old = local_error; in snd_lib_error_set_local()
81 local_error = func; in snd_lib_error_set_local()
102 if (local_error) { in snd_lib_error_default()
103 local_error(file, line, function, err, fmt, arg); in snd_lib_error_default()
/third_party/cJSON/
H A DcJSON.c1393 error local_error; in cJSON_ParseWithLengthOpts() local
1394 local_error.json = (const unsigned char*)value; in cJSON_ParseWithLengthOpts()
1395 local_error.position = 0; in cJSON_ParseWithLengthOpts()
1399 local_error.position = buffer.offset; in cJSON_ParseWithLengthOpts()
1403 local_error.position = buffer.length - 1; in cJSON_ParseWithLengthOpts()
1408 *return_parse_end = (const char*)local_error.json + local_error.position; in cJSON_ParseWithLengthOpts()
1411 global_error = local_error; in cJSON_ParseWithLengthOpts()

Completed in 5 milliseconds