Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Diptc.c98 static int php_iptc_get1(FILE *fp, int spool, unsigned char **spoolbuf) in php_iptc_get1() function
122 while (php_iptc_get1(fp, spool, spoolbuf) != EOF) continue; in php_iptc_read_remaining()
135 if ((c1 = php_iptc_get1(fp, spool, spoolbuf)) == EOF) return M_EOI; in php_iptc_skip_variable()
137 if ((c2 = php_iptc_get1(fp, spool, spoolbuf)) == EOF) return M_EOI; in php_iptc_skip_variable()
144 if (php_iptc_get1(fp, spool, spoolbuf) == EOF) return M_EOI; in php_iptc_skip_variable()
158 c = php_iptc_get1(fp, spool, spoolbuf); in php_iptc_next_marker()
163 if ((c = php_iptc_get1(fp, spool, spoolbuf)) == EOF) in php_iptc_next_marker()
169 c = php_iptc_get1(fp, 0, 0); in php_iptc_next_marker()
229 if (php_iptc_get1(fp, spool, poi?&poi:0) != 0xFF) { in PHP_FUNCTION()
237 if (php_iptc_get1(fp, spool, poi?&poi:0) != 0xD8) { in PHP_FUNCTION()

Completed in 6 milliseconds