Searched refs:rstatus (Results 1 – 11 of 11) sorted by relevance
/third_party/nghttp2/src/ |
D | shrpx_log.cc | 917 void log_chld(pid_t pid, int rstatus, const char *msg) { in log_chld() argument 919 if (WIFSIGNALED(rstatus)) { in log_chld() 921 auto sig = WTERMSIG(rstatus); in log_chld() 934 << (WIFEXITED(rstatus) ? "normally" : "abnormally") in log_chld() 935 << " with status " << log::hex << rstatus << log::dec in log_chld() 937 << (WIFEXITED(rstatus) ? WEXITSTATUS(rstatus) : 0) in log_chld()
|
D | shrpx_connection_handler.cc | 715 auto rstatus = ocsp_.chldev.rstatus; in handle_ocsp_complete() local 716 auto status = WEXITSTATUS(rstatus); in handle_ocsp_complete() 717 if (ocsp_.error || !WIFEXITED(rstatus) || status != 0) { in handle_ocsp_complete() 720 << rstatus << log::dec << ", status=" << status; in handle_ocsp_complete()
|
D | shrpx_log.h | 284 void log_chld(pid_t pid, int rstatus, const char *msg);
|
D | shrpx_worker_process.cc | 397 log_chld(w->rpid, w->rstatus, "neverbleed process"); in nb_child_cb()
|
D | shrpx.cc | 713 log_chld(w->rpid, w->rstatus, "Worker process"); in worker_process_child_cb()
|
/third_party/ffmpeg/libavfilter/ |
D | filters.h | 153 int ff_inlink_acknowledge_status(AVFilterLink *link, int *rstatus, int64_t *rpts);
|
D | avfilter.c | 1447 int ff_inlink_acknowledge_status(AVFilterLink *link, int *rstatus, int64_t *rpts) in ff_inlink_acknowledge_status() argument 1451 return *rstatus = 0; in ff_inlink_acknowledge_status() 1453 return *rstatus = link->status_out; in ff_inlink_acknowledge_status() 1455 return *rstatus = 0; in ff_inlink_acknowledge_status() 1456 *rstatus = link->status_out = link->status_in; in ff_inlink_acknowledge_status()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | decNumber.cpp | 2841 uInt rstatus; /* .. */ in uprv_decNumberSquareRoot() local 3024 rstatus=0; /* clear status */ in uprv_decNumberSquareRoot() 3026 decCopyFit(a, a, &approxset, &residue, &rstatus); /* reduce (if needed) */ in uprv_decNumberSquareRoot() 3027 decFinish(a, &approxset, &residue, &rstatus); /* clean and finalize */ in uprv_decNumberSquareRoot() 3031 if (rstatus&DEC_Overflow) { in uprv_decNumberSquareRoot() 3032 status=rstatus; /* use the status as-is */ in uprv_decNumberSquareRoot() 3038 status|=(rstatus & ~(DEC_Rounded|DEC_Inexact)); in uprv_decNumberSquareRoot()
|
/third_party/icu/icu4c/source/i18n/ |
D | decNumber.cpp | 2841 uInt rstatus; /* .. */ in uprv_decNumberSquareRoot() local 3024 rstatus=0; /* clear status */ in uprv_decNumberSquareRoot() 3026 decCopyFit(a, a, &approxset, &residue, &rstatus); /* reduce (if needed) */ in uprv_decNumberSquareRoot() 3027 decFinish(a, &approxset, &residue, &rstatus); /* clean and finalize */ in uprv_decNumberSquareRoot() 3031 if (rstatus&DEC_Overflow) { in uprv_decNumberSquareRoot() 3032 status=rstatus; /* use the status as-is */ in uprv_decNumberSquareRoot() 3038 status|=(rstatus & ~(DEC_Rounded|DEC_Inexact)); in uprv_decNumberSquareRoot()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | decNumber.cpp | 2841 uInt rstatus; /* .. */ in uprv_decNumberSquareRoot() local 3024 rstatus=0; /* clear status */ in uprv_decNumberSquareRoot() 3026 decCopyFit(a, a, &approxset, &residue, &rstatus); /* reduce (if needed) */ in uprv_decNumberSquareRoot() 3027 decFinish(a, &approxset, &residue, &rstatus); /* clean and finalize */ in uprv_decNumberSquareRoot() 3031 if (rstatus&DEC_Overflow) { in uprv_decNumberSquareRoot() 3032 status=rstatus; /* use the status as-is */ in uprv_decNumberSquareRoot() 3038 status|=(rstatus & ~(DEC_Rounded|DEC_Inexact)); in uprv_decNumberSquareRoot()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | rbbitst.cpp | 4308 int32_t offset, rstatus, iterationCount; in TestBug9983() local 4315 rstatus = brkiter->getRuleStatus(); in TestBug9983() 4316 (void)rstatus; // Suppress set but not used warning. in TestBug9983() 4328 rstatus = brkiterPOSIX->getRuleStatus(); in TestBug9983() 4329 (void)rstatus; // Suppress set but not used warning. in TestBug9983()
|