Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregparse.c3546 #define SWAP_BB_NOT(bbuf1, not1, bbuf2, not2) do {\ argument
3550 tbuf = bbuf1; bbuf1 = bbuf2; bbuf2 = tbuf; \
3562 if (IS_NULL(bbuf1) && IS_NULL(bbuf2)) { in or_code_range_buf()
3570 SWAP_BB_NOT(bbuf1, not1, bbuf2, not2); in or_code_range_buf()
3572 if (IS_NULL(bbuf1)) { in or_code_range_buf()
3587 SWAP_BB_NOT(bbuf1, not1, bbuf2, not2); in or_code_range_buf()
3589 data1 = (OnigCodePoint* )(bbuf1->p); in or_code_range_buf()
3658 if (IS_NULL(bbuf1)) { in and_code_range_buf()
3665 return bbuf_clone(pbuf, bbuf1); in and_code_range_buf()
3670 SWAP_BB_NOT(bbuf1, not1, bbuf2, not2); in and_code_range_buf()
[all …]

Completed in 24 milliseconds