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