Searched refs:xrealloc (Results 1 – 5 of 5) sorted by relevance
/PHP-7.1/ext/mbstring/oniguruma/ |
H A D | regint.h | 105 #define xrealloc realloc macro 357 (buf)->p = (UChar* )xrealloc((buf)->p, (buf)->alloc);\ 363 (buf)->p = (UChar* )xrealloc((buf)->p, (buf)->alloc);\ 371 (buf)->p = (UChar* )xrealloc((buf)->p, new_alloc);\
|
H A D | regexec.c | 113 (OnigCaptureTreeNode** )xrealloc(parent->childs, in history_tree_add_child() 189 region->beg = (int* )xrealloc(region->beg, n * sizeof(int)); in onig_region_resize() 190 region->end = (int* )xrealloc(region->end, n * sizeof(int)); in onig_region_resize() 279 to->beg = (int* )xrealloc(to->beg, RREGC_SIZE); in onig_region_copy() 280 to->end = (int* )xrealloc(to->end, RREGC_SIZE); in onig_region_copy() 456 x = (OnigStackType* )xrealloc(stk_base, sizeof(OnigStackType) * n); in stack_double()
|
H A D | regenc.c | 852 list = (const OnigCodePoint** )xrealloc((void* )list, size); in resize_property_list()
|
H A D | regparse.c | 286 r = (UChar* )xrealloc(dest, capa + 1); in strcat_capa() 776 t->e = (NameEntry* )xrealloc(t->e, sizeof(NameEntry) * alloc); in name_add() 820 e->back_refs = (int* )xrealloc(e->back_refs, sizeof(int) * alloc); in name_add() 973 p = (Node** )xrealloc(env->mem_nodes_dynamic, sizeof(Node*) * alloc); in scan_env_add_mem_entry()
|
H A D | regcomp.c | 186 p = (UnsetAddr* )xrealloc(uslist->us, sizeof(UnsetAddr) * size); in unset_addr_list_add() 665 p = (OnigRepeatRange* )xrealloc(reg->repeat_range, in entry_repeat_range() 3209 sbuf = (UChar* )xrealloc(sbuf, sbuf_size * 2); in update_string_node_case_fold()
|
Completed in 176 milliseconds