Searched refs:read_buf (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.h103 char* read_buf; member in struct:__anon19
224 /* Checks whether the data in hc->read_buf constitutes a complete request
225 ** yet. The caller reads data into hc->read_buf[hc->read_idx] and advances
236 /* Parses the request in hc->read_buf. Fills in lots of fields in hc,
H A Dlibhttpd.c1697 httpd_realloc_str( &hc->read_buf, &hc->read_size, 500 );
1800 /* Checks hc->read_buf to see whether a complete request has been read so far;
1815 c = hc->read_buf[hc->checked_idx];
2419 c = hc->read_buf[hc->checked_idx];
2422 hc->read_buf[hc->checked_idx] = '\0';
2425 hc->read_buf[hc->checked_idx] == '\012' )
2427 hc->read_buf[hc->checked_idx] = '\0';
2430 return &(hc->read_buf[i]);
2506 free( (void*) hc->read_buf );
3233 if ( httpd_write_fully( wfd, &(hc->read_buf[h
[all...]
/haiku/src/apps/poorman/
H A DPoorManServer.cpp321 &(hc->read_buf[hc->read_idx]),
/haiku/headers/private/userlandfs/fuse/
H A Dfuse.h559 int (*read_buf) (const char *, struct fuse_bufvec **bufp, member in struct:fuse_operations

Completed in 54 milliseconds