Searched refs:cbuff (Results 1 – 3 of 3) sorted by relevance
51 p = reallocarray(conv->cbuff, conv->csize, sizeof(char)); in ct_conv_buff_resize()54 free(conv->cbuff); in ct_conv_buff_resize()55 conv->cbuff = NULL; in ct_conv_buff_resize()57 conv->cbuff = p; in ct_conv_buff_resize()81 if (!conv->cbuff) in ct_encode_string()83 if (!conv->cbuff) in ct_encode_string()86 dst = conv->cbuff; in ct_encode_string()88 used = conv->csize - (dst - conv->cbuff); in ct_encode_string()90 used = dst - conv->cbuff; in ct_encode_string()92 if (!conv->cbuff) in ct_encode_string()[all …]
57 char *cbuff; member
134 free(el->el_scratch.cbuff); in el_end()136 free(el->el_lgcyconv.cbuff); in el_end()