Searched defs:evbuf (Results  1 – 6 of 6) sorted by relevance
| /openbsd-src/lib/libevent/ | 
| H A D | event_tagging.c | 68 encode_int(struct evbuffer *evbuf, ev_uint32_t number)  in encode_int()99 evtag_encode_tag(struct evbuffer *evbuf, ev_uint32_t tag)  in evtag_encode_tag()
 122 decode_tag_internal(ev_uint32_t *ptag, struct evbuffer *evbuf, int dodrain)  in decode_tag_internal()
 153 evtag_decode_tag(ev_uint32_t *ptag, struct evbuffer *evbuf)  in evtag_decode_tag()
 165 evtag_marshal(struct evbuffer *evbuf, ev_uint32_t tag,  in evtag_marshal()
 175 evtag_marshal_int(struct evbuffer *evbuf, ev_uint32_t tag, ev_uint32_t integer)  in evtag_marshal_int()
 192 evtag_marshal_timeval(struct evbuffer *evbuf, ev_uint32_t tag, struct timeval *tv)  in evtag_marshal_timeval()
 204 decode_int_internal(ev_uint32_t *pnumber, struct evbuffer *evbuf, int dodrain)  in decode_int_internal()
 237 evtag_decode_int(ev_uint32_t *pnumber, struct evbuffer *evbuf)  in evtag_decode_int()
 243 evtag_peek(struct evbuffer *evbuf, ev_uint32_t *ptag)  in evtag_peek()
 [all …]
 
 | 
| /openbsd-src/usr.sbin/httpd/ | 
| H A D | server_fcgi.c | 415 fcgi_add_stdin(struct client *clt, struct evbuffer *evbuf)  in fcgi_add_stdin()
 | 
| /openbsd-src/usr.sbin/ldpd/ | 
| H A D | ldpd.h | 62 struct evbuf {  struct 63 wbufevbuf global()  argument
 64 evevbuf global()  argument
 
 | 
| /openbsd-src/usr.bin/compress/ | 
| H A D | main.c | 220 		char *evbuf, *last, **nargv = NULL;  in main()  local
 | 
| /openbsd-src/usr.sbin/pstat/ | 
| H A D | pstat.c | 859 	char *vbuf, *evbuf, *bp;  in kinfo_vnodes()  local
 | 
| /openbsd-src/usr.sbin/syslogd/ | 
| H A D | syslogd.c | 1229 octet_counting(struct evbuffer * evbuf,char ** msg,int drain) octet_counting()  argument 1271 non_transparent_framing(struct evbuffer * evbuf,char ** msg) non_transparent_framing()  argument
 
 |