Home
last modified time | relevance | path

Searched defs:errorcode (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DRWMutex.cpp53 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/
DMutex.cpp53 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/
Dutil.c44 int errorcode = sqlite3_errcode(db); in _pysqlite_seterror() local
/third_party/pcre2/pcre2/src/
Dpcre2_substitute.c118 int errorcode; in find_text_end() local
800 int errorcode; in pcre2_substitute() local
Dpcre2_fuzzsupport.c109 int errorcode; in LLVMFuzzerTestOneInput() local
Dpcre2posix.c300 int errorcode; in pcre2_regcomp() local
Dpcre2_jit_test.c1998 int result, errorcode; in run_invalid_utf8_test() local
2207 int result, errorcode; in run_invalid_utf16_test() local
2394 int result, errorcode; in run_invalid_utf32_test() local
Dpcre2_compile.c2531 int errorcode = 0; in parse_regex() local
9513 int errorcode = 0; in check_lookbehinds() local
9703 int errorcode = 0; /* Initialize to avoid compiler warn */ in pcre2_compile() local
Dpcre2test.c4328 print_error_message(int errorcode, const char *before, const char *after) in print_error_message()
4758 int errorcode; in show_pattern_info() local
5135 int errorcode; in process_pattern() local
/third_party/boost/libs/regex/performance/
Dpcre.cpp40 int errorcode = 0; in set_expression() local
/third_party/mesa3d/src/glx/
Dapplegl_glx.c125 int errorcode; in applegl_create_context() local
Dglx_pbuffer.c687 int errorcode; in glXCreatePbuffer() local
Dglxcmds.c630 int errorcode; in glXCopyContext() local
/third_party/boost/libs/fiber/examples/
Dadapt_method_calls.cpp21 typedef int errorcode; typedef
Dadapt_callbacks.cpp60 typedef int errorcode; typedef in AsyncAPI
/third_party/mesa3d/src/glx/apple/
Dapple_glx_pbuffer.c124 int width, int height, int *errorcode, in apple_glx_pbuffer_create()
/third_party/NuttX/fs/vfs/
Dfs_poll.c242 int errorcode = get_errno(); in fdesc_poll() local
/third_party/toybox/toys/pending/
Dtftp.c121 static int mkpkt_err(uint8_t *buffer, uint16_t errorcode, char *errormsg) in mkpkt_err()
/third_party/ffmpeg/libavfilter/
Debur128.c55 #define CHECK_ERROR(condition, errorcode, goto_point) \ argument
/third_party/glib/glib/pcre/
Dpcre_dfa_exec.c3293 int errorcode = PRIV(valid_utf)((pcre_uchar *)subject, length, &erroroffset); in pcre_dfa_exec() local
Dpcre_exec.c6426 int errorcode = PRIV(valid_utf)((PCRE_PUCHAR)subject, length, &erroroffset); in pcre_exec() local
Dpcre_compile.c7641 int errorcode = 0; in pcre_compile2() local
/third_party/curl/lib/vtls/
Dschannel.c624 DWORD errorcode = GetLastError(); in schannel_acquire_credential_handle() local
/third_party/wayland_standard/tests/
Ddisplay-test.c1049 uint32_t errorcode, id; in check_bind_error() local