Home
last modified time | relevance | path

Searched refs:SLLIST_ITEM (Results 1 – 10 of 10) sorted by relevance

/dports/databases/libcouchbase/libcouchbase-2.10.7/tests/basic/
H A Dt_slist.cc40 ASSERT_EQ(&elem1, SLLIST_ITEM(tmpnode, struct my_elem, slnode));
78 my_elem *elem = SLLIST_ITEM(cur, struct my_elem, slnode);
115 my_elem *elem = SLLIST_ITEM(iter.cur, struct my_elem, slnode);
127 my_elem *elem = SLLIST_ITEM(iter.cur, struct my_elem, slnode);
147 my_elem *elem = SLLIST_ITEM(iter.cur, struct my_elem, slnode);
160 my_elem *elem = SLLIST_ITEM(iter.cur, struct my_elem, slnode);
170 my_elem *elem = SLLIST_ITEM(iter.cur, struct my_elem, slnode);
183 NumberedItem *na = SLLIST_ITEM(a, NumberedItem, slnode);
184 NumberedItem *nb = SLLIST_ITEM(b, NumberedItem, slnode);
200 NumberedItem *ni = SLLIST_ITEM(cur, NumberedItem, slnode);
[all …]
/dports/databases/libcouchbase/libcouchbase-2.10.7/src/netbuf/
H A Dnetbuf.c45 (SLLIST_ITEM(SLLIST_FIRST(&(pool)->active), nb_MBLOCK, slnode))
48 (SLLIST_ITEM((mgr)->active_blocks.last, nb_BLOCKHDR, slnode))
51 (SLLIST_ITEM((block)->slnode.next, nb_BLOCKHDR, slnode))
133 nb_MBLOCK *cur = SLLIST_ITEM(iter.cur, nb_MBLOCK, slnode); in find_free_block()
393 block = SLLIST_ITEM(ll, nb_MBLOCK, slnode); in mblock_release_ptr()
559 win = SLLIST_ITEM(q->pending.last, nb_SNDQELEM, slnode); in netbuf_enqueue()
608 win = SLLIST_ITEM(ll, nb_SNDQELEM, slnode); in netbuf_start_flush()
828 nb_SNDQELEM *e = SLLIST_ITEM(ll, nb_SNDQELEM, slnode); in dump_sendq()
844 nb_MBLOCK *block = SLLIST_ITEM(ll, nb_MBLOCK, slnode); in netbuf_dump_status()
849 nb_MBLOCK *block = SLLIST_ITEM(ll, nb_MBLOCK, slnode); in netbuf_dump_status()
[all …]
/dports/databases/libcouchbase/libcouchbase-2.10.7/src/tracing/
H A Dspan.cc229 tag_value *val = SLLIST_ITEM(iter.cur, tag_value, slnode); in lcbtrace_span_get_tag_str()
252 tag_value *val = SLLIST_ITEM(iter.cur, tag_value, slnode); in lcbtrace_span_get_tag_uint64()
274 tag_value *val = SLLIST_ITEM(iter.cur, tag_value, slnode); in lcbtrace_span_get_tag_double()
296 tag_value *val = SLLIST_ITEM(iter.cur, tag_value, slnode); in lcbtrace_span_get_tag_bool()
318 tag_value *val = SLLIST_ITEM(iter.cur, tag_value, slnode); in lcbtrace_span_has_tag()
350 tag_value *val = SLLIST_ITEM(iter.cur, tag_value, slnode); in ~Span()
/dports/databases/libcouchbase/libcouchbase-2.10.7/src/mc/
H A Dmcreq.c179 pa = SLLIST_ITEM(a, mc_PACKET, slnode); in pkt_tmo_compar()
180 pb = SLLIST_ITEM(b, mc_PACKET, slnode); in pkt_tmo_compar()
297 mc_EPKTDATUM *d = SLLIST_ITEM(iter.cur, mc_EPKTDATUM, slnode); in mcreq_release_packet()
423 mc_EPKTDATUM *d = SLLIST_ITEM(iter.cur, mc_EPKTDATUM, slnode); in mcreq_epkt_find()
677 mc_PACKET *pkt = SLLIST_ITEM(ll, mc_PACKET, slnode); in queuectx_leave()
730 mc_PACKET *pkt = SLLIST_ITEM(iter.cur, mc_PACKET, slnode); in pipeline_find()
789 mc_PACKET *pkt = SLLIST_ITEM(nn, mc_PACKET, slnode); in mcreq_reset_timeouts()
803 mc_PACKET *pkt = SLLIST_ITEM(iter.cur, mc_PACKET, slnode); in mcreq_pipeline_timeout()
841 mc_PACKET *orig = SLLIST_ITEM(iter.cur, mc_PACKET, slnode); in mcreq_iterwipe()
869 mc_PACKET *pkt = SLLIST_ITEM(iter.cur, mc_PACKET, slnode); in do_fallback_flush()
[all …]
H A Dmcreq.h1001 SLLIST_ITEM(SLLIST_FIRST(&(pipeline)->requests), mc_PACKET, slnode)
/dports/databases/libcouchbase/libcouchbase-2.10.7/src/docreq/
H A Ddocreq.cc100 DocRequest *cont = SLLIST_ITEM(iter.cur, DocRequest, slnode); in docreq_handler()
150 DocRequest *dreq = SLLIST_ITEM(iter.cur, DocRequest, slnode); in invoke_pending()
/dports/databases/libcouchbase/libcouchbase-2.10.7/src/
H A Dsllist.h65 #define SLLIST_ITEM(ptr, type, member) \ macro
H A Dretryq.cc349 nb_SNDQELEM *el = SLLIST_ITEM(iter.cur, nb_SNDQELEM, slnode); in add()
356 mc_PACKET *el = SLLIST_ITEM(iter.cur, mc_PACKET, sl_flushq); in add()
/dports/databases/libcouchbase/libcouchbase-2.10.7/src/ssl/
H A Dssl_c.c82 my_WCTX *cur = SLLIST_ITEM(iter.cur, my_WCTX, slnode); in appdata_free_flushed()
107 my_WCTX *ctx = SLLIST_ITEM(cur, my_WCTX, slnode); in appdata_encode()
/dports/databases/libcouchbase/libcouchbase-2.10.7/tests/mc/
H A Dmctest.h42 mc_PACKET *pkt = SLLIST_ITEM(iter.cur, mc_PACKET, slnode); in clearPipelines()