PCRE_G             90 ext/pcre/php_pcre.c 	PCRE_G(error_code) = preg_code;
PCRE_G            287 ext/pcre/php_pcre.c 	if (zend_hash_find(&PCRE_G(pcre_cache), regex, regex_len+1, (void **)&pce) == SUCCESS) {
PCRE_G            293 ext/pcre/php_pcre.c 			zend_hash_clean(&PCRE_G(pcre_cache));
PCRE_G            460 ext/pcre/php_pcre.c 	if (zend_hash_num_elements(&PCRE_G(pcre_cache)) == PCRE_CACHE_SIZE) {
PCRE_G            462 ext/pcre/php_pcre.c 		zend_hash_apply_with_argument(&PCRE_G(pcre_cache), pcre_clean_cache, &num_clean TSRMLS_CC);
PCRE_G            488 ext/pcre/php_pcre.c 	zend_hash_update(&PCRE_G(pcre_cache), regex, regex_len+1, (void *)&new_entry,
PCRE_G            650 ext/pcre/php_pcre.c 	extra->match_limit = PCRE_G(backtrack_limit);
PCRE_G            651 ext/pcre/php_pcre.c 	extra->match_limit_recursion = PCRE_G(recursion_limit);
PCRE_G            689 ext/pcre/php_pcre.c 	PCRE_G(error_code) = PHP_PCRE_NO_ERROR;
PCRE_G            849 ext/pcre/php_pcre.c 	if (PCRE_G(error_code) == PHP_PCRE_NO_ERROR) {
PCRE_G           1104 ext/pcre/php_pcre.c 	extra->match_limit = PCRE_G(backtrack_limit);
PCRE_G           1105 ext/pcre/php_pcre.c 	extra->match_limit_recursion = PCRE_G(recursion_limit);
PCRE_G           1155 ext/pcre/php_pcre.c 	PCRE_G(error_code) = PHP_PCRE_NO_ERROR;
PCRE_G           1590 ext/pcre/php_pcre.c 	extra->match_limit = PCRE_G(backtrack_limit);
PCRE_G           1591 ext/pcre/php_pcre.c 	extra->match_limit_recursion = PCRE_G(recursion_limit);
PCRE_G           1612 ext/pcre/php_pcre.c 	PCRE_G(error_code) = PHP_PCRE_NO_ERROR;
PCRE_G           1863 ext/pcre/php_pcre.c 	extra->match_limit = PCRE_G(backtrack_limit);
PCRE_G           1864 ext/pcre/php_pcre.c 	extra->match_limit_recursion = PCRE_G(recursion_limit);
PCRE_G           1881 ext/pcre/php_pcre.c 	PCRE_G(error_code) = PHP_PCRE_NO_ERROR;
PCRE_G           1947 ext/pcre/php_pcre.c 	RETURN_LONG(PCRE_G(error_code));