Searched refs:php_iptc_put1 (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/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() function 161 php_iptc_put1(fp, spool, (unsigned char)c, spoolbuf); in php_iptc_next_marker() 237 php_iptc_put1(fp, spool, (unsigned char)marker, poi?&poi:0); in PHP_FUNCTION() 268 php_iptc_put1(fp, spool, psheader[inx], poi?&poi:0); in PHP_FUNCTION() 271 php_iptc_put1(fp, spool, (unsigned char)(iptcdata_len>>8), poi?&poi:0); in PHP_FUNCTION() 272 php_iptc_put1(fp, spool, (unsigned char)(iptcdata_len&0xff), poi?&poi:0); in PHP_FUNCTION() 275 php_iptc_put1(fp, spool, iptcdata[inx], poi?&poi:0); in PHP_FUNCTION()
|
Completed in 4 milliseconds