Home
last modified time | relevance | path

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

/PHP-7.2/ext/openssl/
H A Dopenssl.c1903 char *spkstr = NULL, * spkstr_cleaned = NULL; in PHP_FUNCTION() local
1918 spkstr_cleaned = emalloc(spkstr_len + 1); in PHP_FUNCTION()
1950 if (spkstr_cleaned != NULL) { in PHP_FUNCTION()
1951 efree(spkstr_cleaned); in PHP_FUNCTION()
1984 spkstr_cleaned = emalloc(spkstr_len + 1); in PHP_FUNCTION()
2028 if (spkstr_cleaned != NULL) { in PHP_FUNCTION()
2029 efree(spkstr_cleaned); in PHP_FUNCTION()
2042 char *spkstr = NULL, * spkstr_cleaned = NULL; in PHP_FUNCTION() local
2057 spkstr_cleaned = emalloc(spkstr_len + 1); in PHP_FUNCTION()
2076 if (spkstr_cleaned != NULL) { in PHP_FUNCTION()
[all …]

Completed in 77 milliseconds