Home
last modified time | relevance | path

Searched refs:ejdb_put_new (Results 1 – 13 of 13) sorted by relevance

/third_party/ejdb/src/examples/
Dexample1.c37 rc = ejdb_put_new(db, "parrots", jbl, &id); in main()
44 rc = ejdb_put_new(db, "parrots", jbl, &id); in main()
/third_party/ejdb/src/tests/
Dejdb_test.h49 rc = ejdb_put_new(db, coll, jbl, &llv); in put_json()
69 rc = ejdb_put_new(db, coll, jbl, id); in put_json2()
Dejdb_test1.c73 rc = ejdb_put_new(db, "foocoll", jbl, &llv); in ejdb_test1_2()
97 rc = ejdb_put_new(db, "foocoll", jbl, &llv); in ejdb_test1_2()
/third_party/ejdb/
DCAPI.md47 rc = ejdb_put_new(db, "parrots", jbl, &id);
54 rc = ejdb_put_new(db, "parrots", jbl, &id);
Dlibejdb.map8 "ejdb_put_new";
DREADME.md888 So if you use auto generated keys (`ejdb_put_new`) you may be sure what documents fetched as result…
1274 rc = ejdb_put_new(db, "parrots", jbl, &id);
1281 rc = ejdb_put_new(db, "parrots", jbl, &id);
/third_party/ejdb/src/
Dejdb2.h495 IW_EXPORT WUR iwrc ejdb_put_new(EJDB db, const char *coll, JBL jbl, int64_t *oid);
Dejdb2.c1384 iwrc ejdb_put_new(EJDB db, const char *coll, JBL jbl, int64_t *id) { in ejdb_put_new() function
1406 rc = ejdb_put_new(db, coll, jbl, id); in ejdb_put_new_jbn()
/third_party/ejdb/src/jbr/
Djbr.c158 RCC(rc, finish, ejdb_put_new(ctx->jbr->db, ctx->cname, jbl, &id)); in _on_post()
668 RCC(rc, finish, ejdb_put_new(ctx->jbr->db, mctx->cname, jbl, &id)); in _ws_document_add()
/third_party/ejdb/src/bindings/ejdb2_jni/src/
Dejdb2jni.c335 rc = ejdb_put_new(db, coll, jbl, &ret); in Java_com_softmotions_ejdb2_EJDB2__1put()
/third_party/ejdb/src/jql/
DREADME.md711 So if you use auto generated keys (`ejdb_put_new`) you may be sure what documents fetched as result…
/third_party/ejdb/src/bindings/ejdb2_dart/lib/
Dejdb2_dart.c1132 rc = ejdb_put_new(db, coll, jbl, &id); in ejd_put_wrapped()
/third_party/ejdb/src/bindings/ejdb2_node/
Dejdb2_node.c739 work->rc = ejdb_put_new(jbn->db, wdata->coll, jbl, &wdata->id); in jn_put_execute()