OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:evhttp_parse_firstline
(Results
1 - 3
of
3
) sorted by null
/external/chromium/third_party/libevent/
http-internal.h
141
int
evhttp_parse_firstline
(struct evhttp_request *, struct evbuffer*);
http.c
1435
evhttp_parse_firstline
(struct evhttp_request *req, struct evbuffer *buffer)
function
[
all
...]
/external/chromium/third_party/libevent/test/
regress_http.c
173
done =
evhttp_parse_firstline
(req, bev->input);
1153
done =
evhttp_parse_firstline
(req, EVBUFFER_INPUT(bev));
Completed in 27 milliseconds