Searched refs:poi (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_5/ext/standard/ |
| H A D | iptc.c | 186 unsigned char *spoolbuf = NULL, *poi = NULL; local 206 poi = spoolbuf = safe_emalloc(1, iptcdata_len + sizeof(psheader) + sb.st_size + 1024, 1); 207 memset(poi, 0, iptcdata_len + sizeof(psheader) + sb.st_size + 1024 + 1); 210 if (php_iptc_get1(fp, spool, poi?&poi:0 TSRMLS_CC) != 0xFF) { 218 if (php_iptc_get1(fp, spool, poi?&poi:0 TSRMLS_CC) != 0xD8) { 227 marker = php_iptc_next_marker(fp, spool, poi?&poi:0 TSRMLS_CC); 232 php_iptc_put1(fp, spool, (unsigned char)marker, poi [all...] |
Completed in 2 milliseconds