Searched refs:cbuff (Results 1 – 3 of 3) sorted by relevance
55 p = el_realloc(conv->cbuff, conv->csize * sizeof(*conv->cbuff)); in ct_conv_buff_resize()58 el_free(conv->cbuff); in ct_conv_buff_resize()59 conv->cbuff = NULL; in ct_conv_buff_resize()61 conv->cbuff = p; in ct_conv_buff_resize()85 if (!conv->cbuff) in ct_encode_string()87 if (!conv->cbuff) in ct_encode_string()90 dst = conv->cbuff; in ct_encode_string()92 used = (ssize_t)(conv->csize - (size_t)(dst - conv->cbuff)); in ct_encode_string()94 used = dst - conv->cbuff; in ct_encode_string()97 if (!conv->cbuff) in ct_encode_string()[all …]
174 el_free(el->el_scratch.cbuff); in el_end()176 el_free(el->el_lgcyconv.cbuff); in el_end()
177 char *cbuff; member