Home
last modified time | relevance | path

Searched refs:HashTable (Results 176 – 200 of 230) sorted by relevance

12345678910

/PHP-7.1/ext/com_dotnet/
H A Dcom_typeinfo.c433 int php_com_process_typeinfo(ITypeInfo *typeinfo, HashTable *id_to_name, int printdef, GUID *guid, … in php_com_process_typeinfo()
H A Dcom_handlers.c227 static HashTable *com_properties_get(zval *object) in com_properties_get()
H A Dcom_com.c733 HashTable *id_to_name; in PHP_FUNCTION()
/PHP-7.1/ext/intl/converter/
H A Dconverter.c206 HashTable *ht = Z_ARRVAL_P(val); in php_converter_append_toUnicode_target()
283 HashTable *ht = Z_ARRVAL_P(val); in php_converter_append_fromUnicode_target()
/PHP-7.1/ext/xmlrpc/
H A Dxmlrpc-epi-php.c471 static XMLRPC_VECTOR_TYPE determine_vector_type (HashTable *ht) in determine_vector_type()
554 HashTable *ht = NULL; in PHP_to_XMLRPC_worker()
/PHP-7.1/Zend/
H A Dzend_builtin_functions.c728 HashTable *target_hash; in ZEND_FUNCTION()
834 static int validate_constant_array(HashTable *ht) /* {{{ */ in validate_constant_array()
1228 HashTable *properties; in ZEND_FUNCTION()
2063 HashTable *static_variables; in ZEND_FUNCTION()
H A Dzend_generators.c309 static HashTable *zend_generator_get_gc(zval *object, zval **table, int *n) /* {{{ */ in zend_generator_get_gc()
716 HashTable *ht = Z_ARR(generator->values); in zend_generator_get_next_delegated_value()
H A Dzend_operators.c612 HashTable *obj_ht = Z_OBJ_HT_P(op)->get_properties(op); in convert_to_array()
672 HashTable *ht = Z_ARR_P(op); in convert_to_object()
2821 ZEND_API int ZEND_FASTCALL zend_compare_symbol_tables(HashTable *ht1, HashTable *ht2) /* {{{ */
H A Dzend_execute_API.c1596 HashTable *ht = execute_data->symbol_table; in zend_attach_symbol_table()
1631 HashTable *ht = execute_data->symbol_table; in zend_detach_symbol_table()
H A Dzend_compile.c860 void *zend_hash_find_ptr_lc(HashTable *ht, const char *str, size_t len) { in zend_hash_find_ptr_lc()
875 zend_bool case_sensitive, HashTable *current_import_sub in zend_resolve_non_class_name()
1058 ZEND_API int do_bind_function(const zend_op_array *op_array, const zend_op *opline, HashTable *func… in do_bind_function()
1099 …ry *do_bind_class(const zend_op_array* op_array, const zend_op *opline, HashTable *class_table, ze… in do_bind_class()
1134 …d_inherited_class(const zend_op_array *op_array, const zend_op *opline, HashTable *class_table, ze… in do_bind_inherited_class()
1180 HashTable *table; in zend_do_early_binding()
6120 static HashTable *zend_get_import_ht(uint32_t type) /* {{{ */ in zend_get_import_ht()
6125 FC(imports) = emalloc(sizeof(HashTable)); in zend_get_import_ht()
6131 FC(imports_function) = emalloc(sizeof(HashTable)); in zend_get_import_ht()
6137 FC(imports_const) = emalloc(sizeof(HashTable)); in zend_get_import_ht()
[all …]
H A Dzend_vm_def.h1514 HashTable *target_symbol_table;
4707 HashTable *ht;
5524 HashTable *target_symbol_table;
5646 HashTable *ht;
5767 HashTable *fe_ht;
5882 HashTable *fe_ht;
6055 HashTable *fe_ht;
6228 HashTable *fe_ht;
6446 HashTable *target_symbol_table;
6576 HashTable *ht;
[all …]
/PHP-7.1/ext/standard/
H A Dstreamsfuncs.c543 HashTable *stream_xport_hash; in PHP_FUNCTION()
565 HashTable *url_stream_wrappers_hash; in PHP_FUNCTION()
H A Durl.c658 HashTable *hashT;
H A Dproc_open.c86 HashTable *env_hash; in _php_array_to_envp()
/PHP-7.1/ext/opcache/Optimizer/
H A Dcompact_literals.c126 HashTable hash; in zend_optimizer_compact_literals()
/PHP-7.1/sapi/apache2handler/
H A Dsapi_apache2.c561 HashTable config; in php_apache_ini_dtor()
/PHP-7.1/ext/opcache/
H A DZendAccelerator.c1482 HashTable *orig_function_table, *orig_class_table; in opcache_compile_file()
2248 static void accel_fast_hash_destroy(HashTable *ht);
2282 static void accel_fast_hash_destroy(HashTable *ht) in accel_fast_hash_destroy()
2295 static inline void zend_accel_fast_del_bucket(HashTable *ht, uint32_t idx, Bucket *p) in zend_accel_fast_del_bucket()
/PHP-7.1/ext/pdo/
H A Dpdo_dbh.c1290 if (!(dbh->cls_methods[kind] = pemalloc(sizeof(HashTable), dbh->is_persistent))) { in pdo_hash_methods()
1377 static HashTable *dbh_get_gc(zval *object, zval **gc_data, int *gc_count) in dbh_get_gc()
H A Dpdo_stmt.c166 HashTable *ht; in dispatch_param_event()
292 HashTable *hash; in really_register_bound_param()
2596 static HashTable *row_get_properties(zval *object) in row_get_properties()
/PHP-7.1/ext/mbstring/
H A Dmbstring.c811 HashTable *target_hash; in php_mb_parse_encoding_array()
3239 HashTable *target_hash; in PHP_FUNCTION()
3721 HashTable *target_hash; in PHP_FUNCTION()
3995 HashTable *target_hash; in php_mb_numericentity_exec()
4096 static int _php_mbstr_parse_mail_headers(HashTable *ht, const char *str, size_t str_len) in _php_mbstr_parse_mail_headers()
4292 HashTable ht_headers; in PHP_FUNCTION()
/PHP-7.1/ext/sockets/
H A Dconversions.c71 HashTable params; /* stores pointers; has to be first */
79 HashTable params; /* stores pointers; has to be first */
/PHP-7.1/ext/phar/
H A Dphar.c97 HashTable cached_phars;
98 HashTable cached_alias;
155 memset(&EG(regular_list), 0, sizeof(HashTable)); in phar_split_cache_list()
179 memset(&EG(regular_list), 0, sizeof(HashTable)); in phar_split_cache_list()
/PHP-7.1/ext/gmp/
H A Dgmp.c432 static HashTable *gmp_get_debug_info(zval *obj, int *is_temp) /* {{{ */ in gmp_get_debug_info()
434 HashTable *ht, *props = zend_std_get_properties(obj); in gmp_get_debug_info()
/PHP-7.1/ext/tidy/
H A Dtidy.c223 static int _php_tidy_apply_config_array(TidyDoc doc, HashTable *ht_options);
1001 static int _php_tidy_apply_config_array(TidyDoc doc, HashTable *ht_options) in _php_tidy_apply_config_array()
/PHP-7.1/ext/xsl/
H A Dxsltprocessor.c134 static char **php_xsl_xslt_make_params(HashTable *parht, int xpath_params) in php_xsl_xslt_make_params()

Completed in 234 milliseconds

12345678910