/PHP-8.3/Zend/ |
H A D | zend_API.c | 1805 ZEND_API void add_assoc_long_ex(zval *arg, const char *key, size_t key_len, zend_long n) /* {{{ */ in add_assoc_long_ex() 1814 ZEND_API void add_assoc_null_ex(zval *arg, const char *key, size_t key_len) /* {{{ */ in add_assoc_null_ex() 1823 ZEND_API void add_assoc_bool_ex(zval *arg, const char *key, size_t key_len, bool b) /* {{{ */ in add_assoc_bool_ex() 1841 ZEND_API void add_assoc_double_ex(zval *arg, const char *key, size_t key_len, double d) /* {{{ */ in add_assoc_double_ex() 1850 ZEND_API void add_assoc_str_ex(zval *arg, const char *key, size_t key_len, zend_string *str) /* {{{… in add_assoc_str_ex() 1904 ZEND_API void add_assoc_zval_ex(zval *arg, const char *key, size_t key_len, zval *value) /* {{{ */ in add_assoc_zval_ex() 2149 ZEND_API void add_property_long_ex(zval *arg, const char *key, size_t key_len, zend_long n) /* {{{ … in add_property_long_ex() 2158 ZEND_API void add_property_bool_ex(zval *arg, const char *key, size_t key_len, zend_long b) /* {{{ … in add_property_bool_ex() 2167 ZEND_API void add_property_null_ex(zval *arg, const char *key, size_t key_len) /* {{{ */ in add_property_null_ex() 2186 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 | 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/sodium/ |
H A D | libsodium.c | 294 size_t key_len; in PHP_FUNCTION() local 325 size_t key_len; in PHP_FUNCTION() local 367 size_t key_len; in PHP_FUNCTION() local 1216 size_t key_len; in PHP_FUNCTION() local 1257 size_t key_len; in PHP_FUNCTION() local 1296 size_t key_len; in PHP_FUNCTION() local 1337 size_t key_len; in PHP_FUNCTION() local 1378 size_t key_len; in PHP_FUNCTION() local 2662 size_t key_len; in PHP_FUNCTION() local 2694 size_t key_len; in PHP_FUNCTION() local [all …]
|
/PHP-8.3/ext/hash/ |
H A D | hash.c | 479 … char *K, const php_hash_ops *ops, void *context, const unsigned char *key, const size_t key_len) { in php_hash_hmac_prep_key() 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() 584 size_t data_len, key_len; in PHP_FUNCTION() local 601 size_t data_len, key_len; in PHP_FUNCTION() local 1205 size_t data_len, key_len = 0; in PHP_FUNCTION() local
|
/PHP-8.3/sapi/fpm/fpm/ |
H A D | fpm_php.c | 274 bool fpm_php_is_key_in_table(zend_string *table, const char *key, size_t key_len) /* {{{ */ in fpm_php_is_key_in_table()
|
/PHP-8.3/ext/intl/collator/ |
H A D | collator_sort.c | 505 int key_len = 0; in PHP_FUNCTION() local
|
/PHP-8.3/TSRM/ |
H A D | tsrm_win32.c | 105 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.3/main/ |
H A D | php_ini.c | 252 size_t key_len; in php_ini_parser_cb() local
|
/PHP-8.3/ext/standard/ |
H A D | crypt_sha256.c | 337 size_t key_len; in php_sha256_crypt_r() local
|
H A D | crypt_sha512.c | 370 size_t key_len; in php_sha512_crypt_r() local
|
/PHP-8.3/ext/dba/ |
H A D | dba.c | 1037 size_t key_len; in PHP_FUNCTION() local
|
/PHP-8.3/ext/intl/calendar/ |
H A D | calendar_methods.cpp | 166 size_t key_len, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local
|
/PHP-8.3/ext/phar/ |
H A D | util.c | 1394 …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 | 3016 size_t key_len = 0; in PHP_METHOD() local
|
/PHP-8.3/ext/openssl/ |
H A D | openssl.c | 5288 zend_long key_len = 0; in PHP_FUNCTION() local 7519 int key_len, password_len; in php_openssl_cipher_init() local
|