Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_tokenize.c71 UNUSED_PARAM(pUnused); in fts5AsciiCreate()
134 UNUSED_PARAM(iUnused); in fts5AsciiTokenize()
359 UNUSED_PARAM(pUnused); in fts5UnicodeCreate()
457 UNUSED_PARAM(iUnused); in fts5UnicodeTokenize()
1287 UNUSED_PARAM(pUnused); in fts5TriCreate()
1331 UNUSED_PARAM(unusedFlags); in fts5TriTokenize()
H A Dfts5_main.c1768 UNUSED_PARAM(pVtab); /* Call below is a no-op for NDEBUG builds */ in fts5CommitMethod()
2158 UNUSED_PARAM(pUnused); in fts5ApiPhraseNext()
2534 UNUSED_PARAM(nUnused); in fts5FindFunctionMethod()
2568 UNUSED_PARAM(iSavepoint); /* Call below is a no-op for NDEBUG builds */ in fts5SavepointMethod()
2579 UNUSED_PARAM(iSavepoint); /* Call below is a no-op for NDEBUG builds */ in fts5ReleaseMethod()
2591 UNUSED_PARAM(iSavepoint); /* Call below is a no-op for NDEBUG builds */ in fts5RollbackToMethod()
2780 UNUSED_PARAM(nArg); in fts5Fts5Func()
H A Dfts5Int.h115 #ifndef UNUSED_PARAM
116 # define UNUSED_PARAM(X) (void)(X) macro
H A Dfts5parse.y31 UNUSED_PARAM(yymajor); /* Silence a compiler warning */
H A Dfts5_index.c1929 UNUSED_PARAM(pbUnused); in fts5SegIterNext_Reverse()
3011 UNUSED_PARAM(pUnused); in fts5PoslistCallback()
3050 UNUSED_PARAM(pUnused); in fts5PoslistOffsetsCallback()
3073 UNUSED_PARAM(pUnused); in fts5PoslistFilterCallback()
3310 UNUSED_PARAM(pSeg); in fts5IterSetOutputs_ZeroColset()
4860 UNUSED_PARAM(pUnused); in fts5AppendRowid()
6554 UNUSED_PARAM(nArg); in fts5DecodeFunction()
6811 UNUSED_PARAM(db); in sqlite3Fts5IndexInit()
H A Dfts5_vocab.c275 UNUSED_PARAM(pUnused); in fts5VocabBestIndexMethod()
H A Dfts5_aux.c296 UNUSED_PARAM(iEndOff); in fts5SentenceFinderCb()