Searched refs:jsonParseAddNode (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | json.c | 721 return jsonParseAddNode(pParse, eType, n, zContent); in jsonParseAddNodeExpand() 729 static int jsonParseAddNode( in jsonParseAddNode() function 775 iThis = jsonParseAddNode(pParse, JSON_OBJECT, 0, 0); in jsonParseValue() 808 iThis = jsonParseAddNode(pParse, JSON_ARRAY, 0, 0); in jsonParseValue() 853 jsonParseAddNode(pParse, JSON_STRING, j+1-i, &z[i]); in jsonParseValue() 859 jsonParseAddNode(pParse, JSON_NULL, 0, 0); in jsonParseValue() 864 jsonParseAddNode(pParse, JSON_TRUE, 0, 0); in jsonParseValue() 869 jsonParseAddNode(pParse, JSON_FALSE, 0, 0); in jsonParseValue() 1258 jsonParseAddNode(pParse, JSON_NULL, 0, 0); in jsonLookupAppend() 1262 jsonParseAddNode(pParse, JSON_OBJECT, 0, 0); in jsonLookupAppend() [all …]
|