Searched refs:BBUF_WRITE (Results 1 – 3 of 3) sorted by relevance
/PHP-7.1/ext/mbstring/oniguruma/ |
H A D | regint.h | 377 #define BBUF_WRITE(buf,pos,bytes,n) do{\ macro 391 #define BBUF_ADD(buf,bytes,n) BBUF_WRITE((buf),(buf)->used,(bytes),(n)) 416 BBUF_WRITE(buf,pos,bytes,n);\
|
H A D | regparse.c | 1675 BBUF_WRITE(bbuf, pos, &(code), SIZE_CODE_POINT)
|
H A D | regcomp.c | 1948 BBUF_WRITE(reg, offset, &addr, SIZE_ABSADDR); in unset_addr_list_fix()
|
Completed in 52 milliseconds