Searched refs:spool (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/ext/standard/ |
H A D | iptc.c | 78 if (spool > 0) in php_iptc_put1() 97 if (spool > 0) { in php_iptc_get1() 145 c = php_iptc_get1(fp, spool, spoolbuf); in php_iptc_next_marker() 175 zend_long spool = 0; in PHP_FUNCTION() local 188 Z_PARAM_LONG(spool) in PHP_FUNCTION() 205 if (spool < 2) { in PHP_FUNCTION() 245 php_iptc_read_remaining(fp, spool, poi?&poi:0); in PHP_FUNCTION() 258 php_iptc_skip_variable(fp, spool, poi?&poi:0); in PHP_FUNCTION() 281 php_iptc_read_remaining(fp, spool, poi?&poi:0); in PHP_FUNCTION() 286 php_iptc_skip_variable(fp, spool, poi?&poi:0); in PHP_FUNCTION() [all …]
|
H A D | basic_functions.stub.php | 3036 function iptcembed(string $iptc_data, string $filename, int $spool = 0): string|bool {}
|
H A D | basic_functions_arginfo.h | 1557 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, spool, IS_LONG, 0, "0")
|
Completed in 26 milliseconds