Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_API.c1324 ZEND_API int add_assoc_long_ex(zval *arg, const char *key, size_t key_len, zend_long n) /* {{{ */ in add_assoc_long_ex()
1334 ZEND_API int add_assoc_null_ex(zval *arg, const char *key, size_t key_len) /* {{{ */ in add_assoc_null_ex()
1344 ZEND_API int add_assoc_bool_ex(zval *arg, const char *key, size_t key_len, int b) /* {{{ */ in add_assoc_bool_ex()
1364 ZEND_API int add_assoc_double_ex(zval *arg, const char *key, size_t key_len, double d) /* {{{ */ in add_assoc_double_ex()
1384 ZEND_API int add_assoc_string_ex(zval *arg, const char *key, size_t key_len, char *str) /* {{{ */ in add_assoc_string_ex()
1404 ZEND_API int add_assoc_zval_ex(zval *arg, const char *key, size_t key_len, zval *value) /* {{{ */ in add_assoc_zval_ex()
1677 ZEND_API int add_property_long_ex(zval *arg, const char *key, size_t key_len, zend_long n) /* {{{ */ in add_property_long_ex()
1691 ZEND_API int add_property_bool_ex(zval *arg, const char *key, size_t key_len, zend_long b) /* {{{ */ in add_property_bool_ex()
1705 ZEND_API int add_property_null_ex(zval *arg, const char *key, size_t key_len) /* {{{ */ in add_property_null_ex()
1733 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.0/ext/opcache/Optimizer/
H A Dcompact_literals.c428 int key_len = MAX_LENGTH_OF_LONG + sizeof("->") - 1 + Z_STRLEN(op_array->literals[i]); in zend_optimizer_compact_literals() local
432 int key_len; in zend_optimizer_compact_literals() local
/PHP-7.0/ext/mcrypt/
H A Dmcrypt.c538 size_t key_len, iv_len; in PHP_FUNCTION() local
1264 static void php_mcrypt_do_crypt(char* cipher, const char *key, size_t key_len, const char *data, si… in php_mcrypt_do_crypt()
1331 size_t cipher_len, key_len, data_len, mode_len, iv_len = 0; in PHP_FUNCTION() local
1347 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.0/ext/hash/
H A Dhash.c215 … char *K, const php_hash_ops *ops, void *context, const unsigned char *key, const size_t key_len) { in php_hash_hmac_prep_key()
241 size_t algo_len, data_len, key_len; in php_hash_do_hash_hmac() local
337 size_t algo_len, key_len = 0; in PHP_FUNCTION() local
/PHP-7.0/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.0/ext/session/
H A Dmod_files.c111 size_t key_len; in ps_files_path_create() local
/PHP-7.0/ext/intl/collator/
H A Dcollator_sort.c555 int key_len = 0; in PHP_FUNCTION() local
/PHP-7.0/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.0/main/
H A Dphp_ini.c280 size_t key_len; in php_ini_parser_cb() local
/PHP-7.0/ext/intl/calendar/
H A Dcalendar_methods.cpp146 size_t key_len, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local
/PHP-7.0/ext/phar/
H A Dutil.c1395 …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.c3061 size_t key_len = 0; in PHP_METHOD() local
/PHP-7.0/ext/opcache/
H A DZendAccelerator.h272 int key_len; member
H A DZendAccelerator.c974 char *accel_make_persistent_key(const char *path, int path_length, int *key_len) in accel_make_persistent_key()

Completed in 153 milliseconds