Searched refs:p_buf_new (Results 1 – 1 of 1) sorted by relevance
214 char * p_buf_new; in ds_reserve_internal() local219 if ((p_buf_new = (char *) malloc(n_byte_alloc)) != (char *) NULL) { in ds_reserve_internal()233 (void) memcpy(p_buf_new, p_ds->p_buf, p_ds->length + 1); in ds_reserve_internal()241 p_ds->p_buf = p_buf_new; in ds_reserve_internal()