Searched refs:bbuf1 (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/ext/mbstring/oniguruma/ |
H A D | regparse.c | 1819 #define SWAP_BBUF_NOT(bbuf1, not1, bbuf2, not2) do {\ argument 1823 tbuf = bbuf1; bbuf1 = bbuf2; bbuf2 = tbuf; \ 1835 if (IS_NULL(bbuf1) && IS_NULL(bbuf2)) { in or_code_range_buf() 1843 SWAP_BBUF_NOT(bbuf1, not1, bbuf2, not2); in or_code_range_buf() 1845 if (IS_NULL(bbuf1)) { in or_code_range_buf() 1860 SWAP_BBUF_NOT(bbuf1, not1, bbuf2, not2); in or_code_range_buf() 1862 data1 = (OnigCodePoint* )(bbuf1->p); in or_code_range_buf() 1931 if (IS_NULL(bbuf1)) { in and_code_range_buf() 1938 return bbuf_clone(pbuf, bbuf1); in and_code_range_buf() 1943 SWAP_BBUF_NOT(bbuf1, not1, bbuf2, not2); in and_code_range_buf() [all …]
|
Completed in 14 milliseconds