Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c193534 struct Fts3Index { struct
194657 struct Fts3Index **apIndex /* OUT: Array of indexes for this table */
194659 struct Fts3Index *aIndex; /* Allocated array */
194670 aIndex = sqlite3_malloc64(sizeof(struct Fts3Index) * nIndex);
194676 memset(aIndex, 0, sizeof(struct Fts3Index) * nIndex);
194823 struct Fts3Index *aIndex = 0; /* Array of indexes for this table */
195038 nIndex * sizeof(struct Fts3Index) + /* aIndex */
195067 p->aIndex = (struct Fts3Index *)&p->azColumn[nCol];
195068 memcpy(p->aIndex, aIndex, sizeof(struct Fts3Index) * nIndex);
204855 struct Fts3Index *pIndex = &p->aIndex[i];