| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | RWMutex.cpp | 53 int errorcode = pthread_rwlock_init(rwlock, nullptr); in RWMutexImpl() local 76 int errorcode = pthread_rwlock_rdlock(rwlock); in lock_shared() local 86 int errorcode = pthread_rwlock_unlock(rwlock); in unlock_shared() local 96 int errorcode = pthread_rwlock_wrlock(rwlock); in lock() local 106 int errorcode = pthread_rwlock_unlock(rwlock); in unlock() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
| D | Mutex.cpp | 53 int errorcode = pthread_mutexattr_init(&attr); in MutexImpl() local 89 int errorcode = pthread_mutex_lock(mutex); in acquire() local 99 int errorcode = pthread_mutex_unlock(mutex); in release() local 109 int errorcode = pthread_mutex_trylock(mutex); in tryacquire() local
|
| /third_party/python/Modules/_sqlite/ |
| D | util.c | 29 get_exception_class(pysqlite_state *state, int errorcode) in get_exception_class() 123 int errorcode = sqlite3_errcode(db); in _pysqlite_seterror() local
|
| /third_party/pcre2/pcre2/src/ |
| D | pcre2_fuzzsupport.c | 123 static void print_error(FILE *f, int errorcode, const char *text, ...) in print_error() 142 int errorcode; in dump_matches() local 176 int errorcode, in describe_failure() 444 int errorcode; in LLVMFuzzerTestOneInput() local
|
| D | pcre2_substitute.c | 118 int errorcode; in find_text_end() local 822 int errorcode; in pcre2_substitute() local
|
| D | pcre2posix.c | 276 int errorcode; in pcre2_regcomp() local
|
| D | pcre2_jit_test.c | 2021 int result, errorcode; in run_invalid_utf8_test() local 2230 int result, errorcode; in run_invalid_utf16_test() local 2417 int result, errorcode; in run_invalid_utf32_test() local
|
| D | pcre2_compile.c | 2793 int errorcode = 0; in parse_regex() local 9969 int errorcode = 0; in check_lookbehinds() local 10159 int errorcode = 0; /* Initialize to avoid compiler warn */ in pcre2_compile() local
|
| D | pcre2test.c | 4471 print_error_message(int errorcode, const char *before, const char *after) in print_error_message() 4901 int errorcode; in show_pattern_info() local 5278 int errorcode; in process_pattern() local
|
| /third_party/cups/vcnet/regex/ |
| D | regerror.c | 47 regerror(int errorcode, const regex_t *preg, char *errbuf, size_t errbuf_size) in regerror()
|
| /third_party/mesa3d/src/glx/ |
| D | applegl_glx.c | 125 int errorcode; in applegl_create_context() local
|
| D | glx_pbuffer.c | 650 int errorcode; in glXCreatePbuffer() local
|
| D | glxcmds.c | 593 int errorcode; in glXCopyContext() local
|
| /third_party/openssl/test/ |
| D | errtest.c | 58 unsigned long errorcode; in test_print_error_format() local
|
| /third_party/mesa3d/src/glx/apple/ |
| D | apple_glx_pbuffer.c | 124 int width, int height, int *errorcode, in apple_glx_pbuffer_create()
|
| /third_party/NuttX/fs/vfs/ |
| D | fs_poll.c | 242 int errorcode = get_errno(); in fdesc_poll() local
|
| /third_party/toybox/toys/pending/ |
| D | tftp.c | 121 static int mkpkt_err(uint8_t *buffer, uint16_t errorcode, char *errormsg) in mkpkt_err()
|
| /third_party/ffmpeg/libavfilter/ |
| D | ebur128.c | 56 #define CHECK_ERROR(condition, errorcode, goto_point) \ argument
|
| /third_party/curl/lib/vtls/ |
| D | schannel.c | 662 DWORD errorcode = GetLastError(); in schannel_acquire_credential_handle() local
|