Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Djson.c79 #define JSON_NULL 0 macro
411 assert( pNode->eType==JSON_NULL ); in jsonRenderNode()
536 assert( pNode->eType==JSON_NULL ); in jsonReturn()
859 jsonParseAddNode(pParse, JSON_NULL, 0, 0); in jsonParseValue()
1258 jsonParseAddNode(pParse, JSON_NULL, 0, 0); in jsonLookupAppend()
1346 case JSON_NULL: in jsonRemoveAllNulls()
1652 if( pPatch[i+1].eType==JSON_NULL ){ in jsonMergePatch()
1672 if( j>=pTarget->n && pPatch[i+1].eType!=JSON_NULL ){ in jsonMergePatch()
/sqlite-3.40.0/ext/rtree/
H A Dgeopoly.c44 #ifndef JSON_NULL /* The following stuff repeats things found in json1 */