Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DFAQ.ja5 onig_new()����ǡ�ONIG_OPTION_FIND_LONGEST���ץ����
122 onig_new(), onig_new_deluxe(), onig_free()�Τɤ줫�θƤӽФ���
H A DFAQ6 in onig_new().
H A DAPI10 You don't have to call it explicitly, because it is called in onig_new().
16 If this function is used for onig_new(),
17 don't call this after the pattern argument of onig_new() is freed.
25 3 err_info (optional): error info returned by onig_new().
51 # int onig_new(regex_t** reg, const UChar* pattern, const UChar* pattern_end,
153 This function is deluxe version of onig_new().
/PHP-5.5/ext/mbstring/oniguruma/
H A Donigcmpt200.h278 #define regex_new onig_new
H A Dregposix.c154 r = onig_new(PONIG_C(reg), (UChar* )pattern, (UChar* )(pattern + len), in regcomp()
H A Dtestc.c92 r = onig_new(&reg, (UChar* )pattern, (UChar* )(pattern + SLEN(pattern)), in xx()
H A Dtestu.c125 r = onig_new(&reg, (UChar* )pattern, (UChar* )(pattern + ulen(pattern)), in xx()
H A Doniguruma.h726 int onig_new P_((OnigRegex*, const OnigUChar* pattern, const OnigUChar* pattern_end, OnigOptionType…
H A Dregcomp.c5459 r = onig_new(&new_reg, pattern, pattern_end, option, enc, syntax, einfo); in onig_recompile()
5534 onig_new(regex_t** reg, const UChar* pattern, const UChar* pattern_end, in onig_new() function
/PHP-5.5/ext/mbstring/oniguruma/win32/
H A Dtestc.c92 r = onig_new(&reg, (UChar* )pattern, (UChar* )(pattern + SLEN(pattern)), in xx()
/PHP-5.5/ext/mbstring/
H A Dphp_mbregex.c458 …if ((err_code = onig_new(&retval, (OnigUChar *)pattern, (OnigUChar *)(pattern + patlen), options, … in php_mbregex_compile_pattern()
H A Dmbstring.c986 if ((err_code = onig_new(&retval, in _php_mb_compile_regex()

Completed in 54 milliseconds