Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c179273 int nInput = p->pSrc->a[0].pSTab->nCol; /* Number of cols returned by sub */ local
179350 pParse->nMem += nInput;
179380 for(iInput=0; iInput<nInput; iInput++){
179383 sqlite3VdbeAddOp3(v, OP_MakeRecord, regNew, nInput, regRecord);
200699 const char *zInput, int nInput, /* Input string */ argument
200733 pTokenizer, pParse->iLangid, zInput, nInput, &pCursor);
200758 pToken->isPrefix = (iEnd<nInput && zInput[iEnd]=='*');
200838 int nInput = n; local
200845 while( nInput>0 && fts3isspace(*zInput) ){
200846 nInput--;
[all …]