Home
last modified time | relevance | path

Searched defs:iType (Results 1 – 12 of 12) sorted by relevance

/sqlite-3.40.0/src/
H A Dmutex.c56 int iType; member
92 static sqlite3_mutex *checkMutexAlloc(int iType){ in checkMutexAlloc()
H A Dtest_vdbecov.c32 unsigned char iType in test_vdbe_branch()
H A Dmutex_unix.c153 static sqlite3_mutex *pthreadMutexAlloc(int iType){ in pthreadMutexAlloc()
H A Dmutex_w32.c212 static sqlite3_mutex *winMutexAlloc(int iType){ in winMutexAlloc()
H A Dvdbeapi.c1275 int iType = sqlite3_value_type( columnMem(pStmt,i) ); in sqlite3_column_type() local
H A Dtest1.c8055 int iType; in test_bad_behavior() local
/sqlite-3.40.0/ext/recover/
H A Ddbdata.c655 sqlite3_int64 iType; in dbdataNext() local
868 sqlite3_int64 iType; in dbdataColumn() local
/sqlite-3.40.0/ext/fts1/
H A Dfulltext.c132 DocListType iType; member
138 static void docListInit(DocList *d, DocListType iType, in docListInit()
153 static DocList *docListNew(DocListType iType){ in docListNew()
249 int iType = pReader->pDoclist->iType; in readPosition() local
H A Dfts1.c237 DocListType iType; member
250 static void docListInit(DocList *d, DocListType iType, in docListInit()
265 static DocList *docListNew(DocListType iType){ in docListNew()
422 int iType = pReader->pDoclist->iType; in readPosition() local
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c606 DocListType iType; member
683 static void dlrInit(DLReader *pReader, DocListType iType, in dlrInit()
704 static void docListValidate(DocListType iType, const char *pData, int nData, in docListValidate()
751 DocListType iType; member
759 static void dlwInit(DLWriter *pWriter, DocListType iType, DataBuffer *b){ in dlwInit()
853 DocListType iType; member
1088 static DLCollector *dlcNew(sqlite_int64 iDocid, DocListType iType){ in dlcNew()
1114 static void docListTrim(DocListType iType, const char *pData, int nData, in docListTrim()
1461 DocListType iType, in docListPhraseMerge()
5712 DocListType iType, DataBuffer *out){ in termSelect()
/sqlite-3.40.0/tool/
H A Dsqldiff.c708 int iType = sqlite3_column_int(pStmt, nPk); in diff_one_table() local
1694 int iType = sqlite3_column_int(pStmt,0); in changeset_one_table() local
H A Dshowdb.c501 i64 iType; in decodeCell() local