Home
last modified time | relevance | path

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

/PHP-5.5/ext/iconv/
H A Diconv.c924 unsigned int match_ofs; in _php_iconv_strpos() local
957 match_ofs = (unsigned int)-1; in _php_iconv_strpos()
992 if (match_ofs == (unsigned int)-1) { in _php_iconv_strpos()
993 match_ofs = cnt; in _php_iconv_strpos()
998 *pretval = match_ofs; in _php_iconv_strpos()
1025 match_ofs = (unsigned int)-1; in _php_iconv_strpos()
1033 if (match_ofs == (unsigned int)-1) { in _php_iconv_strpos()
1034 match_ofs = cnt; in _php_iconv_strpos()
1039 *pretval = match_ofs; in _php_iconv_strpos()
1042 match_ofs = -1; in _php_iconv_strpos()
[all …]

Completed in 9 milliseconds