Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c1039 if (cc->mbuf) in onig_node_free()
1124 cc->mbuf = NULL; in initialize_cclass()
1168 cc->mbuf = NULL; in node_new_cclass_by_codepoint_range()
1182 cc->mbuf = bbuf; in node_new_cclass_by_codepoint_range()
1982 buf1 = dest->mbuf; in and_cclass()
1985 buf2 = cc->mbuf; in and_cclass()
2023 dest->mbuf = pbuf; in and_cclass()
2040 buf1 = dest->mbuf; in or_cclass()
2043 buf2 = cc->mbuf; in or_cclass()
2081 dest->mbuf = pbuf; in or_cclass()
[all …]
H A Dregcomp.c554 add_multi_byte_cclass(BBuf* mbuf, regex_t* reg) in add_multi_byte_cclass() argument
557 add_length(reg, mbuf->used); in add_multi_byte_cclass()
558 return add_bytes(reg, mbuf->p, mbuf->used); in add_multi_byte_cclass()
567 r = add_bytes(reg, mbuf->p, mbuf->used); in add_multi_byte_cclass()
586 if (IS_NULL(cc->mbuf)) { in compile_length_cclass_node()
597 len += SIZE_LENGTH + cc->mbuf->used; in compile_length_cclass_node()
617 if (IS_NULL(cc->mbuf)) { in compile_cclass_node()
632 r = add_multi_byte_cclass(cc->mbuf, reg); in compile_cclass_node()
5630 if (IS_NULL(cc->mbuf)) { in onig_is_code_in_cc_len()
6129 if (NCCLASS(node)->mbuf) { in print_indent_tree()
[all …]
H A Dregint.h688 BBuf* mbuf; /* multi-byte info or NULL */ member
H A DHISTORY1255 2004/01/13: [impl] remove head byte bitset information in cclass->mbuf.
1504 2003/07/04: [spec] check mbuf member in the case of

Completed in 38 milliseconds