Searched refs:re_string_realloc_buffers (Results 1 – 8 of 8) sorted by relevance
/glibc-2.36/posix/ |
D | regex_internal.c | 31 static reg_errcode_t re_string_realloc_buffers (re_string_t *pstr, 61 ret = re_string_realloc_buffers (pstr, init_buf_len); in re_string_allocate() 86 ret = re_string_realloc_buffers (pstr, len + 1); in re_string_construct() 106 ret = re_string_realloc_buffers (pstr, pstr->bufs_len * 2); in re_string_construct() 140 re_string_realloc_buffers (re_string_t *pstr, Idx new_buf_len) in re_string_realloc_buffers() function
|
D | regexec.c | 3997 ret = re_string_realloc_buffers (pstr, in extend_buffers()
|
/glibc-2.36/manual/ |
D | pattern.texi | 850 @c re_string_realloc_buffers @ascuheap @acsmem 1215 @c re_string_realloc_buffers dup @ascuheap @acsmem 1240 @c re_string_realloc_buffers dup @ascuheap @acsmem
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.13 | 1189 (re_string_realloc_buffers): Likewise. 1571 (re_string_realloc_buffers): Likewise. 6503 * posix/regex_internal.c: (re_string_realloc_buffers): Change 7134 (re_string_realloc_buffers): New function.
|
D | ChangeLog.14 | 3221 re_string_realloc_buffers, build_wcs_buffer, 3769 (re_string_realloc_buffers): Reallocate offsets if not NULL. 4334 (re_string_realloc_buffers): Use pstr->mb_cur_max instead of 15033 * posix/regex_internal.c (re_string_realloc_buffers): Don't edit
|
D | ChangeLog.17 | 1115 * posix/regex_internal.c (re_string_realloc_buffers):
|
D | ChangeLog.16 | 8708 * posix/regex_internal.c (re_string_realloc_buffers):
|
D | ChangeLog.19 | 35524 (re_string_construct, re_string_realloc_buffers, build_wcs_buffer) 35536 (re_string_realloc_buffers, build_wcs_buffer)
|