Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Djson.c1618 static JsonNode *jsonMergePatch( in jsonMergePatch() function
1655 JsonNode *pNew = jsonMergePatch(pParse, iTarget+j+1, &pPatch[i+1]); in jsonMergePatch()
1715 pResult = jsonMergePatch(&x, 0, y.aNode); in jsonPatchFunc()