Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Djson.c83 #define JSON_REAL 4 macro
431 case JSON_REAL: in jsonRenderNode()
577 case JSON_REAL: { in jsonReturn()
905 jsonParseAddNode(pParse, seenDP ? JSON_REAL : JSON_INT, in jsonParseValue()