Lines Matching refs:outbytesleft
101 char **outbuf, size_t *outbytesleft) in _icv_iconv() argument
113 while (*inbytesleft > 0 && *outbytesleft > 0) { in _icv_iconv()
126 (*outbytesleft)--; in _icv_iconv()
130 if ( *outbytesleft < 1 ) { in _icv_iconv()
139 (*outbytesleft)--; in _icv_iconv()
146 if ( *outbytesleft < 2 ) { in _icv_iconv()
154 (*outbytesleft) -= 2; in _icv_iconv()
157 if ( *outbytesleft < 2 ) { in _icv_iconv()
165 (*outbytesleft) -= 2; in _icv_iconv()
168 if ( *outbytesleft < 3 ) { in _icv_iconv()
177 (*outbytesleft) -= 3; in _icv_iconv()
180 if ( *outbytesleft < 1 ) { in _icv_iconv()
187 (*outbytesleft)--; in _icv_iconv()
191 if ( *outbytesleft < 1 ) { in _icv_iconv()
198 (*outbytesleft)--; in _icv_iconv()
205 (*outbytesleft)--; in _icv_iconv()
209 if ( *outbytesleft < 1 ) { in _icv_iconv()
216 (*outbytesleft)--; in _icv_iconv()
227 if ( *inbytesleft > 0 && *outbytesleft == 0 ) { in _icv_iconv()