Searched refs:_php_iconv_strpos (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/iconv/ |
| H A D | iconv.c | 203 static php_iconv_err_t _php_iconv_strpos(unsigned int *pretval, const char *haystk, size_t haystk_nbytes, const char *ndl, size_t ndl_nbytes, int offset, const char *enc); 870 /* {{{ _php_iconv_strpos() */ 871 static php_iconv_err_t _php_iconv_strpos(unsigned int *pretval, function 2065 err = _php_iconv_strpos(&retval, haystk, haystk_len, ndl, ndl_len, 2107 err = _php_iconv_strpos(&retval, haystk, haystk_len, ndl, ndl_len,
|
Completed in 6 milliseconds