Searched refs:peType (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_vocab.c | 104 static int fts5VocabTableType(const char *zType, char **pzErr, int *peType){ in fts5VocabTableType() argument 110 *peType = FTS5_VOCAB_COL; in fts5VocabTableType() 114 *peType = FTS5_VOCAB_ROW; in fts5VocabTableType() 117 *peType = FTS5_VOCAB_INSTANCE; in fts5VocabTableType()
|
| /sqlite-3.40.0/ext/rbu/ |
| H A D | sqlite3rbu.c | 1188 int *peType, in rbuTableType() argument 1200 *peType = RBU_PK_NOTABLE; in rbuTableType() 1217 *peType = RBU_PK_VTAB; /* virtual table */ in rbuTableType() 1237 *peType = RBU_PK_EXTERNAL; in rbuTableType() 1239 *peType = RBU_PK_WITHOUT_ROWID; in rbuTableType() 1252 *peType = RBU_PK_IPK; /* explicit IPK column */ in rbuTableType() 1256 *peType = RBU_PK_NONE; in rbuTableType()
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_sorted.c | 1990 int *peType, /* OUT: Key type (SORTED_WRITE etc.) */ in multiCursorGetKey() argument 2072 if( peType ) *peType = eType; in multiCursorGetKey() 3347 int lsmMCursorType(MultiCursor *pCsr, int *peType){ in lsmMCursorType() argument 3349 multiCursorGetKey(pCsr, pCsr->aTree[1], peType, 0, 0); in lsmMCursorType() 5610 int *peType, in infoCellDump() argument 5651 if( peType ) *peType = eType; in infoCellDump()
|