Home
last modified time | relevance | path

Searched refs:HashTable (Results 151 – 175 of 215) sorted by relevance

123456789

/PHP-5.5/ext/standard/
H A Dinfo.c102 static void php_info_print_stream_hash(const char *name, HashTable *ht TSRMLS_DC) /* {{{ */ in php_info_print_stream_hash()
1066 HashTable sorted_registry; in php_print_info()
H A Durl.c710 HashTable *hashT;
H A Durl_scanner_ex.c61 ctx->tags = malloc(sizeof(HashTable)); in PHP_INI_MH()
/PHP-5.5/sapi/cli/
H A Dphp_cli.c195 HashTable sorted_registry; in print_modules()
433 static void sapi_cli_ini_defaults(HashTable *configuration_hash) in sapi_cli_ini_defaults()
H A Dphp_cli_server.c135 HashTable headers;
136 HashTable headers_original_case;
196 HashTable clients;
483 HashTable *headers; in PHP_FUNCTION()
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_class.cpp284 static HashTable *TimeZone_get_debug_info(zval *object, int *is_temp TSRMLS_DC) in TimeZone_get_debug_info()
/PHP-5.5/Zend/
H A Dzend_compile.c2986 HashTable *static_variables = op_array->static_variables; in function_add_ref()
3976 HashTable **overriden; in zend_traits_copy_functions()
3978 HashTable *exclude_table; in zend_traits_copy_functions()
3985 overriden = va_arg(args, HashTable**); in zend_traits_copy_functions()
3986 exclude_table = va_arg(args, HashTable*); in zend_traits_copy_functions()
4176 static void zend_traits_compile_exclude_table(HashTable* exclude_table, zend_trait_precedence **pre… in zend_traits_compile_exclude_table()
4208 HashTable *overriden = NULL; in zend_do_traits_method_binding()
4212 HashTable exclude_table; in zend_do_traits_method_binding()
4448 ZEND_API int do_bind_function(const zend_op_array *op_array, zend_op *opline, HashTable *function_t… in do_bind_function()
4640 HashTable *table; in zend_do_early_binding()
[all …]
H A Dzend_operators.h371 ZEND_API void zend_compare_symbol_tables(zval *result, HashTable *ht1, HashTable *ht2 TSRMLS_DC);
H A Dzend_interfaces.c40 HashTable *function_table; in zend_call_method()
H A Dzend_execute.c968 static inline HashTable *zend_get_target_symbol_table(int fetch_type TSRMLS_DC) in zend_get_target_symbol_table()
993 static inline zval **zend_fetch_dimension_address_inner(HashTable *ht, const zval *dim, int dim_typ… in zend_fetch_dimension_address_inner()
1490 void zend_clean_and_cache_symbol_table(HashTable *symbol_table TSRMLS_DC) /* {{{ */ in zend_clean_and_cache_symbol_table()
H A Dzend_vm_execute.h2786 HashTable *fe_ht; in ZEND_FE_RESET_SPEC_CONST_HANDLER()
16057 HashTable *ht; in zend_isset_isempty_dim_prop_obj_handler_SPEC_VAR_CONST()
18156 HashTable *ht; in zend_isset_isempty_dim_prop_obj_handler_SPEC_VAR_TMP()
20637 HashTable *ht; in zend_isset_isempty_dim_prop_obj_handler_SPEC_VAR_VAR()
23944 HashTable *ht; in zend_isset_isempty_dim_prop_obj_handler_SPEC_VAR_CV()
25458 HashTable *ht; in zend_isset_isempty_dim_prop_obj_handler_SPEC_UNUSED_CONST()
26784 HashTable *ht; in zend_isset_isempty_dim_prop_obj_handler_SPEC_UNUSED_TMP()
28110 HashTable *ht; in zend_isset_isempty_dim_prop_obj_handler_SPEC_UNUSED_VAR()
29862 HashTable *ht; in zend_isset_isempty_dim_prop_obj_handler_SPEC_UNUSED_CV()
33363 HashTable *ht; in zend_isset_isempty_dim_prop_obj_handler_SPEC_CV_CONST()
[all …]
/PHP-5.5/ext/mysqli/
H A Dmysqli_nonapi.c682 HashTable *new_hash;
733 HashTable *new_hash;
/PHP-5.5/ext/soap/
H A Dphp_encoding.c405 HashTable *ht = Z_OBJPROP_P(data); in master_to_xml_int()
1719 HashTable *ht = Z_ARRVAL_P(data); in model_to_xml_object()
1799 HashTable *ht = Z_ARRVAL_P(data); in model_to_xml_object()
1899 HashTable *prop = NULL; in to_xml_object()
2281 static inline int array_num_elements(HashTable* ht) in array_num_elements()
3116 HashTable *ht = Z_ARRVAL_P(data); in to_xml_list()
3577 SOAP_GLOBAL(ref_map) = emalloc(sizeof(HashTable)); in encode_reset_ns()
3627 HashTable *ht; in get_array_type()
/PHP-5.5/ext/com_dotnet/
H A Dcom_typeinfo.c434 int php_com_process_typeinfo(ITypeInfo *typeinfo, HashTable *id_to_name, int printdef, GUID *guid, … in php_com_process_typeinfo()
H A Dcom_saproxy.c318 static HashTable *saproxy_properties_get(zval *object TSRMLS_DC) in saproxy_properties_get()
H A Dcom_handlers.c235 static HashTable *com_properties_get(zval *object TSRMLS_DC) in com_properties_get()
/PHP-5.5/ext/intl/converter/
H A Dconverter.c201 HashTable *ht = Z_ARRVAL_P(val); in php_converter_append_toUnicode_target()
293 HashTable *ht = Z_ARRVAL_P(val); in php_converter_append_fromUnicode_target()
/PHP-5.5/ext/spl/
H A Dspl_dllist.c98 HashTable *debug_info;
506 static HashTable* spl_dllist_object_get_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{{ */ in spl_dllist_object_get_debug_info()
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c485 static XMLRPC_VECTOR_TYPE determine_vector_type (HashTable *ht) in determine_vector_type()
572 HashTable *ht = NULL; in PHP_to_XMLRPC_worker()
/PHP-5.5/sapi/apache2handler/
H A Dsapi_apache2.c516 HashTable config; in php_apache_ini_dtor()
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c175 HashTable *ht; in dispatch_param_event()
304 HashTable *hash; in really_register_bound_param()
761 HashTable *ht = Z_ARRVAL_P(stmt->fetch.cls.ctor_args); in do_fetch_class_prepare()
2667 static HashTable *row_get_properties(zval *object TSRMLS_DC) in row_get_properties()
H A Dpdo_dbh.c472 HashTable *ht = Z_ARRVAL_P(ctor_args); in pdo_stmt_construct()
1305 if (!(dbh->cls_methods[kind] = pemalloc(sizeof(HashTable), dbh->is_persistent))) { in pdo_hash_methods()
/PHP-5.5/ext/mbstring/
H A Dmbstring.c787 HashTable *target_hash; in php_mb_parse_encoding_array()
3046 HashTable *target_hash; in PHP_FUNCTION()
3493 HashTable *target_hash; in PHP_FUNCTION()
3712 HashTable *target_hash; in php_mb_numericentity_exec()
3848 static int _php_mbstr_parse_mail_headers(HashTable *ht, const char *str, size_t str_len) in _php_mbstr_parse_mail_headers()
4049 HashTable ht_headers; in PHP_FUNCTION()
/PHP-5.5/ext/sockets/
H A Dconversions.c71 HashTable params; /* stores pointers; has to be first */
79 HashTable params; /* stores pointers; has to be first */
/PHP-5.5/ext/phar/
H A Dphar.c97 HashTable cached_phars;
98 HashTable cached_alias;
156 memset(&EG(regular_list), 0, sizeof(HashTable)); in phar_split_cache_list()
180 memset(&EG(regular_list), 0, sizeof(HashTable)); in phar_split_cache_list()

Completed in 223 milliseconds

123456789