Home
last modified time | relevance | path

Searched defs:key_len (Results 1 – 19 of 19) sorted by relevance

/PHP-7.4/ext/sodium/
H A Dlibsodium.c771 size_t key_len; in PHP_FUNCTION() local
804 size_t key_len; in PHP_FUNCTION() local
850 size_t key_len; in PHP_FUNCTION() local
895 size_t key_len = 0; in PHP_FUNCTION() local
936 size_t key_len = 0; in PHP_FUNCTION() local
1748 size_t key_len; in PHP_FUNCTION() local
1789 size_t key_len; in PHP_FUNCTION() local
3066 size_t key_len; in PHP_FUNCTION() local
3097 size_t key_len; in PHP_FUNCTION() local
3328 size_t key_len; in PHP_FUNCTION() local
[all …]
/PHP-7.4/Zend/
H A Dzend_API.c1442 ZEND_API int add_assoc_long_ex(zval *arg, const char *key, size_t key_len, zend_long n) /* {{{ */ in add_assoc_long_ex()
1452 ZEND_API int add_assoc_null_ex(zval *arg, const char *key, size_t key_len) /* {{{ */ in add_assoc_null_ex()
1462 ZEND_API int add_assoc_bool_ex(zval *arg, const char *key, size_t key_len, int b) /* {{{ */ in add_assoc_bool_ex()
1482 ZEND_API int add_assoc_double_ex(zval *arg, const char *key, size_t key_len, double d) /* {{{ */ in add_assoc_double_ex()
1492 ZEND_API int add_assoc_str_ex(zval *arg, const char *key, size_t key_len, zend_string *str) /* {{{ … in add_assoc_str_ex()
1522 ZEND_API int add_assoc_zval_ex(zval *arg, const char *key, size_t key_len, zval *value) /* {{{ */ in add_assoc_zval_ex()
1722 ZEND_API int add_property_long_ex(zval *arg, const char *key, size_t key_len, zend_long n) /* {{{ */ in add_property_long_ex()
1731 ZEND_API int add_property_bool_ex(zval *arg, const char *key, size_t key_len, zend_long b) /* {{{ */ in add_property_bool_ex()
1740 ZEND_API int add_property_null_ex(zval *arg, const char *key, size_t key_len) /* {{{ */ in add_property_null_ex()
1760 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 Dzend_list.c346 ZEND_API zend_resource* zend_register_persistent_resource(const char *key, size_t key_len, void *rs… in zend_register_persistent_resource()
/PHP-7.4/ext/dba/
H A Ddba.c584 size_t key_len; in php_dba_update() local
1117 size_t key_len; in PHP_FUNCTION() local
/PHP-7.4/ext/opcache/Optimizer/
H A Dcompact_literals.c90 size_t key_len; in add_static_slot() local
/PHP-7.4/ext/session/
H A Dmod_files.c111 size_t key_len; in ps_files_path_create() local
/PHP-7.4/ext/intl/collator/
H A Dcollator_sort.c557 int key_len = 0; in PHP_FUNCTION() local
/PHP-7.4/ext/standard/
H A Dbasic_functions.h254 size_t key_len; member
H A Dcrypt_sha256.c338 size_t key_len; in php_sha256_crypt_r() local
H A Dcrypt_sha512.c371 size_t key_len; in php_sha512_crypt_r() local
/PHP-7.4/ext/hash/
H A Dhash.c216 … char *K, const php_hash_ops *ops, void *context, const unsigned char *key, const size_t key_len) { in php_hash_hmac_prep_key()
242 size_t algo_len, data_len, key_len; in php_hash_do_hash_hmac() local
/PHP-7.4/TSRM/
H A Dtsrm_win32.c108 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.4/main/
H A Dphp_ini.c258 size_t key_len; in php_ini_parser_cb() local
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_methods.cpp150 size_t key_len, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local
/PHP-7.4/ext/opcache/
H A DZendAccelerator.h228 int key_len; member
H A DZendAccelerator.c1123 char *accel_make_persistent_key(const char *path, size_t path_length, int *key_len) in accel_make_persistent_key()
/PHP-7.4/ext/phar/
H A Dutil.c1384 …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 Dphar_object.c3053 size_t key_len = 0; in PHP_METHOD() local
/PHP-7.4/ext/openssl/
H A Dopenssl.c5048 zend_long key_len = 0; in PHP_FUNCTION() local
6601 int key_len, password_len; in php_openssl_cipher_init() local

Completed in 133 milliseconds