Searched refs:php_write (Results 1 - 6 of 6) sorted by relevance
| /PHP_5_3/ext/gd/ |
| H A D | gd_ctx.c | 33 php_write(&ch, 1 TSRMLS_CC); 39 return php_write((void *)buf, l TSRMLS_CC);
|
| H A D | gd.c | 2772 php_write(buf, b TSRMLS_CC);
|
| /PHP_5_3/ext/zlib/ |
| H A D | zlib.c | 73 # define PHPWRITE(a,n) php_write((a),(n) TSRMLS_CC)
|
| /PHP_5_3/main/ |
| H A D | php.h | 274 PHPAPI int php_write(void *buf, uint size TSRMLS_DC);
|
| H A D | main.c | 634 /* {{{ php_write 636 PHPAPI int php_write(void *buf, uint size TSRMLS_DC) function
|
| /PHP_5_3/ext/soap/ |
| H A D | soap.c | 2099 php_write(Z_STRVAL(result), Z_STRLEN(result) TSRMLS_CC); 2106 php_write(buf, size TSRMLS_CC); 2276 php_write(Z_STRVAL(result), Z_STRLEN(result) TSRMLS_CC); 2283 php_write(buf, size TSRMLS_CC);
|
Completed in 25 milliseconds