Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c227131 int *peType, argument
227143 *peType = RBU_PK_NOTABLE;
227160 *peType = RBU_PK_VTAB; /* virtual table */
227180 *peType = RBU_PK_EXTERNAL;
227182 *peType = RBU_PK_WITHOUT_ROWID;
227195 *peType = RBU_PK_IPK; /* explicit IPK column */
227199 *peType = RBU_PK_NONE;
267788 static int fts5VocabTableType(const char *zType, char **pzErr, int *peType){ argument
267794 *peType = FTS5_VOCAB_COL;
267798 *peType = FTS5_VOCAB_ROW;
[all …]