Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_vocab.c104 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 Dsqlite3rbu.c1188 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 Dlsm_sorted.c1990 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()