Home
last modified time | relevance | path

Searched refs:nb_SNDQELEM (Results 1 – 3 of 3) sorted by relevance

/dports/databases/libcouchbase/libcouchbase-2.10.7/src/netbuf/
H A Dnetbuf.c534 static nb_SNDQELEM *
537 nb_SNDQELEM *sndqe; in get_sendqe()
541 sndqe = (nb_SNDQELEM *)(void *)SPAN_MBUFFER_NC(&span); in get_sendqe()
552 nb_SNDQELEM *win; in netbuf_enqueue()
559 win = SLLIST_ITEM(q->pending.last, nb_SNDQELEM, slnode); in netbuf_enqueue()
588 nb_SNDQELEM *win = NULL; in netbuf_start_flush()
608 win = SLLIST_ITEM(ll, nb_SNDQELEM, slnode); in netbuf_start_flush()
634 nb_SNDQELEM *win = SLLIST_ITEM(iter.cur, nb_SNDQELEM, slnode); in netbuf_end_flush()
748 sqpool->basealloc = sizeof(nb_SNDQELEM) * mgr->settings.sndq_basealloc; in netbuf_init()
766 nb_SNDQELEM *e = SLLIST_ITEM(iter.cur, nb_SNDQELEM, slnode); in netbuf_cleanup()
[all …]
H A Dnetbuf.h98 } nb_SNDQELEM; typedef
112 nb_SNDQELEM *last_requested;
/dports/databases/libcouchbase/libcouchbase-2.10.7/src/
H A Dretryq.cc349 nb_SNDQELEM *el = SLLIST_ITEM(iter.cur, nb_SNDQELEM, slnode); in add()