Home
last modified time | relevance | path

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

123456789

/PHP-8.3/ext/sysvsem/
H A Dsysvsem.stub.php13 function sem_get(int $key, int $max_acquire = 1, int $permissions = 0666, bool $auto_release = true…
H A Dphp_sysvsem.h32 int key; /* For error reporting. */ member
/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
1245 zval key; in PHP_METHOD() local
1619 PHP_METHOD(IteratorIterator, key) in PHP_METHOD() argument
2356 zval *key = &intern->current.key; in spl_caching_it_next() local
2518 zend_string *key; in PHP_METHOD() local
2541 zend_string *key; in PHP_METHOD() local
2568 zend_string *key; in PHP_METHOD() local
2589 zend_string *key; in PHP_METHOD() local
2770 PHP_METHOD(NoRewindIterator, key) in PHP_METHOD() argument
2864 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/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
H A Dzend_list.c328 ZEND_API zend_resource* zend_register_persistent_resource_ex(zend_string *key, void *rsrc_pointer, … in zend_register_persistent_resource_ex()
342 ZEND_API zend_resource* zend_register_persistent_resource(const char *key, size_t key_len, void *rs… in zend_register_persistent_resource()
/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
/PHP-8.3/ext/sysvshm/
H A Dsysvshm.c372 static int php_put_shm_data(sysvshm_chunk_head *ptr, zend_long key, const char *data, zend_long len) in php_put_shm_data()
400 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.c3521 char *key; member
4732 EVP_PKEY * key; in PHP_FUNCTION() local
4800 EVP_PKEY * key; in PHP_FUNCTION() local
4878 zval *key; in PHP_FUNCTION() local
4941 zval *key; in PHP_FUNCTION() local
5259 zval *key; in PHP_FUNCTION() local
6693 zval *key, *crypted; in PHP_FUNCTION() local
6742 zval *key, *crypted; in PHP_FUNCTION() local
6792 zval *key, *crypted; in PHP_FUNCTION() local
6981 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
/PHP-8.3/ext/hash/
H A Dhash.stub.php20 function hash_hmac(string $algo, string $data, #[\SensitiveParameter] string $key, bool $binary = f…

Completed in 84 milliseconds

123456789