OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:headers_received_tail
(Results
1 - 2
of
2
) sorted by null
/external/libmicrohttpd/src/microhttpd/
internal.h
562
struct MHD_HTTP_Header *
headers_received_tail
;
member in struct:MHD_Connection
[
all
...]
connection.c
192
if (NULL == connection->
headers_received_tail
)
195
connection->
headers_received_tail
= pos;
199
connection->
headers_received_tail
->next = pos;
200
connection->
headers_received_tail
= pos;
[
all
...]
Completed in 46 milliseconds