Home
last modified time | relevance | path

Searched refs:SIZE_LENGTH (Results 1 – 2 of 2) sorted by last modified time

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregint.h537 #define SIZE_LENGTH sizeof(LengthType) macro
590 #define SIZE_OP_LOOK_BEHIND (SIZE_OPCODE + SIZE_LENGTH)
591 #define SIZE_OP_PUSH_LOOK_BEHIND_NOT (SIZE_OPCODE + SIZE_RELADDR + SIZE_LENGTH)
H A Dregcomp.c241 BBUF_ADD(reg, &l, SIZE_LENGTH); in add_length()
427 if (op == OP_EXACTMBN) len += SIZE_LENGTH; in add_compile_string_length()
429 len += SIZE_LENGTH; in add_compile_string_length()
561 UChar* p = BBUF_GET_ADD_ADDRESS(reg) + SIZE_LENGTH; in add_multi_byte_cclass()
597 len += SIZE_LENGTH + cc->mbuf->used; in compile_length_cclass_node()
599 len += SIZE_LENGTH + cc->mbuf->used + (WORD_ALIGNMENT_SIZE - 1); in compile_length_cclass_node()
1554 r = SIZE_OPCODE + SIZE_OPTION + SIZE_LENGTH + in compile_length_tree()
1555 SIZE_LENGTH + (SIZE_MEMNUM * br->back_num); in compile_length_tree()
1564 r = SIZE_OPCODE + SIZE_LENGTH + (SIZE_MEMNUM * br->back_num); in compile_length_tree()

Completed in 31 milliseconds