Lines Matching defs:iPatch
199917 int iStart, iPatch;199920 iPatch = jsonParseAddNode(pParse, JSON_TRUE, 0, 0);199930 assert( pParse->aNode[iPatch].eU==0 );199931 VVA( pParse->aNode[iPatch].eU = 5 );199932 pParse->aNode[iPatch].jnFlags |= JNODE_PATCH;199933 pParse->aNode[iPatch].u.pPatch = &pPatch[i+1];