Lines Matching refs:mbuf
554 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()
564 add_length(reg, mbuf->used + (WORD_ALIGNMENT_SIZE - 1)); 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()
599 len += SIZE_LENGTH + cc->mbuf->used + (WORD_ALIGNMENT_SIZE - 1); 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()
642 r = add_multi_byte_cclass(cc->mbuf, reg); in compile_cclass_node()
2446 if (IS_NULL(xc->mbuf) && !IS_NCCLASS_NOT(xc)) { in is_not_included()
2493 if ((IS_NULL(xc->mbuf) && !IS_NCCLASS_NOT(xc)) || in is_not_included()
2494 (IS_NULL(yc->mbuf) && !IS_NCCLASS_NOT(yc))) in is_not_included()
4630 if (IS_NOT_NULL(cc->mbuf) || IS_NCCLASS_NOT(cc)) { in optimize_node_left()
5662 if (IS_NULL(cc->mbuf)) { in onig_is_code_in_cc_len()
5666 found = (onig_is_in_code_range(cc->mbuf->p, code) != 0 ? 1 : 0); in onig_is_code_in_cc_len()
6161 if (NCCLASS(node)->mbuf) { in print_indent_tree()
6162 BBuf* bbuf = NCCLASS(node)->mbuf; in print_indent_tree()