Searched refs:spkstr_cleaned (Results 1 – 1 of 1) sorted by relevance
1687 char *spkstr, * spkstr_cleaned = NULL; in PHP_FUNCTION() local1697 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() local1755 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() local1834 if (spkstr_cleaned != NULL) { in PHP_FUNCTION()[all …]
Completed in 25 milliseconds