/PHP-7.3/Zend/ |
H A D | zend_API.c | 1354 ZEND_API int add_assoc_long_ex(zval *arg, const char *key, size_t key_len, zend_long n) /* {{{ */ in add_assoc_long_ex() 1364 ZEND_API int add_assoc_null_ex(zval *arg, const char *key, size_t key_len) /* {{{ */ in add_assoc_null_ex() 1374 ZEND_API int add_assoc_bool_ex(zval *arg, const char *key, size_t key_len, int b) /* {{{ */ in add_assoc_bool_ex() 1394 ZEND_API int add_assoc_double_ex(zval *arg, const char *key, size_t key_len, double d) /* {{{ */ in add_assoc_double_ex() 1404 ZEND_API int add_assoc_str_ex(zval *arg, const char *key, size_t key_len, zend_string *str) /* {{{ … in add_assoc_str_ex() 1434 ZEND_API int add_assoc_zval_ex(zval *arg, const char *key, size_t key_len, zval *value) /* {{{ */ in add_assoc_zval_ex() 1712 ZEND_API int add_property_long_ex(zval *arg, const char *key, size_t key_len, zend_long n) /* {{{ */ in add_property_long_ex() 1725 ZEND_API int add_property_bool_ex(zval *arg, const char *key, size_t key_len, zend_long b) /* {{{ */ in add_property_bool_ex() 1738 ZEND_API int add_property_null_ex(zval *arg, const char *key, size_t key_len) /* {{{ */ in add_property_null_ex() 1765 ZEND_API int 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 | 352 ZEND_API zend_resource* zend_register_persistent_resource(const char *key, size_t key_len, void *rs… in zend_register_persistent_resource()
|
/PHP-7.3/ext/sodium/ |
H A D | libsodium.c | 754 size_t key_len; in PHP_FUNCTION() local 787 size_t key_len; in PHP_FUNCTION() local 833 size_t key_len; in PHP_FUNCTION() local 878 size_t key_len = 0; in PHP_FUNCTION() local 919 size_t key_len = 0; in PHP_FUNCTION() local 1731 size_t key_len; in PHP_FUNCTION() local 1772 size_t key_len; in PHP_FUNCTION() local 3049 size_t key_len; in PHP_FUNCTION() local 3080 size_t key_len; in PHP_FUNCTION() local 3311 size_t key_len; in PHP_FUNCTION() local [all …]
|
/PHP-7.3/ext/dba/ |
H A D | dba.c | 582 size_t key_len; in php_dba_update() local 1109 size_t key_len; in PHP_FUNCTION() local
|
/PHP-7.3/ext/opcache/Optimizer/ |
H A D | compact_literals.c | 89 size_t key_len; in add_static_slot() local
|
/PHP-7.3/ext/session/ |
H A D | mod_files.c | 111 size_t key_len; in ps_files_path_create() local
|
/PHP-7.3/ext/intl/collator/ |
H A D | collator_sort.c | 557 int key_len = 0; in PHP_FUNCTION() local
|
/PHP-7.3/ext/standard/ |
H A D | basic_functions.h | 251 size_t key_len; member
|
H A D | crypt_sha256.c | 342 size_t key_len; in php_sha256_crypt_r() local
|
H A D | crypt_sha512.c | 375 size_t key_len; in php_sha512_crypt_r() local
|
/PHP-7.3/ext/hash/ |
H A D | hash.c | 211 … char *K, const php_hash_ops *ops, void *context, const unsigned char *key, const size_t key_len) { in php_hash_hmac_prep_key() 237 size_t algo_len, data_len, key_len; in php_hash_do_hash_hmac() local
|
/PHP-7.3/TSRM/ |
H A D | tsrm_win32.c | 108 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-7.3/main/ |
H A D | php_ini.c | 278 size_t key_len; in php_ini_parser_cb() local
|
/PHP-7.3/ext/intl/calendar/ |
H A D | calendar_methods.cpp | 151 size_t key_len, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local
|
/PHP-7.3/ext/opcache/ |
H A D | ZendAccelerator.h | 226 int key_len; member
|
H A D | ZendAccelerator.c | 1128 char *accel_make_persistent_key(const char *path, size_t path_length, int *key_len) in accel_make_persistent_key()
|
/PHP-7.3/ext/phar/ |
H A D | util.c | 1386 …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 | 3040 size_t key_len = 0; in PHP_METHOD() local
|
/PHP-7.3/ext/openssl/ |
H A D | openssl.c | 4969 zend_long key_len = 0; in PHP_FUNCTION() local 6498 int key_len, password_len; in php_openssl_cipher_init() local
|