Home
last modified time | relevance | path

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

/third_party/ejdb/src/jbi/
Djbi_consumer.c88 rc = jb_del(ctx->jbc, &jbl, id); in jbi_consumer()
109 rc = jb_del(ctx->jbc, &jbl, id); in jbi_consumer()
Djbi_sorter_consumer.c64 rc = jb_del(ctx->jbc, jbl, doc->id); in _jbi_scan_sorter_apply()
126 RCC(rc, finish, jb_del(ctx->jbc, &jbl, id)); in _jbi_scan_sorter_do()
/third_party/ejdb/src/
Dejdb2_internal.h220 iwrc jb_del(JBCOLL jbc, JBL jbl, int64_t id);
Dejdb2.c1476 iwrc jb_del(JBCOLL jbc, JBL jbl, int64_t id) { in jb_del() function