Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/sqlite/dist/
Dsqlite3.c18743 tRowcnt *anDLt; /* Est. number of distinct keys less than this sample */ member
117986 tRowcnt *anDLt; /* sqlite_stat4.nDLt */
118072 memcpy(pTo->anDLt, pFrom->anDLt, sizeof(tRowcnt)*p->nCol);
118168 p->current.anDLt = (tRowcnt*)&p[1];
118171 p->current.anEq = &p->current.anDLt[nColUp];
118189 p->a[i].anDLt = (tRowcnt *)pSpace; pSpace += (sizeof(tRowcnt) * nColUp);
118321 tRowcnt *anDLt = pMin->anDLt;
118327 pSample->anDLt = anDLt;
118455 p->current.anDLt[i]++;
118495 sqlite3_result_int(context, p->current.anDLt[0]>0);
[all …]