Home
last modified time | relevance | path

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

/PHP-5.3/ext/mbstring/oniguruma/
H A Dregint.h666 #define SIZE_LENGTH sizeof(LengthType) macro
735 #define SIZE_OP_LOOK_BEHIND (SIZE_OPCODE + SIZE_LENGTH)
736 #define SIZE_OP_PUSH_LOOK_BEHIND_NOT (SIZE_OPCODE + SIZE_RELADDR + SIZE_LENGTH)
H A Dregcomp.c219 BBUF_ADD(reg, &l, SIZE_LENGTH); in add_length()
405 if (op == OP_EXACTMBN) len += SIZE_LENGTH; in add_compile_string_length()
407 len += SIZE_LENGTH; in add_compile_string_length()
541 UChar* p = BBUF_GET_ADD_ADDRESS(reg) + SIZE_LENGTH; in add_multi_byte_cclass()
577 len += SIZE_LENGTH + cc->mbuf->used; in compile_length_cclass_node()
579 len += SIZE_LENGTH + cc->mbuf->used + (WORD_ALIGNMENT_SIZE - 1); in compile_length_cclass_node()
1520 r = SIZE_OPCODE + SIZE_OPTION + SIZE_LENGTH + in compile_length_tree()
1521 SIZE_LENGTH + (SIZE_MEMNUM * br->back_num); in compile_length_tree()
1530 r = SIZE_OPCODE + SIZE_LENGTH + (SIZE_MEMNUM * br->back_num); in compile_length_tree()

Completed in 29 milliseconds