Home
last modified time | relevance | path

Searched refs:JSON_OBJECT (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Djson.c86 #define JSON_OBJECT 7 macro
456 case JSON_OBJECT: { in jsonRenderNode()
679 case JSON_OBJECT: { in jsonReturn()
970 case JSON_OBJECT: { in jsonParseFillInParentage()
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()
2264 case JSON_OBJECT: { in jsonEachNext()
2327 assert( pUp->eType==JSON_OBJECT ); in jsonEachComputePath()
[all …]