Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Djson.c1101 int *pApnd, /* Append nodes to complete path if not NULL */ in jsonLookupStep() argument
1147 if( pApnd ){ in jsonLookupStep()
1153 pNode = jsonLookupAppend(pParse, zPath, pApnd, pzErr); in jsonLookupStep()
1223 return jsonLookupStep(pParse, iRoot+j, zPath, pApnd, pzErr); in jsonLookupStep()
1225 if( i==0 && pApnd ){ in jsonLookupStep()
1229 pNode = jsonLookupAppend(pParse, zPath, pApnd, pzErr); in jsonLookupStep()
1253 int *pApnd, /* Set this flag to 1 */ in jsonLookupAppend() argument
1256 *pApnd = 1; in jsonLookupAppend()
1269 return jsonLookupStep(pParse, pParse->nNode-1, zPath, pApnd, pzErr); in jsonLookupAppend()
1293 int *pApnd, /* Append nodes to complete path if not NULL */ in jsonLookup() argument
[all …]