Home
last modified time | relevance | path

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

12345678910

/PHP-7.1/Zend/
H A Dzend_ts_hash.c254 ZEND_API void zend_ts_hash_copy_to_hash(HashTable *target, TsHashTable *source, copy_ctor_func_t pC… in zend_ts_hash_copy_to_hash()
H A Dzend_execute.c1523 static zend_always_inline HashTable *zend_get_target_symbol_table(zend_execute_data *execute_data, … in zend_get_target_symbol_table()
1525 HashTable *ht; in zend_get_target_symbol_table()
1540 static zend_always_inline zval *zend_fetch_dimension_address_inner(HashTable *ht, const zval *dim, … in zend_fetch_dimension_address_inner()
1651 static zend_never_inline zval* ZEND_FASTCALL zend_fetch_dimension_address_inner_W(HashTable *ht, co… in zend_fetch_dimension_address_inner_W()
1656 static zend_never_inline zval* ZEND_FASTCALL zend_fetch_dimension_address_inner_W_CONST(HashTable *… in zend_fetch_dimension_address_inner_W_CONST()
1661 static zend_never_inline zval* ZEND_FASTCALL zend_fetch_dimension_address_inner_RW(HashTable *ht, c… in zend_fetch_dimension_address_inner_RW()
1666 static zend_never_inline zval* ZEND_FASTCALL zend_fetch_dimension_address_inner_RW_CONST(HashTable in zend_fetch_dimension_address_inner_RW_CONST()
H A Dzend_operators.h368 ZEND_API int ZEND_FASTCALL zend_compare_symbol_tables(HashTable *ht1, HashTable *ht2);
H A Dzend_interfaces.c70 HashTable *function_table = obj_ce ? &obj_ce->function_table : EG(function_table); in zend_call_method()
/PHP-7.1/ext/spl/
H A Dspl_dllist.c495 static HashTable* spl_dllist_object_get_debug_info(zval *obj, int *is_temp) /* {{{{ */ in spl_dllist_object_get_debug_info()
502 HashTable *debug_info; in spl_dllist_object_get_debug_info()
540 static HashTable *spl_dllist_object_get_gc(zval *obj, zval **gc_data, int *gc_data_count) /* {{{ */ in spl_dllist_object_get_gc()
/PHP-7.1/ext/standard/
H A Durl_scanner_ex.c74 ctx->tags = malloc(sizeof(HashTable)); in php_ini_on_update_tags()
119 HashTable *hosts; in php_ini_on_update_hosts()
377HashTable *allowed_hosts = ctx->type ? &BG(url_adapt_session_hosts_ht) : &BG(url_adapt_output_host… in check_host_whitelist()
H A Dinfo.c96 static void php_info_print_stream_hash(const char *name, HashTable *ht) /* {{{ */ in php_info_print_stream_hash()
989 HashTable sorted_registry; in php_print_info()
H A Durl_scanner_ex.re72 ctx->tags = malloc(sizeof(HashTable));
117 HashTable *hosts;
380HashTable *allowed_hosts = ctx->type ? &BG(url_adapt_session_hosts_ht) : &BG(url_adapt_output_host…
/PHP-7.1/sapi/cgi/
H A Dcgi_main.c165 HashTable user_config_cache;
190 HashTable *user_config;
263 HashTable sorted_registry; in print_modules()
803 new_entry->user_config = (HashTable *) pemalloc(sizeof(HashTable), 1);
/PHP-7.1/ext/readline/
H A Dreadline.c457 HashTable *myht = Z_ARRVAL(_readline_array); in _readline_command_generator()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_list.c194 HashTable *func_table = EG(function_table); in phpdbg_list_function_byname()
H A Dphpdbg_print.c213 HashTable *func_table = EG(function_table); in PHPDBG_PRINT()
/PHP-7.1/ext/pdo/
H A Dpdo_sql_parser.re92 HashTable *params;
416 HashTable *params = stmt->bound_params;
/PHP-7.1/ext/simplexml/
H A Dsimplexml.c1015 static void sxe_properties_add(HashTable *rv, char *name, int namelen, zval *value) /* {{{ */ in sxe_properties_add()
1129 static HashTable *sxe_get_prop_hash(zval *object, int is_debug) /* {{{ */ in sxe_get_prop_hash()
1133 HashTable *rv; in sxe_get_prop_hash()
1261 static HashTable *sxe_get_gc(zval *object, zval **table, int *n) /* {{{ */ { in sxe_get_gc()
1271 static HashTable *sxe_get_properties(zval *object) /* {{{ */ in sxe_get_properties()
1277 static HashTable * sxe_get_debug_info(zval *object, int *is_temp) /* {{{ */ in sxe_get_debug_info()
/PHP-7.1/ext/snmp/
H A Dsnmp.c135 static HashTable php_snmp_properties;
1938 void php_snmp_add_property(HashTable *h, const char *name, size_t name_length, php_snmp_read_t read… in php_snmp_add_property()
2065 static HashTable *php_snmp_get_gc(zval *object, zval ***gc_data, int *gc_data_count) /* {{{ */ in php_snmp_get_gc()
2075 static HashTable *php_snmp_get_properties(zval *object) in php_snmp_get_properties()
2079 HashTable *props; in php_snmp_get_properties()
/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_inference.h164 HashTable *ht = Z_ARRVAL_P(zv); in DEFINE_SSA_OP_MIN_RANGE()
/PHP-7.1/ext/soap/
H A Dphp_packet_soap.c33 HashTable *hdrs = NULL; in parse_packet_soap()
H A Dphp_encoding.c286 static zval *soap_hash_str_find_deref(HashTable *ht, const char *str, size_t len) { in soap_hash_str_find_deref()
403 HashTable *ht = Z_OBJPROP_P(data); in master_to_xml_int()
1650 HashTable *ht = Z_ARRVAL_P(data); in model_to_xml_object()
1729 HashTable *ht = Z_ARRVAL_P(data); in model_to_xml_object()
1820 HashTable *prop = NULL; in to_xml_object()
2202 static inline int array_num_elements(HashTable* ht) in array_num_elements()
3016 HashTable *ht = Z_ARRVAL_P(data); in to_xml_list()
3469 SOAP_GLOBAL(ref_map) = emalloc(sizeof(HashTable)); in encode_reset_ns()
3518 HashTable *ht; in get_array_type()
/PHP-7.1/sapi/cli/
H A Dphp_cli.c206 HashTable sorted_registry; in print_modules()
441 static void sapi_cli_ini_defaults(HashTable *configuration_hash) in sapi_cli_ini_defaults()
H A Dphp_cli_server.c133 HashTable headers;
134 HashTable headers_original_case;
197 HashTable clients;
198 HashTable extension_mime_types;
377 HashTable *headers; in PHP_FUNCTION()
/PHP-7.1/ext/pdo_oci/
H A Doci_statement.c68 HashTable *BC = stmt->bound_columns; in oci_stmt_dtor()
69 HashTable *BP = stmt->bound_params; in oci_stmt_dtor()
/PHP-7.1/ext/zip/
H A Dphp_zip.c765 static HashTable zip_prop_handlers;
780 static void php_zip_register_prop_handler(HashTable *prop_handler, char *name, zip_read_int_t read_… in php_zip_register_prop_handler()
961 static HashTable *php_zip_get_gc(zval *object, zval **gc_data, int *gc_data_count) /* {{{ */ in php_zip_get_gc()
969 static HashTable *php_zip_get_properties(zval *object)/* {{{ */ in php_zip_get_properties()
972 HashTable *props; in php_zip_get_properties()
/PHP-7.1/main/streams/
H A Dstreams.c38 static HashTable url_stream_wrappers_hash;
58 PHPAPI HashTable *_php_stream_get_url_stream_wrappers_hash(void) in _php_stream_get_url_stream_wrappers_hash()
63 PHPAPI HashTable *php_stream_get_url_stream_wrappers_hash_global(void) in php_stream_get_url_stream_wrappers_hash_global()
1753 HashTable *wrapper_hash = (FG(stream_wrappers) ? FG(stream_wrappers) : &url_stream_wrappers_hash);
/PHP-7.1/ext/xmlreader/
H A Dphp_xmlreader.c41 static HashTable xmlreader_prop_handlers;
61 static void xmlreader_register_prop_handler(HashTable *prop_handler, char *name, xmlreader_read_int… in xmlreader_register_prop_handler()
/PHP-7.1/ext/com_dotnet/
H A Dcom_saproxy.c313 static HashTable *saproxy_properties_get(zval *object) in saproxy_properties_get()

Completed in 133 milliseconds

12345678910