Home
last modified time | relevance | path

Searched refs:outlen (Results 1 - 2 of 2) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Diconvndk.cpp40 size_t outlen; in Iconv() local
46 outlen = PARAM_0; in Iconv()
47 r = iconv(cd, &inbuf, &inlen, &outbuf, &outlen); in Iconv()
48 outlen = sizeof buf; in Iconv()
49 r = iconv(cd, &inbuf, &inlen, &outbuf, &outlen); in Iconv()
64 size_t outlen; in IconvOpen() local
69 outlen = PARAM_0; in IconvOpen()
70 iconv(cd, &inbuf, &inlen, &outbuf, &outlen); in IconvOpen()
71 outlen = sizeof buf; in IconvOpen()
72 iconv(cd, &inbuf, &inlen, &outbuf, &outlen); in IconvOpen()
91 size_t outlen; IconvClose() local
[all...]
/vendor/hisilicon/hispark_pegasus/demo/histreaming_client_demo/
H A Dapp_demo_histreaming.c50 int StringToHex(char *str, unsigned char *out, unsigned int *outlen) in StringToHex() argument
66 if (outlen != NULL) { in StringToHex()
67 *outlen = tmplen / HIGH_NUM + tmplen % HIGH_NUM; in StringToHex()

Completed in 1 milliseconds