Searched refs:spoolbuf (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_5/ext/standard/ |
| H A D | iptc.c | 78 static int php_iptc_put1(FILE *fp, int spool, unsigned char c, unsigned char **spoolbuf TSRMLS_DC) 83 if (spoolbuf) *(*spoolbuf)++ = c; 91 static int php_iptc_get1(FILE *fp, int spool, unsigned char **spoolbuf TSRMLS_DC) 105 if (spoolbuf) *(*spoolbuf)++ = c; 113 static int php_iptc_read_remaining(FILE *fp, int spool, unsigned char **spoolbuf TSRMLS_DC) 115 while (php_iptc_get1(fp, spool, spoolbuf TSRMLS_CC) != EOF) continue; 123 static int php_iptc_skip_variable(FILE *fp, int spool, unsigned char **spoolbuf TSRMLS_DC) 128 if ((c1 = php_iptc_get1(fp, spool, spoolbuf TSRMLS_C 186 unsigned char *spoolbuf = NULL, *poi = NULL; local [all...] |
Completed in 2 milliseconds