Home
last modified time | relevance | path

Searched refs:poi (Results 1 – 1 of 1) sorted by relevance

/PHP-7.3/ext/standard/
H A Diptc.c227 if (php_iptc_get1(fp, spool, poi?&poi:0) != 0xFF) { in PHP_FUNCTION()
235 if (php_iptc_get1(fp, spool, poi?&poi:0) != 0xD8) { in PHP_FUNCTION()
244 marker = php_iptc_next_marker(fp, spool, poi?&poi:0); in PHP_FUNCTION()
249 php_iptc_put1(fp, spool, (unsigned char)marker, poi?&poi:0); in PHP_FUNCTION()
257 php_iptc_read_remaining(fp, spool, poi?&poi:0); in PHP_FUNCTION()
270 php_iptc_skip_variable(fp, spool, poi?&poi:0); in PHP_FUNCTION()
280 php_iptc_put1(fp, spool, psheader[inx], poi?&poi:0); in PHP_FUNCTION()
283 php_iptc_put1(fp, spool, (unsigned char)(iptcdata_len>>8), poi?&poi:0); in PHP_FUNCTION()
287 php_iptc_put1(fp, spool, iptcdata[inx], poi?&poi:0); in PHP_FUNCTION()
293 php_iptc_read_remaining(fp, spool, poi?&poi:0); in PHP_FUNCTION()
[all …]

Completed in 7 milliseconds