Home
last modified time | relevance | path

Searched refs:evbuffer_remove (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/lib/libevent/
H A Devent_tagging.c396 evbuffer_remove(_buf, *pstring, EVBUFFER_LENGTH(_buf)); in evtag_unmarshal_string()
H A Devent.h1020 int evbuffer_remove(struct evbuffer *, void *, size_t);
H A Dbuffer.c168 evbuffer_remove(struct evbuffer *buf, void *data, size_t datlen) in evbuffer_remove() function
/openbsd-src/usr.sbin/tftp-proxy/
H A Dtftp-proxy.c433 evbuffer_remove(p->buf, &req, sizeof(req)); in privproc_pop()