/PHP-7.1/Zend/ |
H A D | zend_API.c | 1320 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 D | compact_literals.c | 427 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 D | mcrypt.c | 538 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 D | mcrypt_filter.c | 154 int encrypt = 1, iv_len, key_len, keyl, result; in php_mcrypt_filter_create() local
|
/PHP-7.1/ext/hash/ |
H A D | hash.c | 209 … 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 D | dba.c | 578 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 D | mod_files.c | 111 size_t key_len; in ps_files_path_create() local
|
/PHP-7.1/ext/intl/collator/ |
H A D | collator_sort.c | 557 int key_len = 0; in PHP_FUNCTION() local
|
/PHP-7.1/ext/standard/ |
H A D | basic_functions.h | 251 int key_len; member
|
H A D | crypt_sha512.c | 387 size_t key_len; in php_sha512_crypt_r() local
|
H A D | crypt_sha256.c | 354 size_t key_len; in php_sha256_crypt_r() local
|
/PHP-7.1/main/ |
H A D | php_ini.c | 280 size_t key_len; in php_ini_parser_cb() local
|
/PHP-7.1/ext/intl/calendar/ |
H A D | calendar_methods.cpp | 146 size_t key_len, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local
|
/PHP-7.1/ext/phar/ |
H A D | util.c | 1388 …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 D | phar_object.c | 3036 size_t key_len = 0; in PHP_METHOD() local
|
/PHP-7.1/ext/opcache/ |
H A D | ZendAccelerator.h | 253 int key_len; member
|
H A D | ZendAccelerator.c | 980 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 D | openssl.c | 6273 int key_len, password_len; in php_openssl_cipher_init() local
|