Home
last modified time | relevance | path

Searched refs:ALLOC_HASHTABLE (Results 1 – 25 of 53) sorted by relevance

123

/PHP-5.3/Zend/
H A Dzend_objects.c31 ALLOC_HASHTABLE(object->properties); in zend_object_std_init()
177 ALLOC_HASHTABLE(new_object->properties); in zend_objects_clone_obj()
H A Dzend_fast_cache.h121 #define ALLOC_HASHTABLE(ht) \
H A Dzend_closures.c239 ALLOC_HASHTABLE(closure->debug_info); in zend_closure_get_debug_info()
395 ALLOC_HASHTABLE(closure->func.op_array.static_variables); in zend_create_closure()
H A Dzend_alloc.h192 #define ALLOC_HASHTABLE(ht) \ macro
H A Dzend_ini.c278 ALLOC_HASHTABLE(EG(modified_ini_directives)); in zend_alter_ini_entry_ex()
H A Dzend_execute_API.c606 ALLOC_HASHTABLE(tmp_ht); in zval_update_constant_ex()
1086 ALLOC_HASHTABLE(EG(in_autoload)); in zend_lookup_class_ex()
1702 ALLOC_HASHTABLE(EG(active_symbol_table)); in zend_rebuild_symbol_table()
H A Dzend_operators.c622 ALLOC_HASHTABLE(Z_ARRVAL_P(op)); in convert_scalar_to_array()
648 ALLOC_HASHTABLE(ht); in convert_to_array()
677 ALLOC_HASHTABLE(Z_ARRVAL_P(op)); in convert_to_array()
H A Dzend_exceptions.c141 ALLOC_HASHTABLE(object->properties); in zend_default_exception_new_ex()
/PHP-5.3/ext/xsl/
H A Dphp_xsl.c133 ALLOC_HASHTABLE(intern->parameter); in xsl_objects_new()
135 ALLOC_HASHTABLE(intern->registered_phpfunctions); in xsl_objects_new()
/PHP-5.3/ext/standard/
H A Dincomplete_class.c112 ALLOC_HASHTABLE(object->properties); in php_create_incomplete_object()
H A Dstreamsfuncs.c662 ALLOC_HASHTABLE(new_hash); in stream_array_from_fd_set()
718 ALLOC_HASHTABLE(new_hash); in stream_array_emulate_read_fd_set()
/PHP-5.3/ext/com_dotnet/
H A Dcom_wrapper.c467 ALLOC_HASHTABLE(disp->dispid_to_name); in generate_dispids()
468 ALLOC_HASHTABLE(disp->name_to_dispid); in generate_dispids()
605 ALLOC_HASHTABLE(disp->name_to_dispid); in php_com_wrapper_export_as_sink()
H A Dcom_com.c454 ALLOC_HASHTABLE(obj->id_of_name_cache); in php_com_get_id_of_name()
715 ALLOC_HASHTABLE(id_to_name); in PHP_FUNCTION()
H A Dcom_handlers.c347 ALLOC_HASHTABLE(obj->method_cache); in com_method_get()
/PHP-5.3/ext/pdo/
H A Dpdo_sql_parser.c664 ALLOC_HASHTABLE(stmt->bound_param_map); in pdo_parse_params()
705 ALLOC_HASHTABLE(stmt->bound_param_map); in pdo_parse_params()
H A Dpdo_sql_parser.re311 ALLOC_HASHTABLE(stmt->bound_param_map);
352 ALLOC_HASHTABLE(stmt->bound_param_map);
H A Dpdo_stmt.c310 ALLOC_HASHTABLE(hash); in really_register_bound_param()
899 ALLOC_HASHTABLE(return_value->value.ht); in do_fetch()
2336 ALLOC_HASHTABLE(stmt->properties); in dbstmt_clone_obj()
2467 ALLOC_HASHTABLE(stmt->properties); in pdo_dbstmt_new()
/PHP-5.3/ext/mysqli/
H A Dmysqli_nonapi.c612 ALLOC_HASHTABLE(new_hash);
663 ALLOC_HASHTABLE(new_hash);
/PHP-5.3/ext/intl/collator/
H A Dcollator_sort.c506 ALLOC_HASHTABLE( sortedHash ); in PHP_FUNCTION()
/PHP-5.3/ext/dom/
H A Dphp_dom.c193 ALLOC_HASHTABLE(dest->classmap); in dom_copy_doc_props()
211 ALLOC_HASHTABLE(doc_props->classmap); in dom_set_doc_classmap()
482 ALLOC_HASHTABLE(debug_info); in dom_get_debug_info_helper()
1228 ALLOC_HASHTABLE(intern->registered_phpfunctions); in dom_xpath_objects_new()
H A Dxpath.c226 ALLOC_HASHTABLE(intern->node_list); in dom_xpath_ext_function_php()
/PHP-5.3/ext/oci8/
H A Doci8_statement.c484 ALLOC_HASHTABLE(statement->columns); in php_oci_statement_execute()
1099 ALLOC_HASHTABLE(statement->binds); in php_oci_bind_by_name()
1456 ALLOC_HASHTABLE(statement->binds); in php_oci_bind_array_by_name()
/PHP-5.3/ext/pdo_firebird/
H A Dfirebird_driver.c153 ALLOC_HASHTABLE(np); in firebird_handle_preparer()
/PHP-5.3/main/streams/
H A Dfilter.c63 ALLOC_HASHTABLE(FG(stream_filters)); in php_stream_filter_register_factory_volatile()
/PHP-5.3/ext/phar/
H A Ddirstream.c201 ALLOC_HASHTABLE(data); in phar_make_dirstream()

Completed in 140 milliseconds

123