PCRE_G           1993 ext/opcache/ZendAccelerator.c 	ZEND_HASH_FOREACH_BUCKET(&PCRE_G(pcre_cache), p) {
PCRE_G           1997 ext/opcache/ZendAccelerator.c 			zend_hash_del_bucket(&PCRE_G(pcre_cache), p);
PCRE_G             98 ext/pcre/php_pcre.c 	PCRE_G(error_code) = preg_code;
PCRE_G            292 ext/pcre/php_pcre.c 	pce = zend_hash_find_ptr(&PCRE_G(pcre_cache), regex);
PCRE_G            449 ext/pcre/php_pcre.c 	if (PCRE_G(jit)) {
PCRE_G            462 ext/pcre/php_pcre.c 			extra->match_limit = (unsigned long)PCRE_G(backtrack_limit);
PCRE_G            463 ext/pcre/php_pcre.c 			extra->match_limit_recursion = (unsigned long)PCRE_G(recursion_limit);
PCRE_G            479 ext/pcre/php_pcre.c 	if (zend_hash_num_elements(&PCRE_G(pcre_cache)) == PCRE_CACHE_SIZE) {
PCRE_G            481 ext/pcre/php_pcre.c 		zend_hash_apply_with_argument(&PCRE_G(pcre_cache), pcre_clean_cache, &num_clean);
PCRE_G            526 ext/pcre/php_pcre.c 	pce = zend_hash_update_mem(&PCRE_G(pcre_cache), regex, &new_entry, sizeof(pcre_cache_entry));
PCRE_G            700 ext/pcre/php_pcre.c 	extra->match_limit = (unsigned long)PCRE_G(backtrack_limit);
PCRE_G            701 ext/pcre/php_pcre.c 	extra->match_limit_recursion = (unsigned long)PCRE_G(recursion_limit);
PCRE_G            738 ext/pcre/php_pcre.c 	PCRE_G(error_code) = PHP_PCRE_NO_ERROR;
PCRE_G            948 ext/pcre/php_pcre.c 	if (PCRE_G(error_code) == PHP_PCRE_NO_ERROR) {
PCRE_G           1115 ext/pcre/php_pcre.c 	extra->match_limit = (unsigned long)PCRE_G(backtrack_limit);
PCRE_G           1116 ext/pcre/php_pcre.c 	extra->match_limit_recursion = (unsigned long)PCRE_G(recursion_limit);
PCRE_G           1157 ext/pcre/php_pcre.c 	PCRE_G(error_code) = PHP_PCRE_NO_ERROR;
PCRE_G           1761 ext/pcre/php_pcre.c 	extra->match_limit = (unsigned long)PCRE_G(backtrack_limit);
PCRE_G           1762 ext/pcre/php_pcre.c 	extra->match_limit_recursion = (unsigned long)PCRE_G(recursion_limit);
PCRE_G           1782 ext/pcre/php_pcre.c 	PCRE_G(error_code) = PHP_PCRE_NO_ERROR;
PCRE_G           2037 ext/pcre/php_pcre.c 	extra->match_limit = (unsigned long)PCRE_G(backtrack_limit);
PCRE_G           2038 ext/pcre/php_pcre.c 	extra->match_limit_recursion = (unsigned long)PCRE_G(recursion_limit);
PCRE_G           2054 ext/pcre/php_pcre.c 	PCRE_G(error_code) = PHP_PCRE_NO_ERROR;
PCRE_G           2114 ext/pcre/php_pcre.c 	RETURN_LONG(PCRE_G(error_code));