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.md881 So if you use auto generated keys (`ejdb_put_new`) you may be sure what documents fetched as result…
1267 rc = ejdb_put_new(db, "parrots", jbl, &id);
1274 rc = ejdb_put_new(db, "parrots", jbl, &id);
/third_party/ejdb/src/
Dejdb2.h481 IW_EXPORT WUR iwrc ejdb_put_new(EJDB db, const char *coll, JBL jbl, int64_t *oid);
Dejdb2.c1436 iwrc ejdb_put_new(EJDB db, const char *coll, JBL jbl, int64_t *id) { in ejdb_put_new() function
1458 rc = ejdb_put_new(db, coll, jbl, id); in ejdb_put_new_jbn()
/third_party/ejdb/src/jbr/
Djbr.c393 rc = ejdb_put_new(db, rctx->collection, jbl, &id); in _jbr_on_post()
764 rc = ejdb_put_new(wctx->db, coll, jbl, &id); in _jbr_ws_add_document()
/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.md709 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()