Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Djson.c1074 static int jsonLabelCompare(JsonNode *pNode, const char *zKey, u32 nKey){ in jsonLabelCompare() function
1135 if( jsonLabelCompare(pRoot+j, zKey, nKey) ){ in jsonLookupStep()