Home
last modified time | relevance | path

Searched refs:char_tables (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/pcre/
H A Dphp_pcre.c94 ZEND_TLS HashTable char_tables; variable
316 zend_hash_init(&char_tables, 1, NULL, php_pcre_free_char_table, 1); in PHP_GINIT_FUNCTION()
327 zend_hash_destroy(&char_tables); in PHP_GSHUTDOWN_FUNCTION()
764 tables = (uint8_t *)zend_hash_find_ptr(&char_tables, BG(ctype_string)); in pcre_get_compiled_regex_cache_ex()
777 zend_hash_add_ptr(&char_tables, _k, (void *)tables); in pcre_get_compiled_regex_cache_ex()

Completed in 13 milliseconds