HomeSort by relevance Sort by last modified time
    Searched refs:first_header (Results 1 - 3 of 3) sorted by null

  /external/libmicrohttpd/src/microhttpd/
response.c 84 hdr->next = response->first_header;
85 response->first_header = hdr;
150 pos = response->first_header;
159 response->first_header = pos->next;
189 for (pos = response->first_header; NULL != pos; pos = pos->next)
217 for (pos = response->first_header; NULL != pos; pos = pos->next)
504 while (NULL != response->first_header)
506 pos = response->first_header;
507 response->first_header = pos->next;
internal.h 249 struct MHD_HTTP_Header *first_header; member in struct:MHD_Response
    [all...]
connection.c 838 for (pos = connection->response->first_header; NULL != pos; pos = pos->next)
891 for (pos = connection->response->first_header; NULL != pos; pos = pos->next)
    [all...]

Completed in 85 milliseconds