Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_globals.h97 HashTable filenames_table; member
H A Dzend_compile.c228 zend_hash_init(&CG(filenames_table), 5, NULL, (dtor_func_t) free_estring, 0); in init_compiler()
243 zend_hash_destroy(&CG(filenames_table)); in shutdown_compiler()
254 …if (zend_hash_find(&CG(filenames_table), new_compiled_filename, length+1, (void **) &pp) == SUCCES… in zend_set_compiled_filename()
259 …zend_hash_update(&CG(filenames_table), new_compiled_filename, length+1, &p, sizeof(char *), (void … in zend_set_compiled_filename()

Completed in 24 milliseconds