/PHP-8.0/ext/sodium/ |
H A D | libsodium.c | 477 size_t key_len; in PHP_FUNCTION() local 508 size_t key_len; in PHP_FUNCTION() local 550 size_t key_len; in PHP_FUNCTION() local 591 size_t key_len = 0; in PHP_FUNCTION() local 632 size_t key_len = 0; in PHP_FUNCTION() local 1398 size_t key_len; in PHP_FUNCTION() local 1439 size_t key_len; in PHP_FUNCTION() local 2655 size_t key_len; in PHP_FUNCTION() local 2686 size_t key_len; in PHP_FUNCTION() local 2913 size_t key_len; in PHP_FUNCTION() local [all …]
|
/PHP-8.0/Zend/ |
H A D | zend_API.c | 1478 ZEND_API void add_assoc_long_ex(zval *arg, const char *key, size_t key_len, zend_long n) /* {{{ */ in add_assoc_long_ex() 1487 ZEND_API void add_assoc_null_ex(zval *arg, const char *key, size_t key_len) /* {{{ */ in add_assoc_null_ex() 1496 ZEND_API void add_assoc_bool_ex(zval *arg, const char *key, size_t key_len, bool b) /* {{{ */ in add_assoc_bool_ex() 1514 ZEND_API void add_assoc_double_ex(zval *arg, const char *key, size_t key_len, double d) /* {{{ */ in add_assoc_double_ex() 1523 ZEND_API void add_assoc_str_ex(zval *arg, const char *key, size_t key_len, zend_string *str) /* {{{… in add_assoc_str_ex() 1550 ZEND_API void add_assoc_zval_ex(zval *arg, const char *key, size_t key_len, zval *value) /* {{{ */ in add_assoc_zval_ex() 1741 ZEND_API void add_property_long_ex(zval *arg, const char *key, size_t key_len, zend_long n) /* {{{ … in add_property_long_ex() 1750 ZEND_API void add_property_bool_ex(zval *arg, const char *key, size_t key_len, zend_long b) /* {{{ … in add_property_bool_ex() 1759 ZEND_API void add_property_null_ex(zval *arg, const char *key, size_t key_len) /* {{{ */ in add_property_null_ex() 1778 ZEND_API void add_property_double_ex(zval *arg, const char *key, size_t key_len, double d) /* {{{ */ in add_property_double_ex() [all …]
|
H A D | zend_list.c | 337 ZEND_API zend_resource* zend_register_persistent_resource(const char *key, size_t key_len, void *rs… in zend_register_persistent_resource()
|
/PHP-8.0/ext/hash/ |
H A D | hash.c | 467 … char *K, const php_hash_ops *ops, void *context, const unsigned char *key, const size_t key_len) { in php_hash_hmac_prep_key() 489 …zval *return_value, zend_string *algo, char *data, size_t data_len, char *key, size_t key_len, zen… in php_hash_do_hash_hmac() 572 size_t data_len, key_len; in PHP_FUNCTION() local 589 size_t data_len, key_len; in PHP_FUNCTION() local 1198 size_t data_len, key_len = 0; in PHP_FUNCTION() local
|
/PHP-8.0/ext/dba/ |
H A D | dba.c | 477 size_t key_len; in php_dba_update() local 1001 size_t key_len; in PHP_FUNCTION() local
|
/PHP-8.0/ext/intl/collator/ |
H A D | collator_sort.c | 509 int key_len = 0; in PHP_FUNCTION() local
|
/PHP-8.0/ext/session/ |
H A D | mod_files.c | 109 size_t key_len; in ps_files_path_create() local
|
/PHP-8.0/ext/standard/ |
H A D | basic_functions.h | 138 size_t key_len; member
|
H A D | crypt_sha256.c | 338 size_t key_len; in php_sha256_crypt_r() local
|
H A D | crypt_sha512.c | 371 size_t key_len; in php_sha512_crypt_r() local
|
/PHP-8.0/TSRM/ |
H A D | tsrm_win32.c | 106 const char * tsrm_win32_get_path_sid_key(const char *pathname, size_t pathname_len, size_t *key_len) in tsrm_win32_get_path_sid_key()
|
/PHP-8.0/main/ |
H A D | php_ini.c | 252 size_t key_len; in php_ini_parser_cb() local
|
/PHP-8.0/ext/intl/calendar/ |
H A D | calendar_methods.cpp | 166 size_t key_len, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local
|
/PHP-8.0/ext/phar/ |
H A D | util.c | 1384 …l_signverify(int is_sign, php_stream *fp, zend_off_t end, char *key, size_t key_len, char **signat… in phar_call_openssl_signverify()
|
H A D | phar_object.c | 3012 size_t key_len = 0; in PHP_METHOD() local
|
/PHP-8.0/ext/opcache/ |
H A D | ZendAccelerator.h | 242 int key_len; member
|
H A D | ZendAccelerator.c | 1120 char *accel_make_persistent_key(const char *path, size_t path_length, int *key_len) in accel_make_persistent_key()
|
/PHP-8.0/ext/openssl/ |
H A D | openssl.c | 4834 zend_long key_len = 0; in PHP_FUNCTION() local 7086 int key_len, password_len; in php_openssl_cipher_init() local
|