Home
last modified time | relevance | path

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

/PHP-5.3/ext/iconv/
H A Diconv.c826 unsigned int match_ofs; in _php_iconv_strpos() local
859 match_ofs = (unsigned int)-1; in _php_iconv_strpos()
894 if (match_ofs == (unsigned int)-1) { in _php_iconv_strpos()
895 match_ofs = cnt; in _php_iconv_strpos()
900 *pretval = match_ofs; in _php_iconv_strpos()
927 match_ofs = (unsigned int)-1; in _php_iconv_strpos()
935 if (match_ofs == (unsigned int)-1) { in _php_iconv_strpos()
936 match_ofs = cnt; in _php_iconv_strpos()
941 *pretval = match_ofs; in _php_iconv_strpos()
944 match_ofs = -1; in _php_iconv_strpos()
[all …]

Completed in 10 milliseconds