/third_party/glib/gio/ |
D | ghttpproxy.c | 137 gint err_code; in check_reply() local 151 err_code = atoi (ptr); in check_reply() 153 if (err_code < 200 || err_code >= 300) in check_reply() 155 switch (err_code) in check_reply() 171 _("HTTP proxy connection failed: %i"), err_code); in check_reply()
|
/third_party/lwip/src/netif/ppp/ |
D | ppp.c | 338 pcb->err_code = PPPERR_USER; in ppp_close() 348 pcb->link_status_cb(pcb, pcb->err_code, pcb->ctx_cb); in ppp_close() 442 *(int *)arg = (int)(pcb->err_code); in ppp_ioctl() 758 pcb->err_code = PPPERR_OPEN; in ppp_link_failed() 759 pcb->link_status_cb(pcb, pcb->err_code, pcb->ctx_cb); in ppp_link_failed() 766 if (pcb->err_code == PPPERR_NONE) { in ppp_link_end() 767 pcb->err_code = PPPERR_CONNECT; in ppp_link_end() 769 pcb->link_status_cb(pcb, pcb->err_code, pcb->ctx_cb); in ppp_link_end() 1164 pcb->err_code = PPPERR_NONE; in sifup() 1167 PPPDEBUG(LOG_DEBUG, ("sifup[%d]: err_code=%d\n", pcb->netif->num, pcb->err_code)); in sifup() [all …]
|
D | auth.c | 798 pcb->err_code = PPPERR_AUTHFAIL; in link_established() 1039 pcb->err_code = PPPERR_AUTHFAIL; in auth_peer_fail() 1129 pcb->err_code = PPPERR_AUTHFAIL; in auth_withpeer_fail() 1342 pcb->err_code = PPPERR_IDLETIMEOUT; in check_idle() 1360 pcb->err_code = PPPERR_CONNECTTIME; in connect_time_expired()
|
D | lcp.c | 1564 pcb->err_code = PPPERR_LOOPBACK; in lcp_nakci() 2644 pcb->err_code = PPPERR_PEERDEAD; in LcpLinkFailure()
|
/third_party/flutter/engine/flutter/fml/ |
D | icu_util.cc | 75 UErrorCode err_code = U_ZERO_ERROR; in SetupICU() local 76 udata_setCommonData(GetMapping(), &err_code); in SetupICU() 77 return (err_code == U_ZERO_ERROR); in SetupICU()
|
/third_party/libunwind/src/mi/ |
D | strerror.c | 31 unw_strerror (int err_code) in unw_strerror() argument 34 unw_error_t error = (unw_error_t)-err_code; in unw_strerror()
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
D | rc_test_helpers.c | 89 int err_code; in regex_helper() local 92 err_code = regcomp(®ex, regex_str, REG_EXTENDED); in regex_helper() 93 if (err_code) { in regex_helper() 94 regerror(err_code, ®ex, err_buf, REGEX_ERR_BUF_SIZE); in regex_helper() 99 err_code = regexec(®ex, search_str, num_matches, matches, 0); in regex_helper() 105 if (err_code) { in regex_helper() 106 regerror(err_code, ®ex, err_buf, REGEX_ERR_BUF_SIZE); in regex_helper()
|
/third_party/lwip/src/include/netif/ppp/ |
D | ppp.h | 196 typedef void (*ppp_link_status_cb_fn)(ppp_pcb *pcb, int err_code, void *ctx); 320 void (*link_status_cb)(ppp_pcb *pcb, int err_code, void *ctx); /* Status change callback */ 327 u8_t err_code; /* Code indicating why interface is down. */ member
|
/third_party/boost/boost/mpi/ |
D | error_string.hpp | 22 std::string error_string(int err_code);
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/ |
D | cache_ipc.cc | 59 msg.body.status.err_code = static_cast<int32_t>(rc.StatusCode()); in SendStatus() 81 Status rc_recv(static_cast<StatusCode>(msg.body.status.err_code), msg.body.status.err_msg); in ReceiveStatus()
|
D | cache_ipc.h | 36 int32_t err_code; member
|
/third_party/boost/boost/process/detail/windows/ |
D | executor.hpp | 189 int err_code = ::boost::winapi::create_process( in operator ()() local 203 if (err_code != 0) in operator ()()
|
/third_party/mindspore/mindspore/core/mindrt/src/thread/ |
D | core_affinity.cc | 224 int err_code = SetArch(&freq_set, core_num_); in InitHardwareCoreInfo() local 225 if (err_code != THREAD_OK) { in InitHardwareCoreInfo()
|
/third_party/lwip/doc/ |
D | ppp.txt | 75 static void status_cb(ppp_pcb *pcb, int err_code, void *ctx) { 79 switch(err_code) { 150 printf("status_cb: Unknown error code %d\n", err_code); 160 if (err_code == PPPERR_NONE) { 165 if (err_code == PPPERR_USER) {
|
/third_party/ffmpeg/libavdevice/ |
D | opengl_enc.c | 153 GLenum err_code; \ 154 if ((err_code = glGetError()) != GL_NO_ERROR) { \ 155 … AV_LOG_ERROR, "OpenGL error occurred in '%s', line %d: %d\n", __FUNCTION__, __LINE__, err_code); \
|
/third_party/ffmpeg/libavfilter/ |
D | vf_zscale.c | 324 int err_code = zimg_get_last_error(err_msg, sizeof(err_msg)); in print_zimg_error() local 326 av_log(ctx, AV_LOG_ERROR, "code %d: %s\n", err_code, err_msg); in print_zimg_error()
|
/third_party/gstreamer/gstplugins_bad/ext/openjpeg/ |
D | gstopenjpegdec.c | 1382 #define DECODE_ERROR(self, message, err_code, mutex_unlock) { \ argument 1383 GST_WARNING_OBJECT(self, "An error occurred err_code=%d", err_code);\ 1384 message->last_error = err_code; \
|
D | gstopenjpegenc.c | 1125 #define ENCODE_ERROR(encode_params, err_code) { \ argument 1126 encode_params->last_error = err_code; \
|
/third_party/python/Modules/ |
D | posixmodule.c | 6149 int err_code; in py_posix_spawn() local 6220 err_code = posix_spawnp(&pid, path->narrow, in py_posix_spawn() 6226 err_code = posix_spawn(&pid, path->narrow, in py_posix_spawn() 6231 if (err_code) { in py_posix_spawn() 6232 errno = err_code; in py_posix_spawn()
|
/third_party/python/Lib/test/ |
D | test_subprocess.py | 1799 err_code = '{:x}'.format(errno.EISDIR).encode() 1800 os.write(errpipe_write, b"OSError:" + err_code + b":")
|
/third_party/gstreamer/gstplugins_good/gst/rtsp/ |
D | gstrtspsrc.c | 382 #define RTSP_SRC_RESPONSE_ERROR(src, response_msg, err_cat, err_code, error_message) \ argument 384 GST_ELEMENT_ERROR_WITH_DETAILS((src), err_cat, err_code, ("%s", error_message), \
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 94902 @@ -32128,7 +33373,11 @@ static SQLITE_NOINLINE void sqlite3ErrorFinish(sqlite3 *db, int err_code){ 94903 SQLITE_PRIVATE void sqlite3Error(sqlite3 *db, int err_code){ 94905 db->errCode = err_code; 94906 - if( err_code || db->pErr ) sqlite3ErrorFinish(db, err_code); 94907 + if( err_code || db->pErr ){ 94908 + sqlite3ErrorFinish(db, err_code); 94915 @@ -32138,6 +33387,7 @@ SQLITE_PRIVATE void sqlite3Error(sqlite3 *db, int err_code){ 94924 ** handle "db". The error code is set to "err_code". 94942 ** should be called with err_code set to SQLITE_OK and zFormat set 94943 @@ -32192,13 +33433,6 @@ SQLITE_PRIVATE void sqlite3ErrorWithMsg(sqlite3 *db, int err_code, const c… [all …]
|
/third_party/sqlite/src/ |
D | sqlite3.c | 32230 static SQLITE_NOINLINE void sqlite3ErrorFinish(sqlite3 *db, int err_code){ 32232 sqlite3SystemError(db, err_code); 32240 SQLITE_PRIVATE void sqlite3Error(sqlite3 *db, int err_code){ 32242 db->errCode = err_code; 32243 if( err_code || db->pErr ) sqlite3ErrorFinish(db, err_code); 32289 SQLITE_PRIVATE void sqlite3ErrorWithMsg(sqlite3 *db, int err_code, const char *zFormat, ...){ 32291 db->errCode = err_code; 32292 sqlite3SystemError(db, err_code); 32294 sqlite3Error(db, err_code);
|
/third_party/openssl/ |
D | CHANGES | 13557 either modify crypto/Makefile.ssl to pass the -regen flag to err_code.pl
|