next_pos 213 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 1991 ext/iconv/iconv.c if (next_pos != NULL) { next_pos 1992 ext/iconv/iconv.c *next_pos = p1; next_pos 2380 ext/iconv/iconv.c const char *next_pos; next_pos 2382 ext/iconv/iconv.c if (PHP_ICONV_ERR_SUCCESS != (err = _php_iconv_mime_decode(&decoded_header, enc_str_tmp, enc_str_len_tmp, charset, &next_pos, (int)mode))) { next_pos 2429 ext/iconv/iconv.c enc_str_len_tmp -= next_pos - enc_str_tmp; next_pos 2430 ext/iconv/iconv.c enc_str_tmp = (char *)next_pos; next_pos 748 ext/intl/grapheme/grapheme_string.c int pos = 0, next_pos = 0; next_pos 752 ext/intl/grapheme/grapheme_string.c next_pos = ubrk_next(bi); next_pos 754 ext/intl/grapheme/grapheme_string.c if ( UBRK_DONE == next_pos ) { next_pos 757 ext/intl/grapheme/grapheme_string.c pos = next_pos;