Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c227525 int *peType, argument
227537 *peType = RBU_PK_NOTABLE;
227554 *peType = RBU_PK_VTAB; /* virtual table */
227574 *peType = RBU_PK_EXTERNAL;
227576 *peType = RBU_PK_WITHOUT_ROWID;
227589 *peType = RBU_PK_IPK; /* explicit IPK column */
227593 *peType = RBU_PK_NONE;
268541 static int fts5VocabTableType(const char *zType, char **pzErr, int *peType){ argument
268547 *peType = FTS5_VOCAB_COL;
268551 *peType = FTS5_VOCAB_ROW;
[all …]