Home
last modified time | relevance | path

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

/PHP-5.6/ext/pcre/
H A Dphp_pcre.c1579 char *last_match; /* Location of last match */ in php_pcre_split_impl() local
1618 last_match = subject; in php_pcre_split_impl()
1638 if (!no_empty || &subject[offsets[0]] != last_match) { in php_pcre_split_impl()
1642 add_offset_pair(return_value, last_match, &subject[offsets[0]]-last_match, next_offset, NULL); in php_pcre_split_impl()
1645 add_next_index_stringl(return_value, last_match, in php_pcre_split_impl()
1646 &subject[offsets[0]]-last_match, 1); in php_pcre_split_impl()
1654 last_match = &subject[offsets[1]]; in php_pcre_split_impl()
1716 …start_offset = last_match - subject; /* the offset might have been incremented, but without furthe… in php_pcre_split_impl()
1725 add_next_index_stringl(return_value, last_match, subject + subject_len - last_match, 1); in php_pcre_split_impl()
/PHP-5.6/ext/fileinfo/libmagic/
H A Dfile.h369 int last_match; member
H A Dfuncs.c428 ms->c.li[level].last_match = 0; in file_check_mem()
H A Dsoftmagic.c253 if (ms->c.li[cont_level].last_match == 1) in match()
279 ms->c.li[cont_level].last_match = 0; in match()
284 ms->c.li[cont_level].last_match = 1; in match()

Completed in 26 milliseconds