Home
last modified time | relevance | path

Searched defs:key (Results 76 – 100 of 183) sorted by relevance

12345678

/PHP-7.4/ext/soap/
H A Dphp_packet_soap.c400 smart_str key = {0}; in parse_packet_soap() local
/PHP-7.4/ext/sysvsem/
H A Dsysvsem.c200 zend_long key, max_acquire = 1, perm = 0666, auto_release = 1; in PHP_FUNCTION() local
/PHP-7.4/ext/shmop/
H A Dshmop.c148 zend_long key, mode, size; in PHP_FUNCTION() local
/PHP-7.4/ext/standard/
H A Dincomplete_class.c90 … *incomplete_class_get_method(zend_object **object, zend_string *method, const zval *key) /* {{{ */ in incomplete_class_get_method()
H A Dinfo.c93 zend_string *key; in php_info_print_stream_hash() local
174 zend_string *key; in php_print_gpcse_array() local
H A Dassert.c290 zend_string *key; in PHP_FUNCTION() local
H A Dcrypt_sha256.c325 char * php_sha256_crypt_r(const char *key, const char *salt, char *buffer, int buflen) in php_sha256_crypt_r()
577 char * php_sha256_crypt(const char *key, const char *salt) in php_sha256_crypt()
H A Dcrypt_sha512.c360 php_sha512_crypt_r(const char *key, const char *salt, char *buffer, int buflen) { in php_sha512_crypt_r()
625 php_sha512_crypt(const char *key, const char *salt) { in php_sha512_crypt()
H A Dbrowscap.c31 zend_string *key; member
266 browser_data *bdata, zend_string *key, zend_string *value, zend_bool persistent) { in browscap_add_kv()
/PHP-7.4/Zend/
H A Dzend_execute_API.c257 zend_string *key; in shutdown_executor() local
894 ZEND_API zend_class_entry *zend_lookup_class_ex(zend_string *name, zend_string *key, uint32_t flags… in zend_lookup_class_ex()
1427 zend_class_entry *zend_fetch_class_by_name(zend_string *class_name, zend_string *key, int fetch_typ… in zend_fetch_class_by_name()
H A Dzend_ts_hash.h120 static zend_always_inline int zend_ts_hash_exists(TsHashTable *ht, zend_string *key) in zend_ts_hash_exists()
H A Dzend_generators.h69 zval key; member
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_dump.c31 zend_string *key; in zend_dump_ht() local
636 zend_string *key; in zend_dump_op() local
H A Dzend_call_graph.c56 zend_string *key; in zend_foreach_op_array() local
/PHP-7.4/ext/hash/
H A Dphp_hash.h54 unsigned char *key; member
/PHP-7.4/ext/intl/common/
H A Dcommon_enum.cpp226 static PHP_METHOD(IntlIterator, key) in PHP_METHOD() argument
/PHP-7.4/ext/phar/
H A Dutil.c1384 static int phar_call_openssl_signverify(int is_sign, php_stream *fp, zend_off_t end, char *key, siz… in phar_call_openssl_signverify()
1484 EVP_PKEY *key; in phar_verify_signature() local
1817 EVP_PKEY *key; in phar_create_signature() local
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_php.c265 char* fpm_php_get_string_from_table(zend_string *table, char *key) /* {{{ */ in fpm_php_get_string_from_table()
H A Dfpm_conf.c547 static char *fpm_conf_set_array(zval *key, zval *value, void **config, int convert_to_bool) /* {{{ … in fpm_conf_set_array()
1436 static void fpm_conf_ini_parser_array(zval *name, zval *key, zval *value, void *arg) /* {{{ */ in fpm_conf_ini_parser_array()
/PHP-7.4/ext/sockets/
H A Dmulticast.c112 static int php_get_if_index_from_array(const HashTable *ht, const char *key, in php_get_if_index_from_array()
125 static int php_get_address_from_array(const HashTable *ht, const char *key, in php_get_address_from_array()
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxml_element.h137 char* key; /* attribute key */ member
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c370 zend_string *key; in _class_string() local
696 zend_string *key; in _function_closure_string() local
1028 zend_string *key; in _extension_string() local
3749 zend_string *key; in add_class_vars() local
3792 zend_string *key; in ZEND_METHOD() local
4344 static void _adddynproperty(zval *ptr, zend_string *key, zend_class_entry *ce, zval *retval) in _adddynproperty()
4378 zend_string *key; in ZEND_METHOD() local
4435 zend_string *key; in ZEND_METHOD() local
5914 zend_string *key; in ZEND_METHOD() local
5935 zend_string *key; in ZEND_METHOD() local
[all …]
/PHP-7.4/ext/spl/
H A Dspl_directory.c678 …ystem_object_get_method_check(zend_object **object, zend_string *method, const zval *key) /* {{{ */ in spl_filesystem_object_get_method_check()
785 SPL_METHOD(DirectoryIterator, key) in SPL_METHOD() argument
1071 SPL_METHOD(FilesystemIterator, key) in SPL_METHOD() argument
1703 static void spl_filesystem_dir_it_current_key(zend_object_iterator *iter, zval *key) in spl_filesystem_dir_it_current_key()
1772 static void spl_filesystem_tree_it_current_key(zend_object_iterator *iter, zval *key) in spl_filesystem_tree_it_current_key()
2456 SPL_METHOD(SplFileObject, key) in SPL_METHOD() argument
/PHP-7.4/ext/opcache/
H A Dzend_persist_calc.c501 …l_script_persist_calc(zend_persistent_script *new_persistent_script, const char *key, unsigned int… in zend_accel_script_persist_calc()
/PHP-7.4/win32/
H A Dregistry.c78 static int LoadDirectory(HashTable *directories, HKEY key, char *path, int path_len, HashTable *par… in LoadDirectory()

Completed in 98 milliseconds

12345678