Lines Matching refs:JSON_ARRAY
191376 #define JSON_ARRAY 6
191656 return pNode->eType>=JSON_ARRAY ? pNode->n+1 : 1;
191728 case JSON_ARRAY: {
191969 case JSON_ARRAY:
192099 iThis = jsonParseAddNode(pParse, JSON_ARRAY, 0, 0);
192255 case JSON_ARRAY: {
192466 if( pRoot->eType!=JSON_ARRAY ) return 0;
192498 if( pRoot->eType!=JSON_ARRAY ) return 0;
192518 iStart = jsonParseAddNode(pParse, JSON_ARRAY, 1, 0);
192554 jsonParseAddNode(pParse, JSON_ARRAY, 0, 0);
192787 if( pNode->eType==JSON_ARRAY ){
193472 if( pUp->eType==JSON_ARRAY ){
193485 case JSON_ARRAY: {
193521 if( pUp->eType==JSON_ARRAY ){
193548 }else if( p->eType==JSON_ARRAY ){
193573 if( pThis->eType>=JSON_ARRAY ) break;
193599 if( p->eType==JSON_ARRAY ){
193767 if( p->eType>=JSON_ARRAY ){