php_output_write   72 ext/standard/info.c 	written = php_output_write(new_str, new_len TSRMLS_CC);
php_output_write   89 ext/standard/info.c 	written = php_output_write(buf, len TSRMLS_CC);
php_output_write   98 ext/standard/info.c 	return php_output_write(str, strlen(str) TSRMLS_CC);
php_output_write 1962 main/main.c    	return php_output_write(str, str_length TSRMLS_CC);
php_output_write  288 main/output.c  			php_output_write(context.out.data, context.out.used TSRMLS_CC);
php_output_write 1257 main/output.c  			php_output_write(context.out.data, context.out.used TSRMLS_CC);
php_output_write  165 main/php_output.h #define PHPWRITE(str, str_len)		php_output_write((str), (str_len) TSRMLS_CC)
php_output_write  168 main/php_output.h #define PUTC(c)						(php_output_write(&(c), 1 TSRMLS_CC), (c))
php_output_write  173 main/php_output.h 	php_output_write(__str, strlen(__str) TSRMLS_CC);	\
php_output_write  213 main/php_output.h PHPAPI int php_output_write(const char *str, size_t len TSRMLS_DC);