Home
last modified time | relevance | path

Searched refs:t_buffer_reget (Results 1 – 5 of 5) sorted by relevance

/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dpath-util.c96 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()
H A Ddata-stack.h139 void *t_buffer_reget(void *buffer, size_t size) ATTR_RETURNS_NONNULL;
H A Dstrfuncs.c195 temp = t_buffer_reget(temp, bufsize); in vstrconcat()
837 str = t_buffer_reget(str, alloc_len); in p_strarray_join_n()
H A Dtest-data-stack.c146 buf = t_buffer_reget(buf, 65536); in test_ds_grow_in_event()
H A Ddata-stack.c635 void *t_buffer_reget(void *buffer, size_t size) in t_buffer_reget() function