Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Djson.c118 u32 iAppend; /* 2: More terms for ARRAY and OBJECT */ member
450 pNode = &pNode[pNode->u.iAppend]; in jsonRenderNode()
471 pNode = &pNode[pNode->u.iAppend]; in jsonRenderNode()
1143 iRoot += pRoot->u.iAppend; in jsonLookupStep()
1158 pRoot->u.iAppend = iStart - iRoot; in jsonLookupStep()
1184 iBase += pBase->u.iAppend; in jsonLookupStep()
1218 iRoot += pRoot->u.iAppend; in jsonLookupStep()
1234 pRoot->u.iAppend = iStart - iRoot; in jsonLookupStep()
1684 pParse->aNode[iRoot].u.iAppend = iStart - iRoot; in jsonMergePatch()