Home
last modified time | relevance | path

Searched refs:HashTable (Results 201 – 225 of 246) sorted by relevance

12345678910

/PHP-7.4/ext/soap/
H A Dphp_encoding.c389 HashTable *ht = Z_OBJPROP_P(data); in master_to_xml_int()
1613 HashTable *ht = Z_ARRVAL_P(data); in model_to_xml_object()
1692 HashTable *ht = Z_ARRVAL_P(data); in model_to_xml_object()
1783 HashTable *prop = NULL; in to_xml_object()
2971 HashTable *ht = Z_ARRVAL_P(data); in to_xml_list()
3429 SOAP_GLOBAL(ref_map) = emalloc(sizeof(HashTable)); in encode_reset_ns()
3478 HashTable *ht; in get_array_type()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_dump.c28 void zend_dump_ht(HashTable *ht) in zend_dump_ht()
635 HashTable *jumptable = Z_ARRVAL_P(op); in zend_dump_op()
H A Dblock_pass.c146 HashTable *jumptable = Z_ARRVAL(ZEND_OP2_LITERAL(opline)); in get_const_switch_target()
1018 HashTable *jumptable = Z_ARRVAL(ZEND_OP2_LITERAL(opline)); in assemble_code_blocks()
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c1295 dbh->cls_methods[kind] = pemalloc(sizeof(HashTable), dbh->is_persistent); in pdo_hash_methods()
1378 static HashTable *dbh_get_gc(zval *object, zval **gc_data, int *gc_count) in dbh_get_gc()
/PHP-7.4/Zend/
H A Dzend_compile.c829 zend_bool case_sensitive, HashTable *current_import_sub in zend_resolve_non_class_name()
3576 HashTable *src = Z_ARRVAL(array.u.constant); in zend_compile_func_in_array()
4830 HashTable *jumptable = NULL; in zend_compile_switch()
5582 HashTable uses;
6618 static HashTable *zend_get_import_ht(uint32_t type) /* {{{ */ in zend_get_import_ht()
6623 FC(imports) = emalloc(sizeof(HashTable)); in zend_get_import_ht()
6629 FC(imports_function) = emalloc(sizeof(HashTable)); in zend_get_import_ht()
6635 FC(imports_const) = emalloc(sizeof(HashTable)); in zend_get_import_ht()
6679 HashTable *current_import = zend_get_import_ht(type); in zend_compile_use()
7153 HashTable *ht = Z_ARRVAL_P(value); in zend_try_ct_eval_array()
[all …]
H A Dzend_vm_execute.h2051 HashTable *ht; in ZEND_SEND_ARRAY_SPEC_HANDLER()
3970 HashTable *ht; in ZEND_CAST_SPEC_CONST_HANDLER()
6400 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CONST_HANDLER()
7380 HashTable *ht; in ZEND_FETCH_DIM_R_INDEX_SPEC_CONST_TMPVARCV_HANDLER()
8601 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_TMPVAR_HANDLER()
11061 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CV_HANDLER()
15104 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_CONST_HANDLER()
15188 HashTable *ht; in ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_CONST_HANDLER()
15241 HashTable *ht; in ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_TMPVARCV_HANDLER()
16528 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_TMPVAR_HANDLER()
[all …]
H A Dzend_alloc.c278 HashTable *tracked_allocs;
2731 HashTable *tracked_allocs = AG(mm_heap)->tracked_allocs;
2761 mm_heap->tracked_allocs = malloc(sizeof(HashTable));
H A Dzend_exceptions.c563 static void _build_trace_string(smart_str *str, HashTable *ht, uint32_t num) /* {{{ */ in _build_trace_string()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c260 static HashTable *reflection_get_gc(zval *obj, zval **gc_data, int *gc_data_count) /* {{{ */ in reflection_get_gc()
460 HashTable *properties = Z_OBJ_HT_P(obj)->get_properties(obj); in _class_string()
697 HashTable *static_variables; in _function_closure_string()
1789 HashTable *ht; in ZEND_METHOD()
4399 HashTable *properties = Z_OBJ_HT(intern->obj)->get_properties(&intern->obj); in ZEND_METHOD()
4767 HashTable *args; in ZEND_METHOD()
6226 static zend_bool is_ignorable_reference(HashTable *ht, zval *ref) { in is_ignorable_reference()
6240 HashTable *ht; in ZEND_METHOD()
/PHP-7.4/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.4/ext/com_dotnet/
H A Dcom_com.c740 HashTable *id_to_name; in PHP_FUNCTION()
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c99 ZEND_TLS HashTable char_tables;
2093 static zend_string *php_pcre_replace_array(HashTable *regex, zval *replace, zend_string *subject_st… in php_pcre_replace_array()
2101 HashTable *replace_ht = Z_ARRVAL_P(replace); in php_pcre_replace_array()
/PHP-7.4/ext/phar/
H A Dphar.c95 HashTable cached_phars;
96 HashTable cached_alias;
156 memset(&EG(regular_list), 0, sizeof(HashTable)); in phar_split_cache_list()
173 memset(&EG(regular_list), 0, sizeof(HashTable)); in phar_split_cache_list()
H A Dphar_object.c28 static int phar_file_type(HashTable *mimes, char *file, char **mime_type) /* {{{ */ in phar_file_type()
50 HashTable *_SERVER; in phar_mung_server_vars()
606 HashTable *_server = Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]); in PHP_METHOD()
3194 static void pharobj_set_compression(HashTable *manifest, uint32_t compress) /* {{{ */ in pharobj_set_compression()
3200 static int pharobj_cancompress(HashTable *manifest) /* {{{ */ in pharobj_cancompress()
H A Dstream.c167 HashTable *pharcontext; in phar_wrapper_open_url()
/PHP-7.4/ext/xsl/
H A Dxsltprocessor.c132 static char **php_xsl_xslt_make_params(HashTable *parht, int xpath_params) in php_xsl_xslt_make_params()
/PHP-7.4/ext/gmp/
H A Dgmp.c441 static HashTable *gmp_get_debug_info(zval *obj, int *is_temp) /* {{{ */ in gmp_get_debug_info()
443 HashTable *ht, *props = zend_std_get_properties(obj); in gmp_get_debug_info()
/PHP-7.4/ext/tidy/
H A Dtidy.c232 static int _php_tidy_apply_config_array(TidyDoc doc, HashTable *ht_options);
1035 static int _php_tidy_apply_config_array(TidyDoc doc, HashTable *ht_options) in _php_tidy_apply_config_array()
/PHP-7.4/main/
H A Drfc1867.c689 HashTable *uploaded_files = NULL;
/PHP-7.4/ext/libxml/
H A Dlibxml.c60 static HashTable php_libxml_exports;
/PHP-7.4/ext/curl/
H A Dinterface.c1912 ch->to_free->slist = emalloc(sizeof(HashTable)); in alloc_curl_handle()
2157 HashTable *postfields; in build_mime_structure_from_hash()
2873 HashTable *ph; in _php_curl_setopt()
/PHP-7.4/ext/ffi/
H A Dffi_parser.c277 static int parse_parameter_declaration(int sym, HashTable **args);
2680 HashTable *args = NULL; in parse_array_or_function_declarators()
2865 static int parse_parameter_declaration(int sym, HashTable **args) { in parse_parameter_declaration()
/PHP-7.4/ext/mbstring/
H A Dphp_mbregex.c55 HashTable ht_rc;
/PHP-7.4/ext/pcntl/
H A Dpcntl.c953 HashTable *args_hash, *envs_hash; in PHP_FUNCTION()
/PHP-7.4/ext/hash/
H A Dhash.c32 HashTable php_hash_hashtable;

Completed in 321 milliseconds

12345678910