Home
last modified time | relevance | path

Searched refs:onig_new (Results 1 – 8 of 8) sorted by relevance

/PHP-7.2/ext/mbstring/oniguruma/doc/
H A DFAQ.ja5 onig_new()����ǡ�ONIG_OPTION_FIND_LONGEST���ץ����
H A DFAQ6 in onig_new().
H A DAPI22 If this function is used for onig_new(),
23 don't call this after the pattern argument of onig_new() is freed.
31 3 err_info (optional): error info returned by onig_new().
57 # int onig_new(regex_t** reg, const UChar* pattern, const UChar* pattern_end,
159 This function is deluxe version of onig_new().
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregposix.c154 r = onig_new(PONIG_C(reg), (UChar* )pattern, (UChar* )(pattern + len), in regcomp()
H A Doniguruma.h737 int onig_new P_((OnigRegex*, const OnigUChar* pattern, const OnigUChar* pattern_end, OnigOptionType…
H A Dregcomp.c5553 onig_new(regex_t** reg, const UChar* pattern, const UChar* pattern_end, in onig_new() function
/PHP-7.2/ext/mbstring/
H A Dphp_mbregex.c459 …if ((err_code = onig_new(&retval, (OnigUChar *)pattern, (OnigUChar *)(pattern + patlen), options, … in php_mbregex_compile_pattern()
H A Dmbstring.c1005 if ((err_code = onig_new(&retval, in _php_mb_compile_regex()

Completed in 60 milliseconds