Lines Matching refs:JSON_ARRAY
184682 #define JSON_ARRAY 6
184961 return pNode->eType>=JSON_ARRAY ? pNode->n+1 : 1;
185028 case JSON_ARRAY: {
185258 case JSON_ARRAY:
185387 iThis = jsonParseAddNode(pParse, JSON_ARRAY, 0, 0);
185542 case JSON_ARRAY: {
185749 if( pRoot->eType!=JSON_ARRAY ) return 0;
185780 if( pRoot->eType!=JSON_ARRAY ) return 0;
185799 iStart = jsonParseAddNode(pParse, JSON_ARRAY, 1, 0);
185833 jsonParseAddNode(pParse, JSON_ARRAY, 0, 0);
186062 if( pNode->eType==JSON_ARRAY ){
186726 if( pUp->eType==JSON_ARRAY ){
186736 case JSON_ARRAY: {
186772 if( pUp->eType==JSON_ARRAY ){
186796 }else if( p->eType==JSON_ARRAY ){
186820 if( pThis->eType>=JSON_ARRAY ) break;
186846 if( p->eType==JSON_ARRAY ){
187011 if( p->eType>=JSON_ARRAY ){