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); in php_iptc_next_marker()195 zend_string *spoolbuf = NULL; in PHP_FUNCTION() local222 poi = (unsigned char*)ZSTR_VAL(spoolbuf); in PHP_FUNCTION()228 if (spoolbuf) { in PHP_FUNCTION()229 zend_string_free(spoolbuf); in PHP_FUNCTION()236 if (spoolbuf) { in PHP_FUNCTION()237 zend_string_free(spoolbuf); in PHP_FUNCTION()305 spoolbuf = zend_string_truncate(spoolbuf, poi - (unsigned char*)ZSTR_VAL(spoolbuf), 0); in PHP_FUNCTION()[all …]
Completed in 7 milliseconds