Home
last modified time | relevance | path

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

/PHP-7.3/ext/openssl/
H A Dopenssl.c1909 char *spkstr = NULL, * spkstr_cleaned = NULL; in PHP_FUNCTION() local
1924 spkstr_cleaned = emalloc(spkstr_len + 1); in PHP_FUNCTION()
1956 if (spkstr_cleaned != NULL) { in PHP_FUNCTION()
1957 efree(spkstr_cleaned); in PHP_FUNCTION()
1990 spkstr_cleaned = emalloc(spkstr_len + 1); in PHP_FUNCTION()
2034 if (spkstr_cleaned != NULL) { in PHP_FUNCTION()
2035 efree(spkstr_cleaned); in PHP_FUNCTION()
2048 char *spkstr = NULL, * spkstr_cleaned = NULL; in PHP_FUNCTION() local
2063 spkstr_cleaned = emalloc(spkstr_len + 1); in PHP_FUNCTION()
2082 if (spkstr_cleaned != NULL) { in PHP_FUNCTION()
[all …]

Completed in 31 milliseconds