ONIG_C 161 mbstring/oniguruma/regposix.c reg->re_nsub = ONIG_C(reg)->num_mem; ONIG_C 182 mbstring/oniguruma/regposix.c else if ((int )nmatch < ONIG_C(reg)->num_mem + 1) { ONIG_C 184 mbstring/oniguruma/regposix.c * (ONIG_C(reg)->num_mem + 1)); ONIG_C 192 mbstring/oniguruma/regposix.c ENC_STRING_LEN(ONIG_C(reg)->enc, str, len); ONIG_C 194 mbstring/oniguruma/regposix.c r = onig_search(ONIG_C(reg), (UChar* )str, end, (UChar* )str, end, ONIG_C 226 mbstring/oniguruma/regposix.c onig_free(ONIG_C(reg)); ONIG_C 267 mbstring/oniguruma/regposix.c return onig_name_to_group_numbers(ONIG_C(reg), name, name_end, nums); ONIG_C 296 mbstring/oniguruma/regposix.c return onig_foreach_name(ONIG_C(reg), i_wrapper, &warg); ONIG_C 302 mbstring/oniguruma/regposix.c return onig_number_of_names(ONIG_C(reg));