Lines Matching refs:outbytesleft
80 char **outbuf, size_t *outbytesleft) in _icv_iconv() argument
100 while (*inbytesleft > 0 && *outbytesleft > 0) { in _icv_iconv()
130 (*outbytesleft) -= 1; in _icv_iconv()
132 if (*outbytesleft < 2) { in _icv_iconv()
138 (*outbytesleft) -= 2; in _icv_iconv()
140 if (*outbytesleft < 3) { in _icv_iconv()
147 (*outbytesleft) -= 3; in _icv_iconv()
167 (*outbytesleft) -= 1; in _icv_iconv()
169 if (*outbytesleft < 2) { in _icv_iconv()
175 (*outbytesleft) -= 2; in _icv_iconv()
177 if (*outbytesleft < 3) { in _icv_iconv()
184 (*outbytesleft) -= 3; in _icv_iconv()
191 if ( *inbytesleft > 0 && *outbytesleft <= 0 ) { in _icv_iconv()
200 (*outbytesleft) -= 1; in _icv_iconv()
202 if (*outbytesleft < 2 ) { in _icv_iconv()
208 (*outbytesleft) -= 2; in _icv_iconv()
210 if (*outbytesleft < 3) { in _icv_iconv()
217 (*outbytesleft) -= 3; in _icv_iconv()