Home
last modified time | relevance | path

Searched defs:key (Results 51 – 75 of 202) sorted by relevance

123456789

/PHP-8.3/ext/hash/
H A Dhash.c479 …p_key(unsigned char *K, const php_hash_ops *ops, void *context, const unsigned char *key, const si… in php_hash_hmac_prep_key()
493 …d(unsigned char *final, const php_hash_ops *ops, void *context, const unsigned char *key, const un… in php_hash_hmac_round()
501 …zval *return_value, zend_string *algo, char *data, size_t data_len, char *key, size_t key_len, boo… in php_hash_do_hash_hmac()
583 char *data, *key; in PHP_FUNCTION() local
600 char *data, *key; in PHP_FUNCTION() local
615 zend_string *algo, *key = NULL; in PHP_FUNCTION() local
1204 char *data, *key = NULL; in PHP_FUNCTION() local
1319 char *key, *digest; in PHP_FUNCTION() local
H A Dhash.stub.php20 function hash_hmac(string $algo, string $data, #[\SensitiveParameter] string $key, bool $binary = f…
/PHP-8.3/ext/standard/
H A Dcrypt_freesec.c371 des_setkey(const char *key, struct php_crypt_extended_data *data) in des_setkey()
608 _crypt_extended_r(const unsigned char *key, const char *setting, in _crypt_extended_r()
723 _crypt_extended(const char *key, const char *setting) in _crypt_extended()
H A Dcrypt_blowfish.c533 static void BF_set_key(const char *key, BF_key expanded, BF_key initial, in BF_set_key()
639 static char *BF_crypt(const char *key, const char *setting, in BF_crypt()
803 char *php_crypt_blowfish_rn(const char *key, const char *setting, in php_crypt_blowfish_rn()
H A Dcrc32.c34 static unsigned long getauxval(unsigned long key) { in getauxval()
H A Dbasic_functions.c134 zend_string *key; member
1293 static void add_config_entry(zend_ulong h, zend_string *key, zval *entry, zval *retval)
1316 zend_string *key; local
1949 zend_string *key; local
2095 zend_string *key; local
2190 zend_string *key = ZSTR_INIT_LITERAL("ignore_user_abort", 0); local
2464 zend_ulong key = (zend_ulong) ZEND_STRTOUL(Z_STRVAL_P(arg1), NULL, 0); local
/PHP-8.3/ext/shmop/
H A Dshmop.c63 key_t key; member
136 zend_long key, mode, size; in PHP_FUNCTION() local
H A Dshmop.stub.php11 function shmop_open(int $key, string $mode, int $permissions, int $size): Shmop|false {}
/PHP-8.3/ext/spl/
H A Dspl_observer.stub.php59 public function key(): int {} function in SplObjectStorage
166 public function key(): array {} function in MultipleIterator
H A Dspl_iterators.c113 zval key; member
1238 zval key; in PHP_METHOD() local
1612 PHP_METHOD(IteratorIterator, key) in PHP_METHOD() argument
2349 zval *key = &intern->current.key; in spl_caching_it_next() local
2511 zend_string *key; in PHP_METHOD() local
2534 zend_string *key; in PHP_METHOD() local
2561 zend_string *key; in PHP_METHOD() local
2582 zend_string *key; in PHP_METHOD() local
2763 PHP_METHOD(NoRewindIterator, key) in PHP_METHOD() argument
2857 PHP_METHOD(EmptyIterator, key) in PHP_METHOD() argument
[all …]
H A Dspl_directory.stub.php133 public function key(): mixed {} // TODO change return type to string function in DirectoryIterator
220 public function key(): string {} function in FilesystemIterator
349 public function key(): int {} function in SplFileObject
/PHP-8.3/ext/sysvsem/
H A Dphp_sysvsem.h32 int key; /* For error reporting. */ member
/PHP-8.3/Zend/
H A Dzend_vm_trace_map.h60 zend_string *key, *prev_key; in zend_vm_trace_init() local
H A Dzend_inheritance.c1211 static void do_inherit_method(zend_string *key, zend_function *parent, zend_class_entry *ce, bool i… in do_inherit_method()
1279 static void do_inherit_property(zend_property_info *parent_info, zend_string *key, zend_class_entry… in do_inherit_property()
1483 zend_string *key; in zend_do_inheritance_ex() local
1789 zend_string *key; in do_interface_implementation() local
1826 zend_string *key; in zend_do_implement_interface() local
1868 zend_string *key; in zend_do_implement_interfaces() local
1958 static void zend_add_trait_method(zend_class_entry *ce, zend_string *name, zend_string *key, zend_f… in zend_add_trait_method()
2308 zend_string *key; in zend_do_traits_method_binding() local
2705 zend_ulong key; in get_or_init_obligations_for_class() local
3019 … *zend_do_link_class(zend_class_entry *ce, zend_string *lc_parent_name, zend_string *key) /* {{{ */ in zend_do_link_class()
[all …]
H A Dzend_API.h555 static zend_always_inline void add_assoc_long(zval *arg, const char *key, zend_long n) { in add_assoc_long()
558 static zend_always_inline void add_assoc_null(zval *arg, const char *key) { in add_assoc_null()
561 static zend_always_inline void add_assoc_bool(zval *arg, const char *key, bool b) { in add_assoc_bool()
567 static zend_always_inline void add_assoc_double(zval *arg, const char *key, double d) { in add_assoc_double()
570 static zend_always_inline void add_assoc_str(zval *arg, const char *key, zend_string *str) { in add_assoc_str()
588 static zend_always_inline void add_assoc_zval(zval *arg, const char *key, zval *value) { in add_assoc_zval()
641 static zend_always_inline void add_property_long(zval *arg, const char *key, zend_long n) { in add_property_long()
644 static zend_always_inline void add_property_null(zval *arg, const char *key) { in add_property_null()
647 static zend_always_inline void add_property_bool(zval *arg, const char *key, bool b) { in add_property_bool()
653 static zend_always_inline void add_property_double(zval *arg, const char *key, double d) { in add_property_double()
[all …]
H A Dzend_vm_trace_handlers.h67 zend_string *key; in zend_vm_trace_finish() local
/PHP-8.3/ext/opcache/
H A DZendAccelerator.c1190 char *key; in accel_make_persistent_key() local
1440 static zend_string* accel_new_interned_key(zend_string *key) in accel_new_interned_key()
1464 static void zend_accel_add_key(zend_string *key, zend_accel_hash_entry *bucket) in zend_accel_add_key()
1552 …ipt_in_shared_memory(zend_persistent_script *new_persistent_script, zend_string *key, bool *from_s… in cache_script_in_shared_memory()
1978 zend_string *key = NULL; in persistent_compile_file() local
2514 zend_string *key = NULL; in persistent_zend_resolve_path() local
2637 zend_string *key = ZSTR_INIT_LITERAL("opcache.enable", 0); in accel_activate() local
3696 zend_string *key = zend_string_tolower(ce->parent_name); local
3738 zend_string *key; local
3819 zend_string *key; local
[all …]
H A Dzend_accelerator_hash.h49 zend_string *key; member
/PHP-8.3/ext/sockets/
H A Dconversions.h34 const char *key; member
H A Dsendrecvmsg.c95 anc_reg_key key; in init_ancillary_registry() local
158 anc_reg_key key = { cmsg_level, msg_type }; in get_ancillary_reg_entry() local
/PHP-8.3/ext/sysvshm/
H A Dsysvshm.c366 static int php_put_shm_data(sysvshm_chunk_head *ptr, zend_long key, const char *data, zend_long len) in php_put_shm_data()
394 static zend_long php_check_shm_data(sysvshm_chunk_head *ptr, zend_long key) in php_check_shm_data()
/PHP-8.3/ext/com_dotnet/
H A Dcom_saproxy.c53 LONG key; member
312 static zend_function *saproxy_method_get(zend_object **object, zend_string *name, const zval *key) in saproxy_method_get()
495 static void saproxy_iter_get_key(zend_object_iterator *iter, zval *key) in saproxy_iter_get_key()
/PHP-8.3/ext/openssl/
H A Dopenssl.c3508 char *key; member
4719 EVP_PKEY * key; in PHP_FUNCTION() local
4787 EVP_PKEY * key; in PHP_FUNCTION() local
4865 zval *key; in PHP_FUNCTION() local
4928 zval *key; in PHP_FUNCTION() local
5246 zval *key; in PHP_FUNCTION() local
6680 zval *key, *crypted; in PHP_FUNCTION() local
6729 zval *key, *crypted; in PHP_FUNCTION() local
6779 zval *key, *crypted; in PHP_FUNCTION() local
6968 zval *key; in PHP_FUNCTION() local
[all …]
/PHP-8.3/main/
H A Drfc1867.c204 char *key; member
376 char *key = NULL; in multipart_buffer_headers() local
432 static char *php_mime_get_hdr_value(zend_llist header, char *key) in php_mime_get_hdr_value()
796 char *key = NULL, *word = pair; local
/PHP-8.3/sapi/apache2handler/
H A Dphp_apache.h59 #define APR_ARRAY_FOREACH_OPEN(arr, key, val) \ argument

Completed in 123 milliseconds

123456789