Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dpack.c46 efree(formatcodes); \
238 char *formatcodes; in PHP_FUNCTION() local
250 formatcodes = safe_emalloc(formatlen, sizeof(*formatcodes), 0); in PHP_FUNCTION()
295 efree(formatcodes); in PHP_FUNCTION()
303 efree(formatcodes); in PHP_FUNCTION()
326 efree(formatcodes); in PHP_FUNCTION()
359 efree(formatcodes); in PHP_FUNCTION()
367 efree(formatcodes); in PHP_FUNCTION()
373 formatcodes[formatcount] = code; in PHP_FUNCTION()
383 int code = (int) formatcodes[i]; in PHP_FUNCTION()
[all …]

Completed in 10 milliseconds