Searched refs:mbuf (Results 1 – 4 of 4) sorted by relevance
1050 if (cc->mbuf) in onig_node_free()1135 cc->mbuf = NULL; in initialize_cclass()1179 cc->mbuf = NULL; in node_new_cclass_by_codepoint_range()1193 cc->mbuf = bbuf; in node_new_cclass_by_codepoint_range()1993 buf1 = dest->mbuf; in and_cclass()1996 buf2 = cc->mbuf; in and_cclass()2034 dest->mbuf = pbuf; in and_cclass()2051 buf1 = dest->mbuf; in or_cclass()2054 buf2 = cc->mbuf; in or_cclass()2092 dest->mbuf = pbuf; in or_cclass()[all …]
554 add_multi_byte_cclass(BBuf* mbuf, regex_t* reg) in add_multi_byte_cclass() argument557 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()5662 if (IS_NULL(cc->mbuf)) { in onig_is_code_in_cc_len()6161 if (NCCLASS(node)->mbuf) { in print_indent_tree()[all …]
692 BBuf* mbuf; /* multi-byte info or NULL */ member
1279 2004/01/13: [impl] remove head byte bitset information in cclass->mbuf.1528 2003/07/04: [spec] check mbuf member in the case of
Completed in 68 milliseconds