Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_globals.h100 HashTable filenames_table; member
H A Dzend_compile.c225 zend_hash_init(&CG(filenames_table), 5, NULL, (dtor_func_t) free_estring, 0); in init_compiler()
240 zend_hash_destroy(&CG(filenames_table)); in shutdown_compiler()
251 …if (zend_hash_find(&CG(filenames_table), new_compiled_filename, length+1, (void **) &pp) == SUCCES… in zend_set_compiled_filename()
256 …zend_hash_update(&CG(filenames_table), new_compiled_filename, length+1, &p, sizeof(char *), (void … in zend_set_compiled_filename()

Completed in 26 milliseconds