Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_API.c1320 ZEND_API int add_assoc_long_ex(zval *arg, const char *key, size_t key_len, zend_long n) /* {{{ */ in add_assoc_long_ex()
1330 ZEND_API int add_assoc_null_ex(zval *arg, const char *key, size_t key_len) /* {{{ */ in add_assoc_null_ex()
1340 ZEND_API int add_assoc_bool_ex(zval *arg, const char *key, size_t key_len, int b) /* {{{ */ in add_assoc_bool_ex()
1360 ZEND_API int add_assoc_double_ex(zval *arg, const char *key, size_t key_len, double d) /* {{{ */ in add_assoc_double_ex()
1380 ZEND_API int add_assoc_string_ex(zval *arg, const char *key, size_t key_len, char *str) /* {{{ */ in add_assoc_string_ex()
1400 ZEND_API int add_assoc_zval_ex(zval *arg, const char *key, size_t key_len, zval *value) /* {{{ */ in add_assoc_zval_ex()
1673 ZEND_API int add_property_long_ex(zval *arg, const char *key, size_t key_len, zend_long n) /* {{{ */ in add_property_long_ex()
1687 ZEND_API int add_property_bool_ex(zval *arg, const char *key, size_t key_len, zend_long b) /* {{{ */ in add_property_bool_ex()
1701 ZEND_API int add_property_null_ex(zval *arg, const char *key, size_t key_len) /* {{{ */ in add_property_null_ex()
1729 ZEND_API int add_property_double_ex(zval *arg, const char *key, size_t key_len, double d) /* {{{ */ in add_property_double_ex()
[all …]
/PHP-7.1/ext/opcache/Optimizer/
H A Dcompact_literals.c427 int key_len = sizeof("$this->") - 1 + Z_STRLEN(op_array->literals[i]); in zend_optimizer_compact_literals() local
433 int key_len; in zend_optimizer_compact_literals() local
/PHP-7.1/ext/mcrypt/
H A Dmcrypt.c538 size_t key_len, iv_len; in PHP_FUNCTION() local
1266 static void php_mcrypt_do_crypt(char* cipher, const char *key, size_t key_len, const char *data, si… in php_mcrypt_do_crypt()
1333 size_t cipher_len, key_len, data_len, mode_len, iv_len = 0; in PHP_FUNCTION() local
1349 size_t cipher_len, key_len, data_len, mode_len, iv_len = 0; in PHP_FUNCTION() local
H A Dmcrypt_filter.c154 int encrypt = 1, iv_len, key_len, keyl, result; in php_mcrypt_filter_create() local
/PHP-7.1/ext/hash/
H A Dhash.c209 … char *K, const php_hash_ops *ops, void *context, const unsigned char *key, const size_t key_len) { in php_hash_hmac_prep_key()
235 size_t algo_len, data_len, key_len; in php_hash_do_hash_hmac() local
331 size_t algo_len, key_len = 0; in PHP_FUNCTION() local
/PHP-7.1/ext/dba/
H A Ddba.c578 size_t key_len; in php_dba_update() local
1061 size_t key_len; in PHP_FUNCTION() local
/PHP-7.1/ext/session/
H A Dmod_files.c111 size_t key_len; in ps_files_path_create() local
/PHP-7.1/ext/intl/collator/
H A Dcollator_sort.c557 int key_len = 0; in PHP_FUNCTION() local
/PHP-7.1/ext/standard/
H A Dbasic_functions.h251 int key_len; member
H A Dcrypt_sha512.c387 size_t key_len; in php_sha512_crypt_r() local
H A Dcrypt_sha256.c354 size_t key_len; in php_sha256_crypt_r() local
/PHP-7.1/main/
H A Dphp_ini.c280 size_t key_len; in php_ini_parser_cb() local
/PHP-7.1/ext/intl/calendar/
H A Dcalendar_methods.cpp146 size_t key_len, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local
/PHP-7.1/ext/phar/
H A Dutil.c1388 …ssl_signverify(int is_sign, php_stream *fp, zend_off_t end, char *key, int key_len, char **signatu… in phar_call_openssl_signverify()
H A Dphar_object.c3036 size_t key_len = 0; in PHP_METHOD() local
/PHP-7.1/ext/opcache/
H A DZendAccelerator.h253 int key_len; member
H A DZendAccelerator.c980 char *accel_make_persistent_key(const char *path, int path_length, int *key_len) in accel_make_persistent_key()
/PHP-7.1/ext/openssl/
H A Dopenssl.c6273 int key_len, password_len; in php_openssl_cipher_init() local

Completed in 89 milliseconds