Home
last modified time | relevance | path

Searched refs:HashTable (Results 176 – 200 of 323) sorted by last modified time

12345678910>>...13

/php-src/ext/fileinfo/
H A Dlibmagic.patch3349 + HashTable *ht = Z_ARRVAL(subpats);
/php-src/ext/fileinfo/libmagic/
H A Dsoftmagic.c2315 HashTable *ht = Z_ARRVAL(subpats); in magiccheck()
/php-src/Zend/
H A Dzend_ini.c30 static HashTable *registered_zend_ini_directives;
101 registered_zend_ini_directives = (HashTable *) malloc(sizeof(HashTable)); in zend_ini_startup()
116 ZEND_API void zend_ini_dtor(HashTable *ini_directives) /* {{{ */ in zend_ini_dtor()
169 EG(ini_directives) = (HashTable *) malloc(sizeof(HashTable)); in zend_copy_ini_directives()
208 HashTable *directives = registered_zend_ini_directives; in zend_register_ini_entries_ex()
284 static HashTable *ini_directives; in zend_unregister_ini_entries_ex()
H A Dzend_exceptions.c530 static void _build_trace_string(smart_str *str, HashTable *ht, uint32_t num) /* {{{ */ in _build_trace_string()
591 ZEND_API zend_string *zend_trace_to_string(HashTable *trace, bool include_main) { in zend_trace_to_string()
H A Dzend_execute.h80 ZEND_API ZEND_COLD zval* ZEND_FASTCALL zend_undefined_offset_write(HashTable *ht, zend_long lval);
81 ZEND_API ZEND_COLD zval* ZEND_FASTCALL zend_undefined_index_write(HashTable *ht, zend_string *offse…
430 ZEND_API ZEND_ATTRIBUTE_DEPRECATED HashTable *zend_unfinished_execution_gc(zend_execute_data *execu…
431 ZEND_API HashTable *zend_unfinished_execution_gc_ex(zend_execute_data *execute_data, zend_execute_d…
H A Dzend_types.h386 typedef struct _zend_array HashTable; typedef
551 HashTable *ht;
561 HashTable *properties;
H A Dzend_verify_type_inference.h83 HashTable *ht = Z_ARRVAL_P(value); in zend_verify_type_inference()
H A Dzend_hash.c284 HashTable *ht = emalloc(sizeof(HashTable)); in _zend_new_array_0()
291 HashTable *ht = emalloc(sizeof(HashTable)); in _zend_new_array()
299 HashTable *ht = emalloc(sizeof(HashTable)); in zend_new_pair()
624 HashTable *ht = Z_ARRVAL_P(array); in zend_hash_iterator_pos_ex()
2342 static void zend_array_dup_ht_iterators(HashTable *source, HashTable *target) { in zend_array_dup_ht_iterators()
2430 ZEND_API HashTable* ZEND_FASTCALL zend_array_dup(HashTable *source) in zend_array_dup()
2433 HashTable *target; in zend_array_dup()
2518 ZEND_API HashTable* zend_array_to_list(HashTable *source) in zend_array_to_list()
3163 ZEND_API int zend_hash_compare(HashTable *ht1, HashTable *ht2, compare_func_t compar, bool ordered) in zend_hash_compare()
3299 ZEND_API HashTable* ZEND_FASTCALL zend_symtable_to_proptable(HashTable *ht) in zend_symtable_to_proptable()
[all …]
/php-src/ext/standard/
H A Dinfo.c88 static ZEND_COLD void php_info_print_stream_hash(const char *name, HashTable *ht) /* {{{ */ in php_info_print_stream_hash()
961 HashTable sorted_registry; in php_print_info()
H A Dfile.c1912 HashTable *values = php_fgetcsv(stream, delimiter, enclosure, escape, buf_len, buf); in PHP_FUNCTION()
1920 PHPAPI HashTable *php_bc_fgetcsv_empty_line(void) in php_bc_fgetcsv_empty_line()
1922 HashTable *values = zend_new_array(1); in php_bc_fgetcsv_empty_line()
1929 PHPAPI HashTable *php_fgetcsv(php_stream *stream, char delimiter, char enclosure, int escape_char, … in php_fgetcsv()
1954 HashTable *values = zend_new_array(0); in php_fgetcsv()
H A Dtype.c327 HashTable *array; in PHP_FUNCTION()
H A Dvar.c34 HashTable ht;
91 HashTable *myht; in php_var_dump()
281 HashTable *myht = NULL; in php_debug_zval_dump()
490 HashTable *myht; in php_var_export_ex()
816HashTable *ht, HashTable *props, zend_string *name, zend_string *error_name, zval *struc) /* {{{ */ in php_var_serialize_try_add_sleep_prop()
846 HashTable *ht, zval *struc, HashTable *sleep_retval) /* {{{ */ in php_var_serialize_get_sleep_props()
971 HashTable props; in php_var_serialize_class()
985 HashTable *myht; in php_var_serialize_intern()
1148 HashTable *ht; in php_var_serialize_intern()
1315 HashTable *class_hash = NULL, *prev_class_hash; in php_unserialize_with_options()
[all …]
/php-src/main/
H A Drfc1867.c659 HashTable *uploaded_files = NULL;
H A DSAPI.h142 HashTable *rfc1867_uploaded_files;
147 HashTable known_post_content_types;
284 void (*ini_defaults)(HashTable *configuration_hash);
/php-src/Zend/Optimizer/
H A Dzend_cfg.c397 HashTable *jumptable = Z_ARRVAL_P(CRT_CONSTANT(opline->op2)); in zend_build_cfg()
564 HashTable *jumptable = Z_ARRVAL_P(CRT_CONSTANT(opline->op2)); in zend_build_cfg()
H A Dsccp.c704 HashTable *ht; in ct_eval_in_array()
1919 HashTable *jmptable = Z_ARRVAL_P(CT_CONSTANT_EX(op_array, opline->op2.constant)); in sccp_mark_feasible_successors()
1951 static void join_hash_tables(HashTable *ret, HashTable *ht1, HashTable *ht2) in join_hash_tables()
H A Dblock_pass.c110 HashTable *jumptable = Z_ARRVAL(ZEND_OP2_LITERAL(opline)); in get_const_switch_target()
1036 HashTable *jumptable = Z_ARRVAL(ZEND_OP2_LITERAL(opline)); in assemble_code_blocks()
H A Dcompact_literals.c90 static uint32_t add_static_slot(HashTable *hash, in add_static_slot()
165 HashTable hash; in zend_optimizer_compact_literals()
H A Ddfa_pass.c430 HashTable *src = Z_ARRVAL_P(CT_CONSTANT_EX(op_array, send_array->op1.constant)); in zend_dfa_optimize_calls()
431 HashTable *dst; in zend_dfa_optimize_calls()
678 HashTable *jumptable = Z_ARRVAL(ZEND_OP2_LITERAL(opline)); in zend_ssa_replace_control_link()
957 HashTable *jmptable = Z_ARRVAL_P(CT_CONSTANT_EX(op_array, opline->op2.constant)); in zend_dfa_optimize_jmps()
/php-src/ext/hash/
H A Dphp_hash_xxhash.h28 PHP_HASH_API void PHP_XXH32Init(PHP_XXH32_CTX *ctx, HashTable *args);
38 PHP_HASH_API void PHP_XXH64Init(PHP_XXH64_CTX *ctx, HashTable *args);
60 PHP_HASH_API void PHP_XXH3_64_Init(PHP_XXH3_64_CTX *ctx, HashTable *args);
67 PHP_HASH_API void PHP_XXH3_128_Init(PHP_XXH3_128_CTX *ctx, HashTable *args);
/php-src/
H A D.gdbinit293 set $symtable = ((HashTable *)&($eg_ptr->symbol_table))
309 Dumps elements of Constants HashTable
314 set $ht = (HashTable*)$arg0
387 dumps elements of HashTable made of zval
396 dumps elements of HashTable made of pointers
405 dumps elements of HashTable made of strings
414 dumps a function table (HashTable)
/php-src/ext/dom/
H A Dxpath_callbacks.h40 HashTable functions;
46 HashTable *namespaces;
47 HashTable *node_list;
60 PHP_DOM_EXPORT HashTable *php_dom_xpath_callbacks_get_gc_for_whole_object(php_dom_xpath_callbacks *…
62 …try, xmlXPathContextPtr ctxt, zend_string *ns, zend_string *name, const HashTable *callable_ht, ph…
/php-src/ext/pdo/
H A Dphp_pdo_int.h24 extern HashTable pdo_driver_hash;
25 extern HashTable pdo_driver_specific_ce_hash;
H A Dphp_pdo_driver.h484 HashTable *cls_methods[PDO_DBH_DRIVER_METHOD_KIND__MAX];
581 HashTable *bound_params;
583 HashTable *bound_param_map;
586 HashTable *bound_columns;
H A Dpdo.c42 HashTable pdo_driver_hash;
45 HashTable pdo_driver_specific_ce_hash;

Completed in 235 milliseconds

12345678910>>...13