Home
last modified time | relevance | path

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

/aosp_15_r20/external/compiler-rt/test/msan/
H A Diconv.cc25 size_t inbytesleft = strlen(inbuf_); in main() local
/aosp_15_r20/external/libxml2/os400/
H A Dlibxmlmain.c42 size_t inbytesleft; in main() local
/aosp_15_r20/external/curl/packages/OS400/
H A Dcurlmain.c61 size_t inbytesleft; in main() local
/aosp_15_r20/external/libxml2/os400/iconv/
H A Diconv.c127 Iconv(Iconv_t cd, char * * inbuf, size_t * inbytesleft, in Iconv()
/aosp_15_r20/external/python/cpython3/Python/
Dfileutils.c983 size_t inbytesleft = sizeof(wchar_t) * size; in _Py_ConvertWCharForm() local