Home
last modified time | relevance | path

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

/PHP-7.1/ext/mbstring/oniguruma/
H A Dregparse.c110 bbuf_clone(BBuf** rto, BBuf* from) in bbuf_clone()
113 BBuf *to; in bbuf_clone()
115 *rto = to = (BBuf* )xmalloc(sizeof(BBuf)); in bbuf_clone()
1187 bbuf = (BBuf* )xmalloc(sizeof(BBuf)); in node_new_cclass_by_codepoint_range()
1687 BBuf* bbuf; in new_code_range()
1689 bbuf = *pbuf = (BBuf* )xmalloc(sizeof(BBuf)); in new_code_range()
1705 BBuf* bbuf; in add_code_range_to_buf()
1831 BBuf* bbuf2, int not2, BBuf** pbuf) in or_code_range_buf()
1927 and_code_range_buf(BBuf* bbuf1, int not1, BBuf* bbuf2, int not2, BBuf** pbuf) in and_code_range_buf()
2022 BBuf *tbuf; in and_cclass()
[all …]
H A Dregint.h351 } BBuf; typedef
353 #define BBUF_INIT(buf,size) onig_bbuf_init((BBuf* )(buf), (size))
692 BBuf* mbuf; /* multi-byte info or NULL */
790 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()
6162 BBuf* bbuf = NCCLASS(node)->mbuf; in print_indent_tree()

Completed in 54 milliseconds