Searched refs:__outbuf (Results 1 – 6 of 6) sorted by relevance
38 if (!(drunp->__flags & __GCONV_IS_LAST) && drunp->__outbuf != NULL) in __gconv_close()39 free (drunp->__outbuf); in __gconv_close()
45 cd->__data[last_step].__outbuf = outbuf != NULL ? *outbuf : NULL; in __gconv()60 cd->__data[last_step].__outbuf == NULL ? 2 : 1, in __gconv()86 *outbuf = cd->__data[last_step].__outbuf; in __gconv()
127 result->__data[cnt].__outbuf = malloc (size); in __gconv_open()128 if (result->__data[cnt].__outbuf == NULL) in __gconv_open()135 result->__data[cnt].__outbuf + size; in __gconv_open()157 free (result->__data[cnt].__outbuf); in __gconv_open()
44 char **__restrict __outbuf,
427 unsigned char *outbuf = data->__outbuf; in FUNCTION_NAME()451 data->__outbuf = outbuf; in FUNCTION_NAME()512 ? data->__outbuf : *outbufstart); in FUNCTION_NAME()660 data->__outbuf = outbuf; in FUNCTION_NAME()672 const unsigned char *outerr = data->__outbuf; in FUNCTION_NAME()766 outbuf = data->__outbuf; in FUNCTION_NAME()774 outbuf = data->__outbuf; in FUNCTION_NAME()
118 unsigned char *__outbuf; /* Output buffer for this step. */ member
Completed in 12 milliseconds