Searched refs:spoolbuf (Results 1 – 1 of 1) sorted by relevance
81 if (spoolbuf) *(*spoolbuf)++ = c; in php_iptc_put1()102 if (spoolbuf) *(*spoolbuf)++ = c; in php_iptc_get1()145 c = php_iptc_get1(fp, spool, spoolbuf); in php_iptc_next_marker()179 zend_string *spoolbuf = NULL; in PHP_FUNCTION() local211 poi = (unsigned char*)ZSTR_VAL(spoolbuf); in PHP_FUNCTION()217 if (spoolbuf) { in PHP_FUNCTION()218 zend_string_efree(spoolbuf); in PHP_FUNCTION()225 if (spoolbuf) { in PHP_FUNCTION()226 zend_string_efree(spoolbuf); in PHP_FUNCTION()294 spoolbuf = zend_string_truncate(spoolbuf, poi - (unsigned char*)ZSTR_VAL(spoolbuf), 0); in PHP_FUNCTION()[all …]
Completed in 5 milliseconds