Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Diptc.c92 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() local
226 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 5 milliseconds