Home
last modified time | relevance | path

Searched defs:rb (Results 1 – 7 of 7) sorted by relevance

/mOS-networking-stack/core/src/
H A Dtcp_rb.c29 loff2boff(tcprb_t *rb, loff_t loff) in loff2boff()
82 buf_first(tcprb_t *rb) in buf_first()
116 buf_getbuf(tcprb_t *rb, boff_t off) in buf_getbuf()
357 tcprb_t *rb; in tcprb_new() local
391 tcprb_del(tcprb_t *rb) in tcprb_del()
434 tcprb_cflen(tcprb_t *rb) in tcprb_cflen()
450 tcprb_ffhead(tcprb_t *rb, int len) in tcprb_ffhead()
513 tcprb_get_datalen(tcprb_t *rb) in tcprb_get_datalen()
563 tcprb_resize(tcprb_t *rb, int len) in tcprb_resize()
845 tcprb_printbufsegs(tcprb_t *rb) in tcprb_printbufsegs()
[all …]
H A Dapi.c265 tcprb_t *rb; in mtcp_setsockopt() local
1459 tcprb_t *rb = rcvvar->rcvbuf; in PeekForUser() local
1474 tcprb_t *rb = rcvvar->rcvbuf; in CopyToUser() local
H A Dtcp_in.c612 tcprb_t *rb = rcvvar->rcvbuf; in ProcessTCPPayload() local
H A Dtcp_out.c743 tcprb_t *rb; in WriteTCPACKList() local
/mOS-networking-stack/core/test/tcprb/
H A Dtest.c21 tcprb_t *rb = tcprb_new(10); in main() local
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_scgi.c309 read_buffer *rb; member
H A Dmod_fastcgi.c350 chunkqueue *rb; /* read queue */ member