Home
last modified time | relevance | path

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

12345678

/PHP-7.4/ext/opcache/
H A DZendAccelerator.h229 char key[MAXPATHLEN * 8]; member
H A Dzend_accelerator_hash.c74 zend_accel_hash_entry* zend_accel_hash_update(zend_accel_hash *accel_hash, const char *key, uint32_… in zend_accel_hash_update()
143 …ys_inline void* zend_accel_hash_find_ex(zend_accel_hash *accel_hash, const char *key, uint32_t key… in zend_accel_hash_find_ex()
180 void* zend_accel_hash_find(zend_accel_hash *accel_hash, zend_string *key) in zend_accel_hash_find()
193 zend_accel_hash_entry* zend_accel_hash_find_entry(zend_accel_hash *accel_hash, zend_string *key) in zend_accel_hash_find_entry()
206 void* zend_accel_hash_str_find(zend_accel_hash *accel_hash, const char *key, uint32_t key_length) in zend_accel_hash_str_find()
219 zend_accel_hash_entry* zend_accel_hash_str_find_entry(zend_accel_hash *accel_hash, const char *key,… in zend_accel_hash_str_find_entry()
229 int zend_accel_hash_unlink(zend_accel_hash *accel_hash, const char *key, uint32_t key_length) in zend_accel_hash_unlink()
H A Dzend_accelerator_hash.h49 const char *key; member
H A Dzend_accelerator_module.c334 char *key; local
670 zend_string *key; local
H A Dzend_persist.c1048 zend_persistent_script *zend_accel_script_persist(zend_persistent_script *script, const char **key,… in zend_accel_script_persist()
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()
H A Dzend_shared_alloc.c350 zend_ulong key = (zend_ulong)source; in zend_shared_memdup_size() local
364 zend_ulong key; in _zend_shared_memdup() local
533 zend_ulong key = (zend_ulong)old; in zend_shared_alloc_register_xlat_entry() local
542 zend_ulong key = (zend_ulong)old; in zend_shared_alloc_get_xlat_entry() local
/PHP-7.4/ext/openssl/
H A Dopenssl.c3774 char *key; member
4600 EVP_PKEY * key; in PHP_FUNCTION() local
4685 EVP_PKEY * key; in PHP_FUNCTION() local
4780 zval *key; in PHP_FUNCTION() local
4822 zval *key; in PHP_FUNCTION() local
4996 zval *key; in PHP_FUNCTION() local
5737 zval *key, *crypted; in PHP_FUNCTION() local
5798 zval *key, *crypted; in PHP_FUNCTION() local
5867 zval *key, *crypted; in PHP_FUNCTION() local
6092 zval *key; in PHP_FUNCTION() local
[all …]
H A Dxp_ssl.c363 zend_string *key; in php_openssl_x509_fingerprint_match() local
1390 zend_string *key; in php_openssl_enable_server_sni() local
/PHP-7.4/ext/pcntl/
H A Dpcntl.c959 zend_string *key; in PHP_FUNCTION() local
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeTILEGX-encoder.c10049 struct tilegx_spr key; in get_tilegx_spr_name() local
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c599 zend_string *key; in pcre_get_compiled_regex_cache_ex() local
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c1347 …atic zend_function *dbh_method_get(zend_object **object, zend_string *method_name, const zval *key) in dbh_method_get()
H A Dpdo_stmt.c439 zend_string *key = NULL; in PHP_METHOD() local
2127 zend_string *key = NULL; in PHP_METHOD() local
2208 …end_function *dbstmt_method_get(zend_object **object_pp, zend_string *method_name, const zval *key) in dbstmt_method_get()
2333 zend_ulong key; member
2367 static void pdo_stmt_iter_get_key(zend_object_iterator *iter, zval *key) in pdo_stmt_iter_get_key()
2585 zend_string *method_name, const zval *key) in row_method_get()
/PHP-7.4/ext/pdo_dblib/
H A Dphp_pdo_dblib_int.h138 const char* key; member
/PHP-7.4/ext/phar/
H A Dphar.c101 char *key, *lasts, *end; in phar_split_cache_list() local
H A Dphar_object.c1447 zval key; in phar_build() local
1575 zval key; in phar_build() local
3052 char *error, *key = NULL; in PHP_METHOD() local
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/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/session/
H A Dmod_files.c109 static char *ps_files_path_create(char *buf, size_t buflen, ps_files *data, const char *key) in ps_files_path_create()
156 static void ps_files_open(ps_files *data, const char *key) in ps_files_open()
231 static int ps_files_write(ps_files *data, zend_string *key, zend_string *val) in ps_files_write()
342 static int ps_files_key_exists(ps_files *data, const char *key) in ps_files_key_exists()
H A Dmod_mm.c50 char key[1]; /* inline key */ member
111 static ps_sd *ps_sd_new(ps_mm *data, const char *key) in ps_sd_new()
177 static ps_sd *ps_sd_lookup(ps_mm *data, const char *key, int rw) in ps_sd_lookup()
206 static int ps_mm_key_exists(ps_mm *data, const char *key) in ps_mm_key_exists()
H A Dmod_user_class.c96 zend_string *key; in PHP_METHOD() local
116 zend_string *key, *val; in PHP_METHOD() local
132 zend_string *key; in PHP_METHOD() local
186 zend_string *key; in PHP_METHOD() local
203 zend_string *key, *val; in PHP_METHOD() local
H A Dphp_session.h128 smart_str key; member
H A Dsession.c332 PHPAPI int php_session_valid_key(const char *key) /* {{{ */ in php_session_valid_key()
1706 zend_string *key; in PHP_FUNCTION() local
/PHP-7.4/ext/shmop/
H A Dphp_shmop.h47 key_t key; member

Completed in 177 milliseconds

12345678