Searched refs:spool (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/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) argument 80 if (spool > 0) 91 static int php_iptc_get1(FILE *fp, int spool, unsigned char **spoolbuf TSRMLS_DC) argument 100 if (spool > 0) { 113 static int php_iptc_read_remaining(FILE *fp, int spool, unsigned char **spoolbuf TSRMLS_DC) argument 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) argument 128 if ((c1 = php_iptc_get1(fp, spool, spoolbuf TSRMLS_CC)) == EOF) return M_EOI; 130 if ((c2 = php_iptc_get1(fp, spool, spoolbuf TSRMLS_CC)) == EOF) return M_EOI; 137 if (php_iptc_get1(fp, spool, spoolbu 145 php_iptc_next_marker(FILE *fp, int spool, unsigned char **spoolbuf TSRMLS_DC) argument 182 long spool = 0; local [all...] |
| H A D | basic_functions.c | 1575 ZEND_ARG_INFO(0, spool)
|
Completed in 9 milliseconds