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

/macosx-10.10/Libc-1044.1.2/regex/TRE/lib/
H A Dtre-stack.c69 tre_stack_push(tre_stack_t *s, union tre_stack_item value) function
80 DPRINT(("tre_stack_push: stack full\n"));
87 DPRINT(("tre_stack_push: trying to realloc more space\n"));
94 DPRINT(("tre_stack_push: realloc failed.\n"));
97 DPRINT(("tre_stack_push: realloc succeeded.\n"));
101 tre_stack_push(s, value);
111 return tre_stack_push(s, item); \

Completed in 191 milliseconds