Home
last modified time | relevance | path

Searched refs:jbl_patch_from_json (Results 1 – 3 of 3) sorted by relevance

/third_party/ejdb/src/jbl/
Djbl.h884 IW_EXPORT iwrc jbl_patch_from_json(JBL jbl, const char *patchjson);
Djbl.c2692 iwrc jbl_patch_from_json(JBL jbl, const char *patchjson) { in jbl_patch_from_json() function
/third_party/ejdb/src/jbl/tests/
Djbl_test1.c335 rc = jbl_patch_from_json(jbl, patch2); in apply_patch()