Searched refs:php_write (Results 1 - 5 of 5) sorted by relevance

/PHP_TRUNK/main/
H A Dphp.h280 PHPAPI int php_write(void *buf, uint size TSRMLS_DC);
H A Dmain.c662 /* {{{ php_write
664 PHPAPI int php_write(void *buf, uint size TSRMLS_DC) function
/PHP_TRUNK/ext/gd/
H A Dgd_ctx.c33 php_write(&ch, 1 TSRMLS_CC);
39 return php_write((void *)buf, l TSRMLS_CC);
H A Dgd.c2707 php_write(buf, b TSRMLS_CC);
/PHP_TRUNK/ext/soap/
H A Dsoap.c1944 php_write(buf, size TSRMLS_CC);
2096 php_write(buf, size TSRMLS_CC);

Completed in 22 milliseconds