Searched refs:spool (Results 1 – 2 of 2) sorted by relevance
/PHP-7.0/ext/standard/ |
H A D | iptc.c | 89 if (spool > 0) in php_iptc_put1() 109 if (spool > 0) { in php_iptc_get1() 160 c = php_iptc_get1(fp, spool, spoolbuf); in php_iptc_next_marker() 191 zend_long spool = 0; in PHP_FUNCTION() local 218 if (spool < 2) { in PHP_FUNCTION() 226 if (php_iptc_get1(fp, spool, poi?&poi:0) != 0xFF) { in PHP_FUNCTION() 256 php_iptc_read_remaining(fp, spool, poi?&poi:0); in PHP_FUNCTION() 269 php_iptc_skip_variable(fp, spool, poi?&poi:0); in PHP_FUNCTION() 292 php_iptc_read_remaining(fp, spool, poi?&poi:0); in PHP_FUNCTION() 297 php_iptc_skip_variable(fp, spool, poi?&poi:0); in PHP_FUNCTION() [all …]
|
H A D | basic_functions.c | 1541 ZEND_ARG_INFO(0, spool)
|
Completed in 17 milliseconds