Searched defs:patchjson (Results 1 – 3 of 3) sorted by relevance
/third_party/ejdb/src/tests/ |
D | ejdb_test.h | 77 static iwrc patch_json(EJDB db, const char *coll, const char *patchjson, int64_t id) { in patch_json()
|
/third_party/ejdb/src/ |
D | ejdb2.c | 1263 const char *patchjson, JBL_NODE patchjbn, JBL patchjbl) { in _jb_patch() 1371 iwrc ejdb_patch(EJDB db, const char *coll, const char *patchjson, int64_t id) { in ejdb_patch() 1383 iwrc ejdb_merge_or_put(EJDB db, const char *coll, const char *patchjson, int64_t id) { in ejdb_merge_or_put()
|
/third_party/ejdb/src/jbl/ |
D | jbl.c | 2692 iwrc jbl_patch_from_json(JBL jbl, const char *patchjson) { in jbl_patch_from_json() 2808 iwrc jbn_merge_patch_from_json(JBL_NODE root, const char *patchjson, IWPOOL *pool) { in jbn_merge_patch_from_json() 2825 iwrc jbl_merge_patch(JBL jbl, const char *patchjson) { in jbl_merge_patch()
|