Home
last modified time | relevance | path

Searched defs:key (Results 26 – 50 of 158) sorted by relevance

1234567

/PHP-5.5/ext/sysvshm/
H A Dsysvshm.c359 static int php_put_shm_data(sysvshm_chunk_head *ptr, long key, const char *data, long len) in php_put_shm_data()
388 static long php_check_shm_data(sysvshm_chunk_head *ptr, long key) in php_check_shm_data()
/PHP-5.5/sapi/apache2filter/
H A Dphp_functions.c157 char *key, *val; in PHP_FUNCTION() local
177 char *key, *val; in PHP_FUNCTION() local
H A Dphp_apache.h64 #define APR_ARRAY_FOREACH_OPEN(arr, key, val) \ argument
/PHP-5.5/ext/soap/
H A Dphp_sdl.c201 smart_str key = {0}; in get_binding_from_name() local
640 smart_str key = {0}; in wsdl_soap_binding_body() local
1802 char *key; in sdl_serialize_key() local
2446 char *key; in make_persistent_sdl_function_headers() local
2514 char *key; in make_persistent_sdl_parameters() local
2561 char *key; in make_persistent_sdl_function_faults() local
2610 char *key; in make_persistent_sdl_attribute() local
2722 char *key; in make_persistent_sdl_type() local
2956 char *key; in make_persistent_sdl() local
3198 char* key = NULL; in get_sdl() local
[all …]
H A Dphp_schema.c1074 smart_str key = {0}; in schema_group() local
1505 smart_str key = {0}; in schema_element() local
1740 smart_str key = {0}; in schema_attribute() local
1959 smart_str key = {0}; in schema_attributeGroup() local
1983 smart_str key = {0}; in schema_attributeGroup() local
2143 char* key; in schema_attributegroup_fixup() local
/PHP-5.5/ext/sockets/
H A Dconversions.h24 const char *key; member
H A Dsendrecvmsg.c92 anc_reg_key key; in init_ancillary_registry() local
143 anc_reg_key key = { cmsg_level, msg_type }; in get_ancillary_reg_entry() local
/PHP-5.5/ext/standard/
H A Dcrypt_freesec.c379 des_setkey(const char *key, struct php_crypt_extended_data *data) in des_setkey()
616 _crypt_extended_r(const char *key, const char *setting, in _crypt_extended_r()
731 _crypt_extended(const char *key, const char *setting) in _crypt_extended()
H A Dcrypt_blowfish.c548 static void BF_set_key(const char *key, BF_key expanded, BF_key initial, in BF_set_key()
654 static char *BF_crypt(const char *key, const char *setting, in BF_crypt()
821 char *php_crypt_blowfish_rn(const char *key, const char *setting, in php_crypt_blowfish_rn()
H A Dhttp.c34 char *key = NULL; in php_url_encode_hash_ex() local
/PHP-5.5/ext/hash/
H A Dhash.c221 …p_key(unsigned char *K, const php_hash_ops *ops, void *context, const unsigned char *key, const in… in php_hash_hmac_prep_key()
235 …d(unsigned char *final, const php_hash_ops *ops, void *context, const unsigned char *key, const un… in php_hash_hmac_round()
244 char *algo, *data, *digest, *key, *K; in php_hash_do_hash_hmac() local
340 char *algo, *key = NULL; in PHP_FUNCTION() local
926 char *key, *digest; in PHP_FUNCTION() local
/PHP-5.5/ext/shmop/
H A Dphp_shmop.h44 key_t key; member
/PHP-5.5/ext/intl/collator/
H A Dcollator_sort.c38 char* key; /* pointer to sort key */ member
552 uint8_t* key = NULL; in PHP_FUNCTION() local
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_hash.h49 char *key; member
/PHP-5.5/Zend/
H A Dzend_generators.h50 zval *key; member
H A Dzend_variables.c193 … zval_copy_static_var(zval **p TSRMLS_DC, int num_args, va_list args, zend_hash_key *key) /* {{{ */ in zval_copy_static_var()
/PHP-5.5/ext/dba/
H A Ddba.c558 zval *key; in php_dba_update() local
621 char *key = NULL, *error = NULL; in php_dba_open() local
1049 char *key, *name; in PHP_FUNCTION() local
H A Ddba_ndbm.c124 char *key = NULL; in DBA_FIRSTKEY_FUNC() local
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_sockets.c37 char *key; member
98 static int fpm_sockets_hash_op(int sock, struct sockaddr *sa, char *key, int type, int op) /* {{{ */ in fpm_sockets_hash_op()
/PHP-5.5/ext/dba/libinifile/
H A Dinifile.h34 key_type key; member
/PHP-5.5/ext/mbstring/oniguruma/
H A Dst.h31 #define st_is_member(table,key) st_lookup(table,key,(st_data_t *)0) argument
/PHP-5.5/sapi/apache2handler/
H A Dphp_apache.h58 #define APR_ARRAY_FOREACH_OPEN(arr, key, val) \ argument
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dqueue.c719 void *key, *temp; in QuickSort() local
853 static int Q_BSearch( queue *q, void *key, in Q_BSearch()
/PHP-5.5/ext/simplexml/
H A Dsxe.c88 PHP_METHOD(ce_SimpleXMLIterator, key) in PHP_METHOD() argument
/PHP-5.5/ext/wddx/
H A Dwddx.c297 char *key; in PS_SERIALIZER_DECODE_FUNC() local
463 const char *key; in php_wddx_serialize_object() local
561 char *key; in php_wddx_serialize_array() local
854 char *key; in php_wddx_push_element() local

Completed in 174 milliseconds

1234567