Searched refs:spoolbuf (Results 1 – 1 of 1) sorted by relevance
92 if (spoolbuf) *(*spoolbuf)++ = c; in php_iptc_put1()114 if (spoolbuf) *(*spoolbuf)++ = c; in php_iptc_get1()160 c = php_iptc_get1(fp, spool, spoolbuf TSRMLS_CC); in php_iptc_next_marker()165 if ((c = php_iptc_get1(fp, spool, spoolbuf TSRMLS_CC)) == EOF) in php_iptc_next_marker()176 php_iptc_put1(fp, spool, (unsigned char)c, spoolbuf TSRMLS_CC); in php_iptc_next_marker()195 unsigned char *spoolbuf = NULL, *poi = NULL; in PHP_FUNCTION() local226 if (spoolbuf) { in PHP_FUNCTION()227 efree(spoolbuf); in PHP_FUNCTION()234 if (spoolbuf) { in PHP_FUNCTION()235 efree(spoolbuf); in PHP_FUNCTION()[all …]
Completed in 8 milliseconds