Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/
H A Dphp_mbregex.c43 #define onig_search_with_param(reg, str, end, start, range, region, option, mp) \ macro
880 err = onig_search_with_param(reg, str, end, start, range, region, option, mp); in _php_mb_onig_search()
H A Dmbstring.c74 #define onig_search_with_param(reg, str, end, start, range, region, option, mp) \ macro
1049 err = onig_search_with_param((php_mb_regex_t *)opaque, (const OnigUChar *)str, in _php_mb_match_regex()
/PHP-7.3/ext/mbstring/oniguruma/
H A DREADME.md91 * NEW API: onig_search_with_param(), onig_match_with_param()
H A DHISTORY125 2018/01/29: NEW API: onig_search_with_param() onig_match_with_param()
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DAPI247 Match-param is used in onig_match_with_param() and onig_search_with_param().
327 # int onig_search_with_param(regex_t* reg, const UChar* str, const UChar* end,
H A DSYNTAX.md226 explicitly passed to `onig_search()` (or `onig_search_with_param()` to determine
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Doniguruma.h803 int onig_search_with_param P_((OnigRegex, const OnigUChar* str, const OnigUChar* end, const OnigUCh…
H A Dregexec.c5555 onig_search_with_param(regex_t* reg, const UChar* str, const UChar* end, in onig_search_with_param() function

Completed in 61 milliseconds