Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregint.h538 #define SIZE_MEMNUM sizeof(MemNumType) macro
571 #define SIZE_OP_REPEAT_INC (SIZE_OPCODE + SIZE_MEMNUM)
572 #define SIZE_OP_REPEAT_INC_NG (SIZE_OPCODE + SIZE_MEMNUM)
580 #define SIZE_OP_MEMORY_START (SIZE_OPCODE + SIZE_MEMNUM)
581 #define SIZE_OP_MEMORY_START_PUSH (SIZE_OPCODE + SIZE_MEMNUM)
582 #define SIZE_OP_MEMORY_END_PUSH (SIZE_OPCODE + SIZE_MEMNUM)
583 #define SIZE_OP_MEMORY_END_PUSH_REC (SIZE_OPCODE + SIZE_MEMNUM)
584 #define SIZE_OP_MEMORY_END (SIZE_OPCODE + SIZE_MEMNUM)
585 #define SIZE_OP_MEMORY_END_REC (SIZE_OPCODE + SIZE_MEMNUM)
588 #define SIZE_OP_NULL_CHECK_START (SIZE_OPCODE + SIZE_MEMNUM)
[all …]
H A Dregcomp.c250 BBUF_ADD(reg, &n, SIZE_MEMNUM); in add_mem_num()
803 + mod_tlen + SIZE_OPCODE + SIZE_RELADDR + SIZE_MEMNUM; in compile_length_quantifier_node()
1024 + mod_tlen + SIZE_OPCODE + SIZE_RELADDR + SIZE_MEMNUM; in compile_length_quantifier_node()
1555 SIZE_LENGTH + (SIZE_MEMNUM * br->back_num); in compile_length_tree()
1561 ? SIZE_OPCODE : (SIZE_OPCODE + SIZE_MEMNUM)); in compile_length_tree()
1564 r = SIZE_OPCODE + SIZE_LENGTH + (SIZE_MEMNUM * br->back_num); in compile_length_tree()
5882 bp += SIZE_MEMNUM; in onig_print_compiled_byte_code()
6009 bp += SIZE_MEMNUM; in onig_print_compiled_byte_code()
6048 bp += SIZE_MEMNUM; in onig_print_compiled_byte_code()
H A Dregexec.c2275 p += (SIZE_MEMNUM * (tlen - i - 1)); in match_at()
2314 p += (SIZE_MEMNUM * (tlen - i - 1)); in match_at()
2340 p += (SIZE_MEMNUM * tlen); in match_at()
2396 p += SIZE_MEMNUM; in match_at()

Completed in 31 milliseconds