Searched refs:Fts5PhraseIter (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h11726 typedef struct Fts5PhraseIter Fts5PhraseIter; typedef in typeref:struct:Fts5PhraseIter
11736 struct Fts5PhraseIter { struct
11891 ** This function is used, along with type Fts5PhraseIter and the xPhraseNext
11898 ** Fts5PhraseIter iter;
11907 ** The Fts5PhraseIter structure is defined above. Applications should not
11928 ** Fts5PhraseIter iter;
11983 int (*xPhraseFirst)(Fts5Context*, int iPhrase, Fts5PhraseIter*, int*, int*);
11984 void (*xPhraseNext)(Fts5Context*, Fts5PhraseIter*, int *piCol, int *piOff);
11986 int (*xPhraseFirstColumn)(Fts5Context*, int iPhrase, Fts5PhraseIter*, in
[all...]
H A Dsqlite3.c12789 typedef struct Fts5PhraseIter Fts5PhraseIter; typedef in typeref:struct:Fts5PhraseIter
12799 struct Fts5PhraseIter { struct
12954 ** This function is used, along with type Fts5PhraseIter and the xPhraseNext
12961 ** Fts5PhraseIter iter;
12970 ** The Fts5PhraseIter structure is defined above. Applications should not
12991 ** Fts5PhraseIter iter;
13046 int (*xPhraseFirst)(Fts5Context*, int iPhrase, Fts5PhraseIter*, int*, int*);
13047 void (*xPhraseNext)(Fts5Context*, Fts5PhraseIter*, int *piCol, int *piOff);
13049 int (*xPhraseFirstColumn)(Fts5Context*, int iPhrase, Fts5PhraseIter*, in
211236 typedef struct Fts5PhraseIter Fts5PhraseIter; typedef in typeref:struct:Fts5PhraseIter
211246 struct Fts5PhraseIter { struct
[all...]

Completed in 530 milliseconds