Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Djson.c80 #define JSON_TRUE 1 macro
415 case JSON_TRUE: { in jsonRenderNode()
540 case JSON_TRUE: { in jsonReturn()
864 jsonParseAddNode(pParse, JSON_TRUE, 0, 0); in jsonParseValue()
1676 iPatch = jsonParseAddNode(pParse, JSON_TRUE, 0, 0); in jsonMergePatch()