Searched refs:onig_error_code_to_str (Results 1 – 10 of 10) sorted by relevance
/PHP-7.0/ext/mbstring/oniguruma/ |
H A D | reggnu.c | 90 (void )onig_error_code_to_str((UChar* )ebuf, r, &einfo); in re_compile_pattern() 113 (void )onig_error_code_to_str((UChar* )ebuf, r, &einfo); in re_recompile_pattern()
|
H A D | regerror.c | 249 onig_error_code_to_str(UChar* s, int code, ...) in onig_error_code_to_str() function 251 onig_error_code_to_str(s, code, va_alist) in onig_error_code_to_str()
|
H A D | testc.c | 96 onig_error_code_to_str((UChar* )s, r, &einfo); in xx() 107 onig_error_code_to_str((UChar* )s, r); in xx()
|
H A D | testu.c | 142 onig_error_code_to_str(s, r, &einfo); in xx() 153 onig_error_code_to_str(s, r); in xx()
|
H A D | oniguruma.h | 720 int onig_error_code_to_str PV_((OnigUChar* s, int err_code, ...));
|
H A D | HISTORY | 315 onig_error_code_to_str(). 1183 invalid definition at onig_error_code_to_str()
|
/PHP-7.0/ext/mbstring/ |
H A D | php_mbregex.c | 457 onig_error_code_to_str(err_str, err_code, &err_info); in php_mbregex_compile_pattern() 903 onig_error_code_to_str(err_str, err); in _php_mb_regex_ereg_replace_exec() 1123 onig_error_code_to_str(err_str, err); in PHP_FUNCTION() 1245 onig_error_code_to_str(err_str, err); in _php_mb_regex_ereg_search_exec()
|
H A D | mbstring.c | 1011 onig_error_code_to_str(err_str, err_code, err_info); in _php_mb_compile_regex()
|
/PHP-7.0/ext/mbstring/oniguruma/win32/ |
H A D | testc.c | 96 onig_error_code_to_str((UChar* )s, r, &einfo); in xx() 107 onig_error_code_to_str((UChar* )s, r); in xx()
|
/PHP-7.0/ext/mbstring/oniguruma/doc/ |
H A D | API | 13 # int onig_error_code_to_str(UChar* err_buf, int err_code, ...) 133 Use this value as 3rd argument of onig_error_code_to_str(). 176 Use this value as 3rd argument of onig_error_code_to_str().
|
Completed in 44 milliseconds