Searched defs:spool (Results 1 – 2 of 2) sorted by relevance
/PHP-8.1/ext/standard/ |
H A D | iptc.c | 76 static int php_iptc_put1(FILE *fp, int spool, unsigned char c, unsigned char **spoolbuf) in php_iptc_put1() 88 static int php_iptc_get1(FILE *fp, int spool, unsigned char **spoolbuf) in php_iptc_get1() 109 static int php_iptc_read_remaining(FILE *fp, int spool, unsigned char **spoolbuf) in php_iptc_read_remaining() 118 static int php_iptc_skip_variable(FILE *fp, int spool, unsigned char **spoolbuf) in php_iptc_skip_variable() 139 static int php_iptc_next_marker(FILE *fp, int spool, unsigned char **spoolbuf) in php_iptc_next_marker() 175 zend_long spool = 0; in PHP_FUNCTION() local
|
H A D | basic_functions.stub.php | 1348 function iptcembed(string $iptc_data, string $filename, int $spool = 0): string|bool {}
|
Completed in 15 milliseconds