Searched refs:ONIG_C (Results 1 – 1 of 1) sorted by relevance
/PHP-5.3/ext/mbstring/oniguruma/ |
H A D | regposix.c | 35 #define ONIG_C(reg) ((onig_regex_t* )((reg)->onig)) macro 161 reg->re_nsub = ONIG_C(reg)->num_mem; in regcomp() 182 else if ((int )nmatch < ONIG_C(reg)->num_mem + 1) { in regexec() 184 * (ONIG_C(reg)->num_mem + 1)); in regexec() 192 ENC_STRING_LEN(ONIG_C(reg)->enc, str, len); in regexec() 194 r = onig_search(ONIG_C(reg), (UChar* )str, end, (UChar* )str, end, in regexec() 226 onig_free(ONIG_C(reg)); in regfree() 267 return onig_name_to_group_numbers(ONIG_C(reg), name, name_end, nums); in reg_name_to_group_numbers() 296 return onig_foreach_name(ONIG_C(reg), i_wrapper, &warg); in reg_foreach_name() 302 return onig_number_of_names(ONIG_C(reg)); in reg_number_of_names()
|
Completed in 6 milliseconds