Lines Matching refs:mbuf

135 #define ADD_ALL_MULTI_BYTE_RANGE(enc, mbuf) do {\  argument
137 r = SET_ALL_MULTI_BYTE_RANGE(enc, &(mbuf));\
1050 if (cc->mbuf) in onig_node_free()
1051 bbuf_free(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()
3777 r = add_code_range_to_buf(&(cc->mbuf), j, in add_ctype_to_cc_by_range()
3791 r = add_code_range_to_buf(&(cc->mbuf), in add_ctype_to_cc_by_range()
3819 r = add_code_range_to_buf(&(cc->mbuf), prev, in add_ctype_to_cc_by_range()
3826 r = add_code_range_to_buf(&(cc->mbuf), prev, 0x7fffffff); in add_ctype_to_cc_by_range()
3868 ADD_ALL_MULTI_BYTE_RANGE(enc, cc->mbuf); in add_ctype_to_cc()
3891 ADD_ALL_MULTI_BYTE_RANGE(enc, cc->mbuf); in add_ctype_to_cc()
3900 ADD_ALL_MULTI_BYTE_RANGE(enc, cc->mbuf); in add_ctype_to_cc()
4071 r = add_code_range(&(cc->mbuf), env, *vs, *vs); in next_state_class()
4100 r = add_code_range(&(cc->mbuf), env, *vs, *vs); in next_state_val()
4120 r = add_code_range(&(cc->mbuf), env, *vs, v); in next_state_val()
4135 r = add_code_range(&(cc->mbuf), env, (OnigCodePoint )*vs, v); in next_state_val()
4438 bbuf_free(cc->mbuf); in parse_char_class()
4475 bbuf_free(cc->mbuf); in parse_char_class()
4487 is_empty = (IS_NULL(cc->mbuf) ? 1 : 0); in parse_char_class()
4498 add_code_range(&(cc->mbuf), env, NEWLINE_CODE, NEWLINE_CODE); in parse_char_class()
4507 bbuf_free(cc->mbuf); in parse_char_class()
4912 if (IS_NOT_NULL(cc->mbuf)) xfree(cc->mbuf); in i_free_shared_class()
4946 r = not_code_range_buf(enc, cc->mbuf, &tbuf); in clear_not_flag_cclass()
4949 bbuf_free(cc->mbuf); in clear_not_flag_cclass()
4950 cc->mbuf = tbuf; in clear_not_flag_cclass()
4987 add_code_range(&(cc->mbuf), env, *to, *to); in i_apply_case_fold()
4997 add_code_range(&(cc->mbuf), env, *to, *to); in i_apply_case_fold()