Searched refs:spkstr_cleaned (Results 1 – 1 of 1) sorted by relevance
1794 char *spkstr = NULL, * spkstr_cleaned = NULL; in PHP_FUNCTION() local1809 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() local1940 spkstr_cleaned = emalloc(spkstr_len + 1); in PHP_FUNCTION()1958 if (spkstr_cleaned != NULL) { in PHP_FUNCTION()[all …]
Completed in 27 milliseconds