Home
last modified time | relevance | path

Searched defs:err_code (Results 1 – 16 of 16) sorted by relevance

/external/libunwind/src/mi/
Dstrerror.c31 unw_strerror (int err_code) in unw_strerror()
/external/webrtc/webrtc/audio/
Daudio_state.cc58 void AudioState::CallbackOnError(int channel_id, int err_code) { in CallbackOnError()
/external/syslinux/win/
Dntfstest.c147 static void show_err(DWORD err_code) { in show_err()
/external/tcpdump/
Dprint-pptp.c109 uint8_t err_code; member
126 uint8_t err_code; member
137 uint8_t err_code; member
160 uint8_t err_code; member
184 uint8_t err_code; member
207 uint8_t err_code; member
337 const uint8_t *err_code) in pptp_err_code_print()
/external/google-breakpad/src/common/linux/
Dlibcurl_wrapper.cc138 CURLcode err_code = CURLE_OK; in SendRequest() local
Dhttp_upload.cc112 CURLcode err_code = CURLE_OK; in SendRequest() local
/external/webrtc/webrtc/p2p/base/
Dstunserver.cc65 StunErrorCodeAttribute* err_code = StunAttribute::CreateErrorCode(); in SendErrorResponse() local
Drelayserver.cc72 StunErrorCodeAttribute* err_code = StunAttribute::CreateErrorCode(); in SendStunError() local
/external/fmtlib/fmt/
Dformat.cc169 StrError(int err_code, char *&buf, std::size_t buf_size) in safe_strerror()
226 int err_code, CStringRef format_str, ArgList args) { in init()
351 int err_code, CStringRef format_str, ArgList args) { in init()
/external/webrtc/webrtc/voice_engine/test/cmd_test/
Dvoe_cmd_test.cc77 void MyObserver::CallbackOnError(int channel, int err_code) { in CallbackOnError()
639 int err_code = 0; in RunTest() local
/external/pdfium/fpdfsdk/
Dfpdf_ext.cpp119 void CheckUnSupportError(CPDF_Document* pDoc, uint32_t err_code) { in CheckUnSupportError()
Dfpdfview.cpp441 uint32_t err_code = FPDF_ERR_SUCCESS; in ProcessParseError() local
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c89 int err_code; in regex_helper() local
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h280 void TriggerCallbackOnError(int channel_num, int err_code) { in TriggerCallbackOnError()
/external/skia/src/ports/
DSkFontHost_FreeType_common.cpp360 const char* err_code; member
/external/kernel-headers/original/uapi/linux/
Dbtrfs.h719 static inline char *btrfs_err_str(enum btrfs_err_code err_code) in btrfs_err_str()