Searched refs:local_error (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/test/ |
D | asn1_time_test.c | 164 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 = error = 1; in test_table() [all …]
|
/third_party/glib/patch/ |
D | backport-tests-Add-a-test-for-GFileMonitor-deadlocks.patch | 49 + GError *local_error = NULL; 52 + monitor = g_file_monitor_file (file, G_FILE_MONITOR_NONE, NULL, &local_error); 53 + g_assert_no_error (local_error); 58 + G_FILE_CREATE_NONE, NULL, NULL, &local_error); 59 + g_assert_no_error (local_error); 69 + monitor = g_file_monitor_file (file, G_FILE_MONITOR_NONE, NULL, &local_error); 70 + g_assert_no_error (local_error); 74 + g_file_delete (file, NULL, &local_error); 75 + g_assert_no_error (local_error);
|
/third_party/alsa-lib/src/ |
D | error.c | 71 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/ |
D | cJSON.c | 1155 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()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 87344 void (*local_error)(struct sk_buff *, u32); member
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v0.abi | 21563 …<var-decl name="local_error" type-id="e4b24123" visibility="default" filepath="include/net/xfrm.h"… 54920 …<var-decl name="local_error" type-id="e4b24123" visibility="default" filepath="include/net/xfrm.h"…
|
D | test-PR27569-v1.abi | 21571 …<var-decl name="local_error" type-id="e4b24123" visibility="default" filepath="include/net/xfrm.h"… 54949 …<var-decl name="local_error" type-id="e4b24123" visibility="default" filepath="include/net/xfrm.h"…
|