Home
last modified time | relevance | path

Searched refs:HASH_KEY_IS_STRING (Results 1 – 25 of 146) sorted by relevance

123456

/dports/devel/grpc/grpc-1.42.0/src/php/ext/grpc/
H A Dphp7_wrapper.h93 else {key = (zs_##key)->val; key_type = HASH_KEY_IS_STRING;}
103 else {key = (zs_##key)->val; key_type = HASH_KEY_IS_STRING;}
H A Dcall.c131 if (key_type != HASH_KEY_IS_STRING || key == NULL) { in create_metadata_array()
147 if (key_type1 != HASH_KEY_IS_STRING) { in create_metadata_array()
/dports/devel/grpc134/grpc-1.34.1/src/php/ext/grpc/
H A Dphp7_wrapper.h93 else {key = (zs_##key)->val; key_type = HASH_KEY_IS_STRING;}
103 else {key = (zs_##key)->val; key_type = HASH_KEY_IS_STRING;}
H A Dcall.c131 if (key_type != HASH_KEY_IS_STRING || key == NULL) { in create_metadata_array()
147 if (key_type1 != HASH_KEY_IS_STRING) { in create_metadata_array()
/dports/devel/pecl-grpc/grpc-1.42.0/src/php/ext/grpc/
H A Dphp7_wrapper.h93 else {key = (zs_##key)->val; key_type = HASH_KEY_IS_STRING;}
103 else {key = (zs_##key)->val; key_type = HASH_KEY_IS_STRING;}
H A Dcall.c131 if (key_type != HASH_KEY_IS_STRING || key == NULL) { in create_metadata_array()
147 if (key_type1 != HASH_KEY_IS_STRING) { in create_metadata_array()
/dports/net/pecl-rdkafka/rdkafka-4.0.4/
H A Dphp_rdkafka_priv.h107 if (zend_hash_get_current_key_ex(ht, &key, &index, pos) == HASH_KEY_IS_STRING) { in rdkafka_hash_get_current_key_ex()
240 if (zend_hash_get_current_key_ex(ht, &key, &klen, &index, 0, pos) == HASH_KEY_IS_STRING) { in rdkafka_hash_get_current_key_ex()
/dports/www/pecl-http/pecl_http-3.2.4/src/
H A Dphp_http_negotiate.h106 …if (zend_hash_num_elements(result) && HASH_KEY_IS_STRING == zend_hash_get_current_key(result, &key…
/dports/devel/grpc130/grpc-1.30.2/src/php/ext/grpc/
H A Dphp7_wrapper.h227 else {key = (zs_##key)->val; key_type = HASH_KEY_IS_STRING;}
237 else {key = (zs_##key)->val; key_type = HASH_KEY_IS_STRING;}
H A Dcall.c128 if (key_type != HASH_KEY_IS_STRING || key == NULL) { in create_metadata_array()
144 if (key_type1 != HASH_KEY_IS_STRING) { in create_metadata_array()
/dports/security/lasso/lasso-2.7.0/bindings/php5/
H A Dwrapper_source_top.c303 …nd_hash_get_current_key_ex(hashtable, &key, &key_len, &index, 0, &pointer) == HASH_KEY_IS_STRING) { in get_hashtable_from_array_of_objects()
329 …nd_hash_get_current_key_ex(hashtable, &key, &key_len, &index, 0, &pointer) == HASH_KEY_IS_STRING) { in get_hashtable_from_array_of_strings()
/dports/security/lasso/lasso-2.7.0/bindings/php7/
H A Dwrapper_source_top.c305 if (zend_hash_get_current_key_ex(hashtable, &key, &index, &pointer) == HASH_KEY_IS_STRING) { in get_hashtable_from_array_of_objects()
330 if (zend_hash_get_current_key_ex(hashtable, &key, &index, &pointer) == HASH_KEY_IS_STRING) { in get_hashtable_from_array_of_strings()
/dports/net/pecl-radius/radius-1.4.0b1/pecl-compat/src/
H A Dzend_hash.h291 if (status == HASH_KEY_IS_STRING) { in compat_zend_hash_get_current_key_ex()
313 if (status == HASH_KEY_IS_STRING) { in compat_zend_hash_str_get_current_key_ex()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/php/ext/grpc/
H A Dphp7_wrapper.h227 else {key = (zs_##key)->val; key_type = HASH_KEY_IS_STRING;}
237 else {key = (zs_##key)->val; key_type = HASH_KEY_IS_STRING;}
H A Dcall.c128 if (key_type != HASH_KEY_IS_STRING || key == NULL) { in create_metadata_array()
144 if (key_type1 != HASH_KEY_IS_STRING) { in create_metadata_array()
/dports/www/pecl-solr/solr-2.5.1/pecl-compat/src/
H A Dzend_hash.h296 if (status == HASH_KEY_IS_STRING) { in compat_zend_hash_get_current_key_ex()
318 if (status == HASH_KEY_IS_STRING) { in compat_zend_hash_str_get_current_key_ex()
/dports/net/pecl-amqp/amqp-1.10.2/
H A Dphp5_support.h85 …end_hash_get_current_key_ex((ht), &(key), &(key_len), &(num_key), 0, &(pos)) == HASH_KEY_IS_STRING)
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/src/
H A DUserTypeValue.c241 …END_HASH_GET_CURRENT_KEY_EX(&type->data.udt.types, &key, NULL, &self->pos) == HASH_KEY_IS_STRING) {
262 …END_HASH_GET_CURRENT_KEY_EX(&type->data.udt.types, &key, NULL, &self->pos) == HASH_KEY_IS_STRING) {
/dports/databases/php-tarantool/tarantool-php-0.3.3/src/
H A Dtarantool_msgpack.c159 case HASH_KEY_IS_STRING: in php_mp_pack_hash_recursively()
438 case HASH_KEY_IS_STRING: in php_mp_sizeof_hash_recursively()
/dports/www/phalcon/cphalcon-3.4.5/ext/kernel/
H A Dmain.h372 if (hash_type == HASH_KEY_IS_STRING) { \
397 if (key_type == HASH_KEY_IS_STRING) { \
/dports/graphics/mapserver/mapserver-7.6.4/mapscript/php/
H A Dphp_mapscript_util.c106 case HASH_KEY_IS_STRING: in mapscript_extract_associative_array()
/dports/databases/pecl-couchbase/couchbase-2.6.2/src/couchbase/
H A Danalytics_query.c121 if (zend_hash_get_current_key_type_ex(Z_ARRVAL_P(params), &pos) == HASH_KEY_IS_STRING) { in PHP_METHOD()
/dports/databases/pecl-couchbase/couchbase-2.6.2/
H A Dparamparser.c264 if (key_type == HASH_KEY_IS_STRING) { in pcbc_pp_next()
/dports/net/pecl-oauth2/oauth-2.0.7/
H A Dprovider.c104 …if ((entry = zend_hash_get_current_data_ex(custom, &custompos)) != NULL && HASH_KEY_IS_STRING == z… in oauth_provider_apply_custom_param()
165 if(zend_hash_get_current_key_ex(required_params, &key, &num_key, &hpos) == HASH_KEY_IS_STRING) { in oauth_provider_check_required_params()
568 …if(zend_hash_get_current_key_ex(Z_ARRVAL_P(params), &key, &num_key, &hpos) == HASH_KEY_IS_STRING) { in SOP_METHOD()
/dports/www/pecl-yaf/yaf-3.3.3/
H A Dyaf_config.c339 case HASH_KEY_IS_STRING: in PHP_METHOD()

123456