OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:write_buffer_send_offset
(Results
1 - 3
of
3
) sorted by null
/external/libmicrohttpd/src/microhttpd/
connection.c
468
connection->
write_buffer_send_offset
= 0;
487
connection->
write_buffer_send_offset
= sizeof (cbuf) - cblen;
669
connection->
write_buffer_send_offset
= 0;
913
connection->
write_buffer_send_offset
= 0;
[
all
...]
internal.h
681
size_t
write_buffer_send_offset
;
member in struct:MHD_Connection
[
all
...]
daemon.c
1196
connection->
write_buffer_send_offset
) &&
[
all
...]
Completed in 295 milliseconds