Searched refs:mbuf (Results 1 – 5 of 5) sorted by relevance
1082 if (cc->mbuf) in onig_node_free()1131 cc->mbuf = NULL; in initialize_cclass()1941 buf1 = dest->mbuf; in and_cclass()1944 buf2 = cc->mbuf; in and_cclass()1982 dest->mbuf = pbuf; in and_cclass()1999 buf1 = dest->mbuf; in or_cclass()2002 buf2 = cc->mbuf; in or_cclass()2040 dest->mbuf = pbuf; in or_cclass()4486 bbuf_free(cc->mbuf); in parse_char_class()4519 bbuf_free(cc->mbuf); in parse_char_class()[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()5665 if (IS_NULL(cc->mbuf)) { in onig_is_code_in_cc_len()6164 if (NCCLASS(node)->mbuf) { in print_indent_tree()[all …]
666 BBuf* mbuf; /* multi-byte info or NULL */ member
51 BBuf* mbuf; /* multi-byte info or NULL */
1367 2004/01/13: [impl] remove head byte bitset information in cclass->mbuf.1616 2003/07/04: [spec] check mbuf member in the case of
Completed in 57 milliseconds