ht_rc              45 ext/mbstring/php_mbregex.c 	HashTable ht_rc;
ht_rc              68 ext/mbstring/php_mbregex.c 	zend_hash_init(&(pglobals->ht_rc), 0, NULL, php_mb_regex_free_cache, 1);
ht_rc              82 ext/mbstring/php_mbregex.c 	zend_hash_destroy(&pglobals->ht_rc);
ht_rc             151 ext/mbstring/php_mbregex.c 	zend_hash_clean(&MBREX(ht_rc));
ht_rc             454 ext/mbstring/php_mbregex.c 	rc = zend_hash_str_find_ptr(&MBREX(ht_rc), (char *)pattern, patlen);
ht_rc             462 ext/mbstring/php_mbregex.c 		zend_hash_str_update_ptr(&MBREX(ht_rc), (char *)pattern, patlen, retval);