Searched refs:t_buffer_reget (Results 1 – 5 of 5) sorted by relevance
96 npath = t_buffer_reget(npath, asize); in path_normalize()148 npath = t_buffer_reget(npath, asize); in path_normalize()196 npath = t_buffer_reget(npath, asize); in path_normalize()
139 void *t_buffer_reget(void *buffer, size_t size) ATTR_RETURNS_NONNULL;
195 temp = t_buffer_reget(temp, bufsize); in vstrconcat()837 str = t_buffer_reget(str, alloc_len); in p_strarray_join_n()
146 buf = t_buffer_reget(buf, 65536); in test_ds_grow_in_event()
635 void *t_buffer_reget(void *buffer, size_t size) in t_buffer_reget() function