Searched refs:re_fail_stack_ent_t (Results 1 - 2 of 2) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dregex_internal.h644 struct re_fail_stack_ent_t struct
656 struct re_fail_stack_ent_t *stack;
H A Dregexec.c1401 struct re_fail_stack_ent_t *new_array;
1402 new_array = realloc (fs->stack, (sizeof (struct re_fail_stack_ent_t)
1459 fs->stack = re_malloc (struct re_fail_stack_ent_t, fs->alloc);

Completed in 11 milliseconds