Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/
H A Dphp_pcre.c1806 char *last_match; /* Location of last match */ in php_pcre_split_impl() local
1845 last_match = subject; in php_pcre_split_impl()
1865 if (!no_empty || &subject[offsets[0]] != last_match) { in php_pcre_split_impl()
1869 …add_offset_pair(return_value, last_match, (int)(&subject[offsets[0]]-last_match), next_offset, NUL… in php_pcre_split_impl()
1872 ZVAL_STRINGL(&tmp, last_match, &subject[offsets[0]]-last_match); in php_pcre_split_impl()
1881 last_match = &subject[offsets[1]]; in php_pcre_split_impl()
1926 …start_offset = (int)(last_match - subject); /* the offset might have been incremented, but without… in php_pcre_split_impl()
1935 ZVAL_STRINGL(&tmp, last_match, subject + subject_len - last_match); in php_pcre_split_impl()
/PHP-7.1/ext/fileinfo/libmagic/
H A Dfile.h373 int last_match; member
H A Dfuncs.c417 ms->c.li[level].last_match = 0; in file_check_mem()
H A Dsoftmagic.c275 if (ms->c.li[cont_level].last_match == 1) in match()
301 ms->c.li[cont_level].last_match = 0; in match()
306 ms->c.li[cont_level].last_match = 1; in match()

Completed in 20 milliseconds