Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpyfpe.h11 #define PyFPE_START_PROTECT(err_string, leave_stmt) argument
/third_party/ffmpeg/libavutil/
Dcuda_check.h34 const char *err_string; in ff_cuda_check() local
/third_party/node/src/
Denv.cc938 const char* err_string, in CollectExceptionInfo()
985 const char* err_string = uv_err_name(errorno); in CollectUVExceptionInfo() local
/third_party/libusb/libusb/os/
Dwindows_common.c51 static char err_string[256]; in windows_error_str() local
/third_party/python/Modules/
Dparsermodule.c552 err_string(const char *message) in err_string() function