Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Djson.c84 #define JSON_STRING 5 macro
423 case JSON_STRING: { in jsonRenderNode()
591 case JSON_STRING: { in jsonReturn()
788 if( pNode->eType!=JSON_STRING ) return -1; in jsonParseValue()
853 jsonParseAddNode(pParse, JSON_STRING, j+1-i, &z[i]); in jsonParseValue()
1151 iLabel = jsonParseAddNode(pParse, JSON_STRING, nKey, zKey); in jsonLookupStep()
1383 assert( x.aNode[i].eType==JSON_STRING ); in jsonParseFunc()
1640 assert( pPatch[i].eType==JSON_STRING ); in jsonMergePatch()
1647 assert( pTarget[j].eType==JSON_STRING ); in jsonMergePatch()
1675 jsonParseAddNode(pParse, JSON_STRING, nKey, zKey); in jsonMergePatch()
[all …]