Home
last modified time | relevance | path

Searched defs:reason_str (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Objects/
Dexceptions.c1631 PyObject *reason_str = NULL; in UnicodeEncodeError_str() local
1719 PyObject *reason_str = NULL; in UnicodeDecodeError_str() local
1820 PyObject *reason_str = NULL; in UnicodeTranslateError_str() local
/external/python/cpython3/Objects/
Dexceptions.c1928 PyObject *reason_str = NULL; in UnicodeEncodeError_str() local
2050 PyObject *reason_str = NULL; in UnicodeDecodeError_str() local
2147 PyObject *reason_str = NULL; in UnicodeTranslateError_str() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/err/
Derr.c390 const char *lib_str, *reason_str; in ERR_error_string_n() local
/external/boringssl/src/crypto/err/
Derr.c390 const char *lib_str, *reason_str; in ERR_error_string_n() local
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerLLGS.cpp824 const char *reason_str = GetStopReasonString(tid_stop_info.reason); in SendStopReplyPacketForThread() local