Home
last modified time | relevance | path

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

/PHP-7.0/ext/openssl/
H A Dopenssl.c1794 char *spkstr = NULL, * spkstr_cleaned = NULL; in PHP_FUNCTION() local
1809 spkstr_cleaned = emalloc(spkstr_len + 1); in PHP_FUNCTION()
1839 if (spkstr_cleaned != NULL) { in PHP_FUNCTION()
1840 efree(spkstr_cleaned); in PHP_FUNCTION()
1871 spkstr_cleaned = emalloc(spkstr_len + 1); in PHP_FUNCTION()
1911 if (spkstr_cleaned != NULL) { in PHP_FUNCTION()
1912 efree(spkstr_cleaned); in PHP_FUNCTION()
1925 char *spkstr = NULL, * spkstr_cleaned = NULL; in PHP_FUNCTION() local
1940 spkstr_cleaned = emalloc(spkstr_len + 1); in PHP_FUNCTION()
1958 if (spkstr_cleaned != NULL) { in PHP_FUNCTION()
[all …]

Completed in 27 milliseconds