Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/
H A Doniguruma.patch51 BBuf* mbuf; /* multi-byte info or NULL */
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregparse.c154 bbuf_clone(BBuf** rto, BBuf* from) in bbuf_clone()
157 BBuf *to; in bbuf_clone()
159 *rto = to = (BBuf* )xmalloc(sizeof(BBuf)); in bbuf_clone()
1634 BBuf* bbuf; in new_code_range()
1636 bbuf = *pbuf = (BBuf* )xmalloc(sizeof(BBuf)); in new_code_range()
1652 BBuf* bbuf; in add_code_range_to_buf()
1736 not_code_range_buf(OnigEncoding enc, BBuf* bbuf, BBuf** pbuf) in not_code_range_buf()
1771 BBuf *tbuf; \
1779 BBuf* bbuf2, int not2, BBuf** pbuf) in or_code_range_buf()
1875 and_code_range_buf(BBuf* bbuf1, int not1, BBuf* bbuf2, int not2, BBuf** pbuf) in and_code_range_buf()
[all …]
H A Dregint.h325 } BBuf; typedef
327 #define BBUF_INIT(buf,size) onig_bbuf_init((BBuf* )(buf), (size))
666 BBuf* mbuf; /* multi-byte info or NULL */
766 extern int onig_bbuf_init P_((BBuf* buf, int size));
H A Dregcomp.c139 onig_bbuf_init(BBuf* buf, int size) in onig_bbuf_init()
554 add_multi_byte_cclass(BBuf* mbuf, regex_t* reg) in add_multi_byte_cclass()
6165 BBuf* bbuf = NCCLASS(node)->mbuf; in print_indent_tree()

Completed in 41 milliseconds