Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/
H A Dphp_pcre.c1532 char *last_match; /* Location of last match */ in php_pcre_split_impl() local
1568 last_match = subject; in php_pcre_split_impl()
1588 if (!no_empty || &subject[offsets[0]] != last_match) { in php_pcre_split_impl()
1592 add_offset_pair(return_value, last_match, &subject[offsets[0]]-last_match, next_offset, NULL); in php_pcre_split_impl()
1595 add_next_index_stringl(return_value, last_match, in php_pcre_split_impl()
1596 &subject[offsets[0]]-last_match, 1); in php_pcre_split_impl()
1604 last_match = &subject[offsets[1]]; in php_pcre_split_impl()
1666 …start_offset = last_match - subject; /* the offset might have been incremented, but without furthe… in php_pcre_split_impl()
1675 add_next_index_stringl(return_value, last_match, subject + subject_len - last_match, 1); in php_pcre_split_impl()
/PHP-5.5/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.c242 if (ms->c.li[cont_level].last_match == 1) in match()
268 ms->c.li[cont_level].last_match = 0; in match()
273 ms->c.li[cont_level].last_match = 1; in match()

Completed in 36 milliseconds