next_pos 207 ext/iconv/iconv.c static php_iconv_err_t _php_iconv_mime_decode(smart_str *pretval, const char *str, size_t str_nbytes, const char *enc, const char **next_pos, int mode); next_pos 1483 ext/iconv/iconv.c static php_iconv_err_t _php_iconv_mime_decode(smart_str *pretval, const char *str, size_t str_nbytes, const char *enc, const char **next_pos, int mode) next_pos 1501 ext/iconv/iconv.c if (next_pos != NULL) { next_pos 1502 ext/iconv/iconv.c *next_pos = NULL; next_pos 1994 ext/iconv/iconv.c if (next_pos != NULL) { next_pos 1995 ext/iconv/iconv.c *next_pos = p1; next_pos 2407 ext/iconv/iconv.c const char *next_pos; next_pos 2409 ext/iconv/iconv.c if (PHP_ICONV_ERR_SUCCESS != (err = _php_iconv_mime_decode(&decoded_header, encoded_str, encoded_str_len, charset, &next_pos, mode))) { next_pos 2458 ext/iconv/iconv.c encoded_str_len -= next_pos - encoded_str; next_pos 2459 ext/iconv/iconv.c encoded_str = next_pos; next_pos 774 ext/intl/grapheme/grapheme_string.c int pos = 0, next_pos = 0; next_pos 778 ext/intl/grapheme/grapheme_string.c next_pos = ubrk_next(bi); next_pos 780 ext/intl/grapheme/grapheme_string.c if ( UBRK_DONE == next_pos ) { next_pos 783 ext/intl/grapheme/grapheme_string.c pos = next_pos;