Home
last modified time | relevance | path

Searched defs:ecode (Results 1 – 15 of 15) 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/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/musl/libc-test/src/functional/
Diconv_test.c75 int IsExcludeToEncode(char *ecode) in IsExcludeToEncode()
/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/skia/m133/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.c205 gai_strerror(int ecode) in gai_strerror()
/third_party/curl/tests/server/
Dtftpd.c896 int first = 1, ecode; in do_tftp() local
/third_party/skia/m133/third_party/externals/icu/source/extra/uconv/
Duconv.cpp1064 static void usage(const char *pname, int ecode) { in usage()
/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.c2670 PCRE2_SPTR ecode; in internal_dfa_match() local
Dpcre2_intmodedep.h795 PCRE2_SPTR ecode; /* The current position in the pattern */ member
/third_party/rust/rust/src/tools/miri/src/shims/unix/
Dfs.rs1044 let ecode = if path.is_absolute() || dirfd == this.eval_libc_i32("AT_FDCWD") { in linux_statx() localVariable