Home
last modified time | relevance | path

Searched defs:ecode (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/src/network/
Dgai_strerror.c19 const char *gai_strerror(int ecode) in gai_strerror()
Dhstrerror.c12 const char *hstrerror(int ecode) in hstrerror()
/third_party/node/test/overlapped-checker/
Dmain_win.c64 int ecode = GetLastError(); in main() local
/third_party/ffmpeg/libavformat/
Dos_support.c182 const char *ff_gai_strerror(int ecode) in ff_gai_strerror()
/third_party/mksh/
Djobs.c715 int rv, ecode, flags = JW_INTERRUPT|JW_ASYNCNOTIFY; local
777 int rv = 0, ecode; local
823 int ecode, rv = 0; local
966 int ecode; local
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c4019 int ecode = SWIG_AsVal_int(obj1, &val); in _wrap_wrap_WebPEncodeRGB() local
4029 int ecode = SWIG_AsVal_int(obj2, &val); in _wrap_wrap_WebPEncodeRGB() local
4139 int ecode = SWIG_AsVal_int(obj1, &val); in _wrap_wrap_WebPEncodeBGR() local
4149 int ecode = SWIG_AsVal_int(obj2, &val); in _wrap_wrap_WebPEncodeBGR() local
4259 int ecode = SWIG_AsVal_int(obj1, &val); in _wrap_wrap_WebPEncodeRGBA() local
4269 int ecode = SWIG_AsVal_int(obj2, &val); in _wrap_wrap_WebPEncodeRGBA() local
4379 int ecode = SWIG_AsVal_int(obj1, &val); in _wrap_wrap_WebPEncodeBGRA() local
4389 int ecode = SWIG_AsVal_int(obj2, &val); in _wrap_wrap_WebPEncodeBGRA() local
4495 int ecode = SWIG_AsVal_int(obj1, &val); in _wrap_wrap_WebPEncodeLosslessRGB() local
4505 int ecode = SWIG_AsVal_int(obj2, &val); in _wrap_wrap_WebPEncodeLosslessRGB() local
[all …]
/third_party/python/Modules/
Dgetaddrinfo.c202 gai_strerror(int ecode) in gai_strerror()
/third_party/curl/tests/server/
Dtftpd.c892 int first = 1, ecode; in do_tftp() local
/third_party/icu/icu4c/source/extra/uconv/
Duconv.cpp1064 static void usage(const char *pname, int ecode) { in usage()
/third_party/skia/third_party/externals/icu/source/extra/uconv/
Duconv.cpp1064 static void usage(const char *pname, int ecode) { in usage()
/third_party/pcre2/pcre2/src/
Dpcre2_dfa_match.c2623 PCRE2_SPTR ecode; in internal_dfa_match() local
Dpcre2_intmodedep.h791 PCRE2_SPTR ecode; /* The current position in the pattern */ member