Home
last modified time | relevance | path

Searched defs:nc (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dresolve.c1363 NameContext nc; /* Name context for resolving pE */ in resolveOrderByTermToExprList() local
H A DsqliteInt.h2026 #define WAGGREGATE(zName, nArg, arg, nc, xStep, xFinal, xValue, xInverse, f) \ argument
/sqlite-3.40.0/ext/expert/
H A Dsqlite3expert.c953 static int countNonzeros(void* pCount, int nc, in countNonzeros()