last_match        369 ext/fileinfo/libmagic/file.h 	int last_match;
last_match        428 ext/fileinfo/libmagic/funcs.c 	ms->c.li[level].last_match = 0;
last_match        253 ext/fileinfo/libmagic/softmagic.c 				if (ms->c.li[cont_level].last_match == 1)
last_match        279 ext/fileinfo/libmagic/softmagic.c 				ms->c.li[cont_level].last_match = 0;
last_match        284 ext/fileinfo/libmagic/softmagic.c 				ms->c.li[cont_level].last_match = 1;
last_match       1572 ext/pcre/php_pcre.c 	char			*last_match;		/* Location of last match */
last_match       1611 ext/pcre/php_pcre.c 	last_match = subject;
last_match       1631 ext/pcre/php_pcre.c 			if (!no_empty || &subject[offsets[0]] != last_match) {
last_match       1635 ext/pcre/php_pcre.c 					add_offset_pair(return_value, last_match, &subject[offsets[0]]-last_match, next_offset, NULL);
last_match       1638 ext/pcre/php_pcre.c 					add_next_index_stringl(return_value, last_match,
last_match       1639 ext/pcre/php_pcre.c 								   	   &subject[offsets[0]]-last_match, 1);
last_match       1647 ext/pcre/php_pcre.c 			last_match = &subject[offsets[1]];
last_match       1709 ext/pcre/php_pcre.c 	start_offset = last_match - subject; /* the offset might have been incremented, but without further successful matches */
last_match       1718 ext/pcre/php_pcre.c 			add_next_index_stringl(return_value, last_match, subject + subject_len - last_match, 1);