Home
last modified time | relevance | path

Searched refs:HashTable (Results 226 – 250 of 325) sorted by relevance

12345678910>>...13

/php-src/ext/standard/
H A Dfile.c1904 HashTable *values = php_fgetcsv(stream, delimiter, enclosure, escape, buf_len, buf); in PHP_FUNCTION()
1912 PHPAPI HashTable *php_bc_fgetcsv_empty_line(void) in php_bc_fgetcsv_empty_line()
1914 HashTable *values = zend_new_array(1); in php_bc_fgetcsv_empty_line()
1921 PHPAPI HashTable *php_fgetcsv(php_stream *stream, char delimiter, char enclosure, int escape_char, … in php_fgetcsv()
1946 HashTable *values = zend_new_array(0); in php_fgetcsv()
H A Durl_scanner_ex.re66 ctx->tags = malloc(sizeof(HashTable));
115 HashTable *hosts;
217HashTable *allowed_hosts = type ? &BG(url_adapt_session_hosts_ht) : &BG(url_adapt_output_hosts_ht);
381HashTable *allowed_hosts = ctx->type ? &BG(url_adapt_session_hosts_ht) : &BG(url_adapt_output_host…
H A Dbasic_functions.c1255 static void add_config_entries(HashTable *hash, zval *return_value);
1278 static void add_config_entries(HashTable *hash, zval *return_value) /* {{{ */
1477 HashTable *params;
1537 HashTable *params;
2567 HashTable *hash = php_ini_get_configuration_hash();
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()
/php-src/sapi/cgi/
H A Dcgi_main.c164 HashTable user_config_cache;
189 HashTable *user_config;
252 HashTable sorted_registry; in print_modules()
790 new_entry->user_config = (HashTable *) pemalloc(sizeof(HashTable), 1);
/php-src/Zend/
H A Dzend_builtin_functions.c431 static bool validate_constant_array_argument(HashTable *ht, int argument_number) /* {{{ */ in validate_constant_array_argument()
762 HashTable *properties; in ZEND_FUNCTION()
830 HashTable *properties; in ZEND_FUNCTION()
1787 HashTable *stack_frame, *prev_stack_frame = NULL; in zend_fetch_debug_backtrace()
1895 HashTable *args = zend_new_array(8); in zend_fetch_debug_backtrace()
H A Dzend_ini.h70 ZEND_API void zend_ini_dtor(HashTable *ini_directives);
H A Dzend_opcode.c255 HashTable *constants_table; in zend_cleanup_mutable_class_data()
539 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in zend_destroy_static_vars()
1167 HashTable *jumptable = Z_ARRVAL_P(CT_CONSTANT(opline->op2)); in pass_two()
H A Dzend_vm_def.h1156 HashTable *ht;
5345 HashTable *ht;
6313 HashTable *ht;
6608 HashTable *ht;
6896 HashTable *fe_ht; in ZEND_VM_HELPER()
7014 HashTable *fe_ht;
7391 HashTable *ht;
7512 HashTable *ht;
8975 HashTable *ht;
9027 HashTable *ht;
[all …]
/php-src/ext/ffi/
H A Dffi.c128 HashTable fields;
132 HashTable *args;
165 HashTable *symbols;
166 HashTable *tags;
172 HashTable *symbols;
173 HashTable *tags;
2037 HashTable *ht = NULL; in zend_ffi_cdata_get_debug_info()
3456 FFI_G(scopes) = malloc(sizeof(HashTable)); in zend_ffi_load()
4208 HashTable *dims; in ZEND_METHOD()
4785 HashTable *ht; in ZEND_METHOD()
[all …]
/php-src/sapi/litespeed/
H A Dlsapi_main.c66 HashTable user_config;
68 static HashTable user_config_cache;
115 static void sapi_lsapi_ini_defaults(HashTable *configuration_hash) in sapi_lsapi_ini_defaults()
/php-src/Zend/Optimizer/
H A Dzend_optimizer.c48 ctx->constants = zend_arena_alloc(&ctx->arena, sizeof(HashTable)); in zend_optimizer_collect_constant()
204 bool zend_optimizer_get_collected_constant(HashTable *constants, zval *name, zval* value) in zend_optimizer_get_collected_constant()
740 HashTable *jumptable = Z_ARRVAL(ZEND_OP2_LITERAL(opline)); in zend_optimizer_migrate_jump()
785 HashTable *jumptable = Z_ARRVAL(ZEND_OP2_LITERAL(opline)); in zend_optimizer_shift_jump()
1705 HashTable *ht = op_array->static_variables; in zend_optimize_script()
/php-src/sapi/embed/
H A DREADME.md128 static void example_ini_defaults(HashTable *configuration_hash)
/php-src/sapi/phpdbg/
H A Dphpdbg_print.c182 HashTable *func_table = EG(function_table); in PHPDBG_PRINT()
H A Dphpdbg_list.c188 HashTable *func_table = EG(function_table); in phpdbg_list_function_byname()
/php-src/ext/sockets/
H A Dsendrecvmsg.c81 HashTable ht;
/php-src/ext/session/
H A Dphp_session.h295 HashTable *_ht = Z_ARRVAL_P(Z_REFVAL(PS(http_session_vars))); \
/php-src/ext/readline/
H A Dreadline.c410 HashTable *myht = Z_ARRVAL(_readline_array); in _readline_command_generator()
/php-src/ext/opcache/
H A DZendAccelerator.c124 …roto, zend_class_entry *parent, zend_class_entry **traits_and_interfaces, HashTable *dependencies);
632 HashTable *ht; in accel_copy_permanent_strings()
2311 …proto, zend_class_entry *parent, zend_class_entry **traits_and_interfaces, HashTable *dependencies) in zend_accel_inheritance_cache_add()
3479 static HashTable *preload_scripts = NULL;
3547 static void preload_move_user_functions(HashTable *src, HashTable *dst)
3586 static void preload_move_user_classes(HashTable *src, HashTable *dst)
3882 HashTable errors;
4170 HashTable *ht = op_array->static_variables;
4343 preload_scripts = emalloc(sizeof(HashTable));
/php-src/ext/pdo/
H A Dpdo_dbh.c532 …o_stmt_construct(pdo_stmt_t *stmt, zval *object, zend_class_entry *dbstmt_ce, HashTable *ctor_args) in pdo_stmt_construct()
1317 dbh->cls_methods[kind] = pemalloc(sizeof(HashTable), dbh->is_persistent); in pdo_hash_methods()
1399 static HashTable *dbh_get_gc(zend_object *object, zval **gc_data, int *gc_count) in dbh_get_gc()
H A Dpdo_stmt.c97 HashTable *ht; in dispatch_param_event()
254 HashTable *hash; in really_register_bound_param()
1761 HashTable *constructor_args = NULL; in pdo_stmt_setup_fetch_mode()
2417 static HashTable *row_get_properties_for(zend_object *object, zend_prop_purpose purpose) in row_get_properties_for()
2421 HashTable *props; in row_get_properties_for()
/php-src/ext/random/
H A Drandomizer.c490 HashTable *d; in PHP_METHOD()
/php-src/sapi/cli/
H A Dphp_cli.c178 HashTable sorted_registry; in print_modules()
408 static void sapi_cli_ini_defaults(HashTable *configuration_hash) in sapi_cli_ini_defaults()
/php-src/ext/exif/
H A Dexif.c96 HashTable *tag_table_cache;
1318 static HashTable *exif_make_tag_ht(tag_info_type *tag_table) in exif_make_tag_ht()
1320 HashTable *ht = malloc(sizeof(HashTable)); in exif_make_tag_ht()
1333 HashTable *ht = Z_PTR_P(zv); in exif_tag_ht_dtor()
1338 static HashTable *exif_get_tag_ht(tag_info_type *tag_table) in exif_get_tag_ht()
1340 HashTable *ht; in exif_get_tag_ht()
1343 EXIF_G(tag_table_cache) = malloc(sizeof(HashTable)); in exif_get_tag_ht()
/php-src/ext/simplexml/
H A Dsimplexml.c941 static void sxe_properties_add(HashTable *rv, char *name, int namelen, zval *value) /* {{{ */ in sxe_properties_add()
1046 static HashTable *sxe_get_prop_hash(zend_object *object, int is_debug) /* {{{ */ in sxe_get_prop_hash()
1050 HashTable *rv; in sxe_get_prop_hash()
1167 static HashTable *sxe_get_gc(zend_object *object, zval **table, int *n) /* {{{ */ { in sxe_get_gc()
1177 static HashTable *sxe_get_properties(zend_object *object) /* {{{ */ in sxe_get_properties()
1183 static HashTable * sxe_get_debug_info(zend_object *object, int *is_temp) /* {{{ */ in sxe_get_debug_info()

Completed in 190 milliseconds

12345678910>>...13