Lines Matching refs:JSON_ARRAY
85 #define JSON_ARRAY 6 macro
365 return pNode->eType>=JSON_ARRAY ? pNode->n+1 : 1; in jsonNodeSize()
437 case JSON_ARRAY: { in jsonRenderNode()
678 case JSON_ARRAY: in jsonReturn()
808 iThis = jsonParseAddNode(pParse, JSON_ARRAY, 0, 0); in jsonParseValue()
964 case JSON_ARRAY: { in jsonParseFillInParentage()
1176 if( pRoot->eType!=JSON_ARRAY ) return 0; in jsonLookupStep()
1208 if( pRoot->eType!=JSON_ARRAY ) return 0; in jsonLookupStep()
1228 iStart = jsonParseAddNode(pParse, JSON_ARRAY, 1, 0); in jsonLookupStep()
1264 jsonParseAddNode(pParse, JSON_ARRAY, 0, 0); in jsonLookupAppend()
1497 if( pNode->eType==JSON_ARRAY ){ in jsonArrayLengthFunc()
2246 if( pUp->eType==JSON_ARRAY ){ in jsonEachNext()
2259 case JSON_ARRAY: { in jsonEachNext()
2322 if( pUp->eType==JSON_ARRAY ){ in jsonEachComputePath()
2346 }else if( p->eType==JSON_ARRAY ){ in jsonEachColumn()
2371 if( pThis->eType>=JSON_ARRAY ) break; in jsonEachColumn()
2397 if( p->eType==JSON_ARRAY ){ in jsonEachColumn()
2564 if( p->eType>=JSON_ARRAY ){ in jsonEachFilter()