Lines Matching refs:formatcodes
51 efree(formatcodes); \
237 char *formatcodes; in PHP_FUNCTION() local
249 formatcodes = safe_emalloc(formatlen, sizeof(*formatcodes), 0); in PHP_FUNCTION()
294 efree(formatcodes); in PHP_FUNCTION()
320 efree(formatcodes); in PHP_FUNCTION()
353 efree(formatcodes); in PHP_FUNCTION()
361 efree(formatcodes); in PHP_FUNCTION()
367 formatcodes[formatcount] = code; in PHP_FUNCTION()
377 int code = (int) formatcodes[i]; in PHP_FUNCTION()
460 int code = (int) formatcodes[i]; in PHP_FUNCTION()
678 efree(formatcodes); in PHP_FUNCTION()