Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Diptc.c181 static char psheader[] = "\xFF\xED\0\0Photoshop 3.0\08BIM\x04\x04\0\0\0\0"; variable
209 if (iptcdata_len >= SIZE_MAX - sizeof(psheader) - 1025) { in PHP_FUNCTION()
224 spoolbuf = zend_string_safe_alloc(1, iptcdata_len + sizeof(psheader) + 1024 + 1, sb.st_size, 0); in PHP_FUNCTION()
226 memset(poi, 0, iptcdata_len + sizeof(psheader) + sb.st_size + 1024 + 1); in PHP_FUNCTION()
278 psheader[ 2 ] = (char) ((iptcdata_len+28)>>8); in PHP_FUNCTION()
279 psheader[ 3 ] = (iptcdata_len+28)&0xff; in PHP_FUNCTION()
282 php_iptc_put1(fp, spool, psheader[inx], poi?&poi:0); in PHP_FUNCTION()

Completed in 5 milliseconds