Home
last modified time | relevance | path

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

/PHP-8.4/ext/sodium/
H A Dlibsodium.c40 static zend_always_inline zend_string *zend_string_checked_alloc(size_t len, int persistent) in zend_string_checked_alloc() function
1317 ciphertext = zend_string_checked_alloc((size_t) ciphertext_len, 0); in PHP_FUNCTION()
1356 ciphertext = zend_string_checked_alloc((size_t) ciphertext_len, 0); in PHP_FUNCTION()
1398 ciphertext = zend_string_checked_alloc((size_t) ciphertext_len, 0); in PHP_FUNCTION()

Completed in 20 milliseconds