Home
last modified time | relevance | path

Searched refs:HashTable (Results 251 – 275 of 325) sorted by relevance

1...<<111213

/php-src/ext/gmp/
H A Dgmp.c307 static HashTable *gmp_get_debug_info(zend_object *obj, int *is_temp) /* {{{ */ in gmp_get_debug_info()
309 HashTable *ht, *props = zend_std_get_properties(obj); in gmp_get_debug_info()
2089 HashTable *props = Z_OBJ_P(ZEND_THIS)->properties; in ZEND_METHOD()
2099 HashTable *data; in ZEND_METHOD()
/php-src/ext/hash/
H A Dhash_whirlpool.c266 PHP_HASH_API void PHP_WHIRLPOOLInit(PHP_WHIRLPOOL_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *ar… in PHP_WHIRLPOOLInit()
/php-src/ext/soap/
H A Dphp_packet_soap.c30 HashTable *hdrs = NULL; in parse_packet_soap()
H A Dphp_encoding.c1618 HashTable *ht = Z_ARRVAL_P(data); in model_to_xml_object()
1697 HashTable *ht = Z_ARRVAL_P(data); in model_to_xml_object()
1790 HashTable *prop = NULL; in to_xml_object()
2997 HashTable *ht = Z_ARRVAL_P(data); in to_xml_list()
3455 SOAP_GLOBAL(ref_map) = emalloc(sizeof(HashTable)); in encode_reset_ns()
3504 HashTable *ht; in get_array_type()
3677 static HashTable *create_normalized_classmap_copy(HashTable *class_map) in create_normalized_classmap_copy()
3679 HashTable *normalized = zend_new_array(zend_hash_num_elements(class_map)); in create_normalized_classmap_copy()
/php-src/Zend/
H A Dzend_vm_execute.h2468 HashTable *ht; in ZEND_SEND_ARRAY_SPEC_HANDLER()
5122 HashTable *ht; in ZEND_CAST_SPEC_CONST_HANDLER()
7822 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CONST_HANDLER()
8922 HashTable *ht; in ZEND_FETCH_DIM_R_INDEX_SPEC_CONST_TMPVARCV_HANDLER()
10153 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_TMPVAR_HANDLER()
12538 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CV_HANDLER()
16659 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_CONST_HANDLER()
16737 HashTable *ht; in ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_CONST_HANDLER()
16792 HashTable *ht; in ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_TMPVARCV_HANDLER()
18076 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_TMPVAR_HANDLER()
[all …]
H A Dzend_operators.c799 HashTable *ht = zend_new_array(1); in convert_scalar_to_array()
819 HashTable *ht = zend_std_build_object_properties_array(Z_OBJ_P(op)); in convert_to_array()
823 HashTable *obj_ht = zend_get_properties_for(op, ZEND_PROP_PURPOSE_ARRAY_CAST); in convert_to_array()
825 HashTable *new_obj_ht = zend_proptable_to_symtable(obj_ht, in convert_to_array()
859 HashTable *ht = zend_symtable_to_proptable(Z_ARR_P(op)); in convert_to_object()
3394 ZEND_API int ZEND_FASTCALL zend_compare_symbol_tables(HashTable *ht1, HashTable *ht2) /* {{{ */
H A Dzend_exceptions.c529 static void _build_trace_string(smart_str *str, HashTable *ht, uint32_t num) /* {{{ */ in _build_trace_string()
590 ZEND_API zend_string *zend_trace_to_string(HashTable *trace, bool include_main) { in zend_trace_to_string()
H A Dzend_types.h386 typedef struct _zend_array HashTable; typedef
551 HashTable *ht;
561 HashTable *properties;
H A Dzend_operators.h483 ZEND_API int ZEND_FASTCALL zend_compare_symbol_tables(HashTable *ht1, HashTable *ht2);
/php-src/Zend/Optimizer/
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 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 Dzend_cfg.c396 HashTable *jumptable = Z_ARRVAL_P(CRT_CONSTANT(opline->op2)); in zend_build_cfg()
563 HashTable *jumptable = Z_ARRVAL_P(CRT_CONSTANT(opline->op2)); in zend_build_cfg()
/php-src/ext/intl/converter/
H A Dconverter.c194 HashTable *ht = Z_ARRVAL_P(val); in php_converter_append_toUnicode_target()
278 HashTable *ht = Z_ARRVAL_P(val); in php_converter_append_fromUnicode_target()
/php-src/ext/xmlreader/
H A Dphp_xmlreader.c39 static HashTable xmlreader_prop_handlers;
59 static void xmlreader_register_prop_handler(HashTable *prop_handler, const char *name, size_t name_… in xmlreader_register_prop_handler()
/php-src/main/streams/
H A Dstreams.c37 static HashTable url_stream_wrappers_hash;
57 PHPAPI HashTable *_php_stream_get_url_stream_wrappers_hash(void) in _php_stream_get_url_stream_wrappers_hash()
62 PHPAPI HashTable *php_stream_get_url_stream_wrappers_hash_global(void) in php_stream_get_url_stream_wrappers_hash_global()
1957 HashTable *wrapper_hash = (FG(stream_wrappers) ? FG(stream_wrappers) : &url_stream_wrappers_hash);
/php-src/ext/curl/
H A Dinterface.c236 static HashTable *curl_get_gc(zend_object *object, zval **table, int *n);
469 static HashTable *curl_get_gc(zend_object *object, zval **table, int *n) in curl_get_gc()
1053 ch->to_free->slist = emalloc(sizeof(HashTable)); in init_curl_handle()
1302 HashTable *postfields = Z_ARRVAL_P(zpostfields); in build_mime_structure_from_hash()
2011 HashTable *ph; in _php_curl_setopt()
H A Dmulti.c551 static HashTable *curl_multi_get_gc(zend_object *object, zval **table, int *n) in curl_multi_get_gc()
/php-src/ext/zend_test/
H A Dobserver.c402 zend_test_globals->observer_observe_function_names = malloc(sizeof(HashTable)); in zend_test_observer_ginit()
H A Dtest.c469 HashTable *named_args; in ZEND_FUNCTION()
724 HashTable *parameter; in ZEND_FUNCTION()
/php-src/ext/ffi/
H A Dffi.g393 {HashTable *args = NULL;}
440 parameter_declaration(HashTable **args):
/php-src/ext/phar/
H A Dphar_object.c29 static int phar_file_type(HashTable *mimes, char *file, char **mime_type) /* {{{ */ in phar_file_type()
51 HashTable *_SERVER; in phar_mung_server_vars()
615 HashTable *_server = Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]); in PHP_METHOD()
3158 static void pharobj_set_compression(HashTable *manifest, uint32_t compress) /* {{{ */ in pharobj_set_compression()
3164 static int pharobj_cancompress(HashTable *manifest) /* {{{ */ in pharobj_cancompress()
3989 HashTable *unserialize_options = NULL; in PHP_METHOD()
4329 HashTable *files_ht = NULL; in PHP_METHOD()
4689 HashTable *unserialize_options = NULL; in PHP_METHOD()
/php-src/ext/standard/
H A Dmd5.c293 PHPAPI void PHP_MD5InitArgs(PHP_MD5_CTX *ctx, ZEND_ATTRIBUTE_UNUSED HashTable *args) in PHP_MD5InitArgs()
H A Dpassword.c106 static zend_string* php_password_get_salt(zval *unused_, size_t required_salt_len, HashTable *optio… in php_password_get_salt()
/php-src/ext/com_dotnet/
H A Dcom_saproxy.c306 static HashTable *saproxy_properties_get(zend_object *object) in saproxy_properties_get()
/php-src/ext/json/
H A Djson_encoder.c115 HashTable *myht, *prop_ht; in php_json_encode_array()

Completed in 302 milliseconds

1...<<111213