Lines Matching defs:iAppend
198349 #define JNODE_APPEND 0x20 /* More ARRAY/OBJECT entries at u.iAppend */
198362 u32 iAppend; /* 2: More terms for ARRAY and OBJECT */
198694 pNode = &pNode[pNode->u.iAppend];
198715 pNode = &pNode[pNode->u.iAppend];
199387 iRoot += pRoot->u.iAppend;
199402 pRoot->u.iAppend = iStart - iRoot;
199428 iBase += pBase->u.iAppend;
199462 iRoot += pRoot->u.iAppend;
199478 pRoot->u.iAppend = iStart - iRoot;
199928 pParse->aNode[iRoot].u.iAppend = iStart - iRoot;