Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Djson.c1290 static JsonNode *jsonLookup( in jsonLookup() function
1490 pNode = jsonLookup(p, zPath, 0, ctx); in jsonArrayLengthFunc()
1573 pNode = jx.bErr ? 0 : jsonLookup(p, jx.zBuf, 0, ctx); in jsonExtractFunc()
1576 pNode = jsonLookup(p, zPath, 0, ctx); in jsonExtractFunc()
1587 pNode = jsonLookup(p, zPath, 0, ctx); in jsonExtractFunc()
1598 pNode = jsonLookup(p, zPath, 0, ctx); in jsonExtractFunc()
1790 pNode = jsonLookup(&x, zPath, 0, ctx); in jsonRemoveFunc()
1826 pNode = jsonLookup(&x, zPath, 0, ctx); in jsonReplaceFunc()
1881 pNode = jsonLookup(&x, zPath, &bApnd, ctx); in jsonSetFunc()
1925 pNode = jsonLookup(p, zPath, 0, ctx); in jsonTypeFunc()