Home
last modified time | relevance | path

Searched refs:StackIndex (Results 1 – 2 of 2) sorted by relevance

/PHP-5.4/ext/mbstring/oniguruma/
H A Dregexec.c300 typedef long StackIndex; typedef
319 StackIndex si; /* index of stack */
1440 StackIndex si; in match_at()
1441 StackIndex *repeat_stk; in match_at()
1442 StackIndex *mem_start_stk, *mem_end_stk; in match_at()
1453 repeat_stk = (StackIndex* )alloca_base; in match_at()
1455 mem_start_stk = (StackIndex* )(repeat_stk + reg->num_repeat); in match_at()
2265 mem_start_stk[mem] = (StackIndex )((void* )s); in match_at()
2279 mem_end_stk[mem] = (StackIndex )((void* )s); in match_at()
2296 mem_end_stk[mem] = (StackIndex )((void* )s); in match_at()
[all …]
H A DHISTORY656 StackIndex type int -> long
1794 2002/02/27: [bug] use StackIndex instead of StackType* for realloc problem.

Completed in 18 milliseconds