Home
last modified time | relevance | path

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

12345678

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_help.c154 static char *get_help(const char * const key) in get_help()
180 const char *key, size_t len, /* pointer and length of key */ in get_command()
H A Dphpdbg_utils.c415 char *phpdbg_get_property_key(char *key) { in phpdbg_get_property_key()
479 char *key, *propkey; in phpdbg_parse_variable_with_arg() local
595 static int phpdbg_xml_array_element_dump(zval *zv, zend_string *key, zend_ulong num) { in phpdbg_xml_array_element_dump()
618 static int phpdbg_xml_object_property_dump(zval *zv, zend_string *key, zend_ulong num) { in phpdbg_xml_object_property_dump()
657 zend_string *class_name, *key; in phpdbg_xml_var_dump() local
H A Dphpdbg_help.h43 char *key; member
H A Dphpdbg_wait.c302 zend_string *key; in phpdbg_webdata_decompress() local
321 zend_string *key; in phpdbg_webdata_decompress() local
/PHP-7.0/Zend/
H A Dzend_inheritance.c607 static zend_function *do_inherit_method(zend_string *key, zend_function *parent, zend_class_entry *… in do_inherit_method()
637 static void do_inherit_property(zend_property_info *parent_info, zend_string *key, zend_class_entry… in do_inherit_property()
762 zend_string *key; in zend_do_inheritance() local
976 zend_string *key; in zend_do_implement_interface() local
1111 static void zend_add_trait_method(zend_class_entry *ce, const char *name, zend_string *key, zend_fu… in zend_add_trait_method()
1424 zend_string *key; in zend_do_traits_method_binding() local
H A Dzend_builtin_functions.c429 zend_string *key = zend_string_init("zend.enable_gc", sizeof("zend.enable_gc")-1, 0); in ZEND_FUNCTION() local
439 zend_string *key = zend_string_init("zend.enable_gc", sizeof("zend.enable_gc")-1, 0); in ZEND_FUNCTION() local
654 zend_string *key; in ZEND_FUNCTION() local
793 zend_string *key; in copy_constant_array() local
1070 zend_string *key; in add_class_vars() local
1148 zend_string *key; in ZEND_FUNCTION() local
1200 if (ZSTR_VAL(key)[0] == 0) { in ZEND_FUNCTION() local
1215 static int same_name(zend_string *key, zend_string *name) /* {{{ */ in same_name()
1241 zend_string *key; in ZEND_FUNCTION() local
2057 zend_string *key; in ZEND_FUNCTION() local
/PHP-7.0/ext/com_dotnet/
H A Dcom_iterator.c35 zend_ulong key; member
74 static void com_iter_get_key(zend_object_iterator *iter, zval *key) in com_iter_get_key()
H A Dcom_saproxy.c58 LONG key; member
319 … union _zend_function *saproxy_method_get(zend_object **object, zend_string *name, const zval *key) in saproxy_method_get()
506 static void saproxy_iter_get_key(zend_object_iterator *iter, zval *key) in saproxy_iter_get_key()
/PHP-7.0/ext/standard/
H A Dassert.c290 zend_string *key; in PHP_FUNCTION() local
362 zend_string *key = zend_string_init("assert.exception", sizeof("assert.exception")-1, 0); in PHP_FUNCTION() local
H A Dcrypt_freesec.c377 des_setkey(const char *key, struct php_crypt_extended_data *data) in des_setkey()
614 _crypt_extended_r(const char *key, const char *setting, in _crypt_extended_r()
729 _crypt_extended(const char *key, const char *setting) in _crypt_extended()
H A Dcrypt_blowfish.c552 static void BF_set_key(const char *key, BF_key expanded, BF_key initial, in BF_set_key()
658 static char *BF_crypt(const char *key, const char *setting, in BF_crypt()
825 char *php_crypt_blowfish_rn(const char *key, const char *setting, in php_crypt_blowfish_rn()
/PHP-7.0/ext/sysvmsg/
H A Dphp_sysvmsg.h57 key_t key; member
H A Dsysvmsg.c237 zend_long key; in PHP_FUNCTION() local
255 zend_long key; in PHP_FUNCTION() local
/PHP-7.0/ext/openssl/
H A Dopenssl.c3465 char *key; member
4106 EVP_PKEY * key; in PHP_FUNCTION() local
4179 EVP_PKEY * key; in PHP_FUNCTION() local
4270 zval *key; in PHP_FUNCTION() local
4313 zval *key; in PHP_FUNCTION() local
4945 zval *key, *crypted; in PHP_FUNCTION() local
5005 zval *key, *crypted; in PHP_FUNCTION() local
5287 zval *key; in PHP_FUNCTION() local
5694 unsigned char *key; in PHP_FUNCTION() local
5784 unsigned char *key; in PHP_FUNCTION() local
[all …]
/PHP-7.0/ext/spl/
H A Dspl.php558 function key(); function
843 function key() {/**/} function in ArrayIterator
1004 function key() {/**/} function in DirectoryIterator
1057 function key() {/**/} function in RecursiveDirectoryIterator
1115 function key() {/**/} function in SimpleXMLIterator
H A Dspl_iterators.c640 SPL_METHOD(RecursiveIteratorIterator, key) in SPL_METHOD() argument
1266 SPL_METHOD(RecursiveTreeIterator, key) in SPL_METHOD() argument
1783 SPL_METHOD(dual_it, key) in SPL_METHOD() argument
2655 zval *key = &intern->current.key; in spl_caching_it_next() local
2829 zend_string *key; in SPL_METHOD() local
2855 zend_string *key; in SPL_METHOD() local
2884 zend_string *key; in SPL_METHOD() local
2906 zend_string *key; in SPL_METHOD() local
3164 SPL_METHOD(NoRewindIterator, key) in SPL_METHOD() argument
3286 SPL_METHOD(EmptyIterator, key) in SPL_METHOD() argument
[all …]
/PHP-7.0/ext/sysvshm/
H A Dsysvshm.c363 static int php_put_shm_data(sysvshm_chunk_head *ptr, zend_long key, const char *data, zend_long len) in php_put_shm_data()
392 static zend_long php_check_shm_data(sysvshm_chunk_head *ptr, zend_long key) in php_check_shm_data()
/PHP-7.0/ext/json/
H A Djson_encoder.c53 zend_string *key; in php_json_determine_array_type() local
148 zend_string *key; in php_json_encode_array() local
/PHP-7.0/ext/sysvsem/
H A Dphp_sysvsem.h44 int key; /* For error reporting. */ member
/PHP-7.0/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp137 static void _breakiterator_parts_get_current_key(zend_object_iterator *iter, zval *key) in _breakiterator_parts_get_current_key()
245 …ction *IntlPartsIterator_get_method(zend_object **object_ptr, zend_string *method, const zval *key) in IntlPartsIterator_get_method()
/PHP-7.0/ext/sockets/
H A Dconversions.h24 const char *key; member
/PHP-7.0/ext/hash/
H A Dhash.c215 …p_key(unsigned char *K, const php_hash_ops *ops, void *context, const unsigned char *key, const si… in php_hash_hmac_prep_key()
229 …d(unsigned char *final, const php_hash_ops *ops, void *context, const unsigned char *key, const un… in php_hash_hmac_round()
239 char *algo, *data, *key; in php_hash_do_hash_hmac() local
336 char *algo, *key = NULL; in PHP_FUNCTION() local
964 char *key, *digest; in PHP_FUNCTION() local
/PHP-7.0/ext/shmop/
H A Dphp_shmop.h47 key_t key; member
/PHP-7.0/ext/opcache/
H A Dzend_accelerator_hash.h49 char *key; member
/PHP-7.0/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()

Completed in 91 milliseconds

12345678