Lines Matching refs:JSON_OBJECT
86 #define JSON_OBJECT 7 macro
456 case JSON_OBJECT: { in jsonRenderNode()
679 case JSON_OBJECT: { in jsonReturn()
775 iThis = jsonParseAddNode(pParse, JSON_OBJECT, 0, 0); in jsonParseValue()
970 case JSON_OBJECT: { in jsonParseFillInParentage()
1110 if( pRoot->eType!=JSON_OBJECT ) return 0; in jsonLookupStep()
1150 iStart = jsonParseAddNode(pParse, JSON_OBJECT, 2, 0); in jsonLookupStep()
1262 jsonParseAddNode(pParse, JSON_OBJECT, 0, 0); in jsonLookupAppend()
1342 assert( pNode->eType==JSON_OBJECT ); in jsonRemoveAllNulls()
1349 case JSON_OBJECT: in jsonRemoveAllNulls()
1626 if( pPatch->eType!=JSON_OBJECT ){ in jsonMergePatch()
1632 if( pTarget->eType!=JSON_OBJECT ){ in jsonMergePatch()
1674 iStart = jsonParseAddNode(pParse, JSON_OBJECT, 2, 0); in jsonMergePatch()
2264 case JSON_OBJECT: { in jsonEachNext()
2327 assert( pUp->eType==JSON_OBJECT ); in jsonEachComputePath()
2344 if( p->eType==JSON_OBJECT ){ in jsonEachColumn()
2399 }else if( p->eType==JSON_OBJECT ){ in jsonEachColumn()