Home
last modified time | relevance | path

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

/php-src/ext/intl/grapheme/
H A Dgrapheme_string.c680 int next_pos = 0; in grapheme_extract_count_iter() local
684 next_pos = ubrk_next(bi); in grapheme_extract_count_iter()
686 if ( UBRK_DONE == next_pos ) { in grapheme_extract_count_iter()
689 ret_pos = next_pos; in grapheme_extract_count_iter()
/php-src/ext/iconv/
H A Diconv.c152 …tr *pretval, const char *str, size_t str_nbytes, const char *enc, const char **next_pos, int mode);
1193 …str *pretval, const char *str, size_t str_nbytes, const char *enc, const char **next_pos, int mode) in _php_iconv_mime_decode() argument
1211 if (next_pos != NULL) { in _php_iconv_mime_decode()
1212 *next_pos = NULL; in _php_iconv_mime_decode()
1727 if (next_pos != NULL) { in _php_iconv_mime_decode()
1728 *next_pos = p1; in _php_iconv_mime_decode()
2133 const char *next_pos; in PHP_FUNCTION() local
2135 …iconv_mime_decode(&decoded_header, enc_str_tmp, enc_str_len_tmp, charset, &next_pos, (int)mode))) { in PHP_FUNCTION()
2182 enc_str_len_tmp -= next_pos - enc_str_tmp; in PHP_FUNCTION()
2183 enc_str_tmp = (char *)next_pos; in PHP_FUNCTION()
/php-src/ext/opcache/jit/ir/
H A Dir_ra.c1583 ir_use_pos *use_pos, *next_pos, **prev; in ir_vregs_join() local
1614 next_pos = use_pos->next; in ir_vregs_join()
1618 use_pos = next_pos; in ir_vregs_join()

Completed in 22 milliseconds