Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/
H A Dpack.c59 efree(formatcodes); \
113 char *formatcodes; in PHP_FUNCTION() local
132 formatcodes = safe_emalloc(formatlen, sizeof(*formatcodes), 0); in PHP_FUNCTION()
177 efree(formatcodes); in PHP_FUNCTION()
217 efree(formatcodes); in PHP_FUNCTION()
226 efree(formatcodes); in PHP_FUNCTION()
232 formatcodes[formatcount] = code; in PHP_FUNCTION()
242 int code = (int) formatcodes[i]; in PHP_FUNCTION()
311 int code = (int) formatcodes[i]; in PHP_FUNCTION()
478 efree(formatcodes); in PHP_FUNCTION()

Completed in 9 milliseconds