Lines Matching refs:HashTable
860 void *zend_hash_find_ptr_lc(HashTable *ht, const char *str, size_t len) { in zend_hash_find_ptr_lc()
875 zend_bool case_sensitive, HashTable *current_import_sub in zend_resolve_non_class_name()
1058 ZEND_API int do_bind_function(const zend_op_array *op_array, const zend_op *opline, HashTable *func… in do_bind_function()
1099 …ry *do_bind_class(const zend_op_array* op_array, const zend_op *opline, HashTable *class_table, ze… in do_bind_class()
1134 …d_inherited_class(const zend_op_array *op_array, const zend_op *opline, HashTable *class_table, ze… in do_bind_inherited_class()
1180 HashTable *table; in zend_do_early_binding()
6120 static HashTable *zend_get_import_ht(uint32_t type) /* {{{ */ in zend_get_import_ht()
6125 FC(imports) = emalloc(sizeof(HashTable)); in zend_get_import_ht()
6131 FC(imports_function) = emalloc(sizeof(HashTable)); in zend_get_import_ht()
6137 FC(imports_const) = emalloc(sizeof(HashTable)); in zend_get_import_ht()
6216 HashTable *current_import = zend_get_import_ht(type); in zend_compile_use()