Home
last modified time | relevance | path

Searched refs:SIZE_MEMNUM (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/ext/mbstring/oniguruma/
H A Dregint.h667 #define SIZE_MEMNUM sizeof(MemNumType) macro
716 #define SIZE_OP_REPEAT_INC (SIZE_OPCODE + SIZE_MEMNUM)
717 #define SIZE_OP_REPEAT_INC_NG (SIZE_OPCODE + SIZE_MEMNUM)
725 #define SIZE_OP_MEMORY_START (SIZE_OPCODE + SIZE_MEMNUM)
726 #define SIZE_OP_MEMORY_START_PUSH (SIZE_OPCODE + SIZE_MEMNUM)
727 #define SIZE_OP_MEMORY_END_PUSH (SIZE_OPCODE + SIZE_MEMNUM)
728 #define SIZE_OP_MEMORY_END_PUSH_REC (SIZE_OPCODE + SIZE_MEMNUM)
729 #define SIZE_OP_MEMORY_END (SIZE_OPCODE + SIZE_MEMNUM)
730 #define SIZE_OP_MEMORY_END_REC (SIZE_OPCODE + SIZE_MEMNUM)
733 #define SIZE_OP_NULL_CHECK_START (SIZE_OPCODE + SIZE_MEMNUM)
[all …]
H A Dregcomp.c228 BBUF_ADD(reg, &n, SIZE_MEMNUM); in add_mem_num()
783 + mod_tlen + SIZE_OPCODE + SIZE_RELADDR + SIZE_MEMNUM; in compile_length_quantifier_node()
1004 + mod_tlen + SIZE_OPCODE + SIZE_RELADDR + SIZE_MEMNUM; in compile_length_quantifier_node()
1521 SIZE_LENGTH + (SIZE_MEMNUM * br->back_num); in compile_length_tree()
1527 ? SIZE_OPCODE : (SIZE_OPCODE + SIZE_MEMNUM)); in compile_length_tree()
1530 r = SIZE_OPCODE + SIZE_LENGTH + (SIZE_MEMNUM * br->back_num); in compile_length_tree()
5642 bp += SIZE_MEMNUM; in onig_print_compiled_byte_code()
5769 bp += SIZE_MEMNUM; in onig_print_compiled_byte_code()
5808 bp += SIZE_MEMNUM; in onig_print_compiled_byte_code()
H A Dregexec.c2415 p += (SIZE_MEMNUM * (tlen - i - 1)); in match_at()
2454 p += (SIZE_MEMNUM * (tlen - i - 1)); in match_at()
2480 p += (SIZE_MEMNUM * tlen); in match_at()
2535 p += SIZE_MEMNUM; in match_at()

Completed in 30 milliseconds