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

  /external/libevent/
event_tagging.c 429 evtag_unmarshal_header(struct evbuffer *evbuf, ev_uint32_t *ptag) function
448 if ((len = evtag_unmarshal_header(evbuf, NULL)) == -1)
462 if ((len = evtag_unmarshal_header(src, ptag)) == -1)
537 if ((tag_len = evtag_unmarshal_header(src, &tag)) < 0 ||
555 if ((tag_len = evtag_unmarshal_header(evbuf, &tag)) == -1 ||
579 if ((len = evtag_unmarshal_header(evbuf, &tag)) == -1)
  /external/libevent/include/event2/
tag.h 68 int evtag_unmarshal_header(struct evbuffer *evbuf, ev_uint32_t *ptag);

Completed in 33 milliseconds