Searched refs:mbuf (Results 1 – 6 of 6) sorted by relevance
1049 if (cc->mbuf) in onig_node_free()1132 cc->mbuf = NULL; in initialize_cclass()1174 cc->mbuf = NULL; in node_new_cclass_by_codepoint_range()1188 cc->mbuf = bbuf; in node_new_cclass_by_codepoint_range()1957 buf1 = dest->mbuf; in and_cclass()1960 buf2 = cc->mbuf; in and_cclass()1998 dest->mbuf = pbuf; in and_cclass()2015 buf1 = dest->mbuf; in or_cclass()2018 buf2 = cc->mbuf; in or_cclass()2056 dest->mbuf = pbuf; in or_cclass()[all …]
532 add_multi_byte_cclass(BBuf* mbuf, regex_t* reg) in add_multi_byte_cclass() argument535 add_length(reg, mbuf->used); in add_multi_byte_cclass()536 return add_bytes(reg, mbuf->p, mbuf->used); in add_multi_byte_cclass()547 r = add_bytes(reg, mbuf->p, mbuf->used); in add_multi_byte_cclass()566 if (IS_NULL(cc->mbuf)) { in compile_length_cclass_node()577 len += SIZE_LENGTH + cc->mbuf->used; in compile_length_cclass_node()597 if (IS_NULL(cc->mbuf)) { in compile_cclass_node()612 r = add_multi_byte_cclass(cc->mbuf, reg); in compile_cclass_node()622 r = add_multi_byte_cclass(cc->mbuf, reg); in compile_cclass_node()5924 if (NCCLASS(node).mbuf) { in print_indent_tree()[all …]
117 BBuf* mbuf; /* multi-byte info or NULL */
798 BBuf* mbuf; /* multi-byte info or NULL */ member
1380 if (IS_NULL(cc->mbuf)) { in is_code_in_cc()1384 found = (onig_is_in_code_range(cc->mbuf->p, code) != 0 ? 1 : 0); in is_code_in_cc()
1050 2004/01/13: [impl] remove head byte bitset information in cclass->mbuf.1299 2003/07/04: [spec] check mbuf member in the case of
Completed in 54 milliseconds