Lines Matching refs:mbuf

135 #define ADD_ALL_MULTI_BYTE_RANGE(enc, mbuf) do {\  argument
137 r = SET_ALL_MULTI_BYTE_RANGE(enc, &(mbuf));\
1039 if (cc->mbuf) in onig_node_free()
1040 bbuf_free(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()
3767 r = add_code_range_to_buf(&(cc->mbuf), j, in add_ctype_to_cc_by_range()
3781 r = add_code_range_to_buf(&(cc->mbuf), in add_ctype_to_cc_by_range()
3809 r = add_code_range_to_buf(&(cc->mbuf), prev, in add_ctype_to_cc_by_range()
3816 r = add_code_range_to_buf(&(cc->mbuf), prev, 0x7fffffff); in add_ctype_to_cc_by_range()
3858 ADD_ALL_MULTI_BYTE_RANGE(enc, cc->mbuf); in add_ctype_to_cc()
3881 ADD_ALL_MULTI_BYTE_RANGE(enc, cc->mbuf); in add_ctype_to_cc()
3890 ADD_ALL_MULTI_BYTE_RANGE(enc, cc->mbuf); in add_ctype_to_cc()
4063 r = add_code_range(&(cc->mbuf), env, *vs, *vs); in next_state_class()
4086 r = add_code_range(&(cc->mbuf), env, *vs, *vs); in next_state_val()
4106 r = add_code_range(&(cc->mbuf), env, *vs, v); in next_state_val()
4121 r = add_code_range(&(cc->mbuf), env, (OnigCodePoint )*vs, v); in next_state_val()
4425 bbuf_free(cc->mbuf); in parse_char_class()
4462 bbuf_free(cc->mbuf); in parse_char_class()
4474 is_empty = (IS_NULL(cc->mbuf) ? 1 : 0); in parse_char_class()
4485 add_code_range(&(cc->mbuf), env, NEWLINE_CODE, NEWLINE_CODE); in parse_char_class()
4494 bbuf_free(cc->mbuf); in parse_char_class()
4899 if (IS_NOT_NULL(cc->mbuf)) xfree(cc->mbuf); in i_free_shared_class()
4933 r = not_code_range_buf(enc, cc->mbuf, &tbuf); in clear_not_flag_cclass()
4936 bbuf_free(cc->mbuf); in clear_not_flag_cclass()
4937 cc->mbuf = tbuf; in clear_not_flag_cclass()
4974 add_code_range(&(cc->mbuf), env, *to, *to); in i_apply_case_fold()
4984 add_code_range(&(cc->mbuf), env, *to, *to); in i_apply_case_fold()