Home
last modified time | relevance | path

Searched refs:key_length (Results 1 – 4 of 4) sorted by relevance

/PHP-8.4/sapi/fpm/fpm/
H A Dfpm_sockets.c146 size_t key_length = strlen(key); in fpm_sockets_hash_op() local
147 snprintf(key + key_length, INET6_ADDRSTRLEN + 10 - key_length, ":%d", fpm_get_in_port(sa)); in fpm_sockets_hash_op()
/PHP-8.4/ext/opcache/
H A DZendAccelerator.c1195 int key_length; in accel_make_persistent_key() local
1319 key_length = path_length + 1; in accel_make_persistent_key()
1321 key_length += cwd_len; in accel_make_persistent_key()
1324 key[key_length] = ':'; in accel_make_persistent_key()
1325 key_length += 1; in accel_make_persistent_key()
1327 key_length += include_path_len; in accel_make_persistent_key()
1343 key[key_length] = ':'; in accel_make_persistent_key()
1344 key_length += 1; in accel_make_persistent_key()
1346 key_length += parent_script_len; in accel_make_persistent_key()
1348 key[key_length] = '\0'; in accel_make_persistent_key()
[all …]
/PHP-8.4/ext/openssl/
H A Dopenssl_arginfo.h157 ZEND_ARG_TYPE_INFO(0, key_length, IS_LONG, 0)
364 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, key_length, IS_LONG, 0, "0")
H A Dopenssl.c5539 zend_long key_length = 0, iterations = 0; in PHP_FUNCTION() local
5553 &key_length, &iterations, in PHP_FUNCTION()
5560 PHP_OPENSSL_CHECK_LONG_TO_INT(key_length, key, 3); in PHP_FUNCTION()
5563 if (key_length <= 0) { in PHP_FUNCTION()
5579 out_buffer = zend_string_alloc(key_length, 0); in PHP_FUNCTION()
5581 …n, (unsigned char *)salt, (int)salt_len, (int)iterations, digest, (int)key_length, (unsigned char*… in PHP_FUNCTION()
5582 ZSTR_VAL(out_buffer)[key_length] = 0; in PHP_FUNCTION()

Completed in 38 milliseconds