g_notempty        649 ext/pcre/php_pcre.c 	int				 g_notempty = 0;	/* If the match should not be empty */
g_notempty        743 ext/pcre/php_pcre.c 						  exoptions|g_notempty, offsets, size_offsets);
g_notempty        893 ext/pcre/php_pcre.c 			if (g_notempty != 0 && start_offset < subject_len) {
g_notempty        909 ext/pcre/php_pcre.c 		g_notempty = (offsets[1] == offsets[0])? PCRE_NOTEMPTY_ATSTART | PCRE_ANCHORED : 0;
g_notempty       1094 ext/pcre/php_pcre.c 	int				 g_notempty=0;		/* If the match should not be empty */
g_notempty       1166 ext/pcre/php_pcre.c 						  exoptions|g_notempty, offsets, size_offsets);
g_notempty       1288 ext/pcre/php_pcre.c 			if (g_notempty != 0 && start_offset < subject_len) {
g_notempty       1329 ext/pcre/php_pcre.c 		g_notempty = (offsets[1] == offsets[0])? PCRE_NOTEMPTY_ATSTART | PCRE_ANCHORED : 0;
g_notempty       1741 ext/pcre/php_pcre.c 	int				 g_notempty = 0;	/* If the match should not be empty */
g_notempty       1788 ext/pcre/php_pcre.c 						  exoptions|g_notempty, offsets, size_offsets);
g_notempty       1840 ext/pcre/php_pcre.c 			if (g_notempty != 0 && start_offset < subject_len) {
g_notempty       1855 ext/pcre/php_pcre.c 		g_notempty = (offsets[1] == offsets[0])? PCRE_NOTEMPTY_ATSTART | PCRE_ANCHORED : 0;