Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Diptc.c83 if (spoolbuf) *(*spoolbuf)++ = c; in php_iptc_put1()
105 if (spoolbuf) *(*spoolbuf)++ = c; in php_iptc_get1()
151 c = php_iptc_get1(fp, spool, spoolbuf TSRMLS_CC); in php_iptc_next_marker()
156 if ((c = php_iptc_get1(fp, spool, spoolbuf TSRMLS_CC)) == EOF) in php_iptc_next_marker()
167 php_iptc_put1(fp, spool, (unsigned char)c, spoolbuf TSRMLS_CC); in php_iptc_next_marker()
185 unsigned char *spoolbuf = NULL, *poi = NULL; in PHP_FUNCTION() local
219 if (spoolbuf) { in PHP_FUNCTION()
220 efree(spoolbuf); in PHP_FUNCTION()
227 if (spoolbuf) { in PHP_FUNCTION()
228 efree(spoolbuf); in PHP_FUNCTION()
[all …]

Completed in 8 milliseconds