Home
last modified time | relevance | path

Searched refs:httpd_write_fully (Results 1 – 2 of 2) sorted by relevance

/dports/www/thttpd/thttpd-2.29/
H A Dlibhttpd.h289 int httpd_write_fully( int fd, const char* buf, size_t nbytes );
H A Dlibhttpd.c572 (void) httpd_write_fully( hc->conn_fd, hc->response, hc->responselen ); in httpd_write_response()
3224 if ( httpd_write_fully( wfd, &(hc->read_buf[hc->checked_idx]), c ) != c ) in cgi_interpose_input()
3237 if ( httpd_write_fully( wfd, buf, r ) != r ) in cgi_interpose_input()
3366 (void) httpd_write_fully( hc->conn_fd, buf, strlen( buf ) ); in cgi_interpose_output()
3369 (void) httpd_write_fully( hc->conn_fd, headers, headers_len ); in cgi_interpose_output()
3382 if ( httpd_write_fully( hc->conn_fd, buf, r ) != r ) in cgi_interpose_output()
4262 httpd_write_fully( int fd, const char* buf, size_t nbytes ) in httpd_write_fully() function