Searched defs:nElem (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c15593 int nElem = (nPg+1+31) / 32; local
H A Dsqlite3.c84197 sqlite3Stat4ProbeSetValue( Parse *pParse, Index *pIdx, UnpackedRecord **ppRec, Expr *pExpr, int nElem, int iVal, int *pnExtract ) argument
109475 sqlite3ExprListToValues(Parse *pParse, int nElem, ExprList *pEList) argument
196567 int nElem = 0; /* Size of array at aElem */ local
200793 int nElem; member in struct:MatchinfoBuffer
200820 fts3MIBufferNew(size_t nElem, const char *zMatchinfo) argument
245981 const int nElem = fts5GetU32(&pPg->p[4]); local
246143 int nElem = (int)fts5GetU32(&pData1->p[4]); local
247141 u32 nElem = fts5GetU32(&a[4]); local
[all...]

Completed in 630 milliseconds