Home
last modified time | relevance | path

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

/PHP-8.4/ext/openssl/
H A Dopenssl.c1687 char *spkstr, * spkstr_cleaned = NULL; in PHP_FUNCTION() local
1697 spkstr_cleaned = emalloc(spkstr_len + 1); in PHP_FUNCTION()
1727 if (spkstr_cleaned != NULL) { in PHP_FUNCTION()
1728 efree(spkstr_cleaned); in PHP_FUNCTION()
1743 char *spkstr, * spkstr_cleaned = NULL; in PHP_FUNCTION() local
1755 spkstr_cleaned = emalloc(spkstr_len + 1); in PHP_FUNCTION()
1795 if (spkstr_cleaned != NULL) { in PHP_FUNCTION()
1796 efree(spkstr_cleaned); in PHP_FUNCTION()
1805 char *spkstr, * spkstr_cleaned = NULL; in PHP_FUNCTION() local
1834 if (spkstr_cleaned != NULL) { in PHP_FUNCTION()
[all …]

Completed in 25 milliseconds