OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:evtag_unmarshal_fixed
(Results
1 - 3
of
3
) sorted by null
/external/chromium/third_party/libevent/test/
regress.gen.c
809
if (
evtag_unmarshal_fixed
(evbuf, RUN_SOME_BYTES, tmp->some_bytes_data, tmp->some_bytes_length) == -1) {
820
if (
evtag_unmarshal_fixed
(evbuf, RUN_FIXED_BYTES, tmp->fixed_bytes_data, sizeof(tmp->fixed_bytes_data)) == -1) {
/external/chromium/third_party/libevent/
event.h
[
all
...]
event_tagging.c
386
evtag_unmarshal_fixed
(struct evbuffer *src, ev_uint32_t need_tag, void *data,
function
Completed in 19 milliseconds