Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_index.c2147 #define SWAPVAL(T, a, b) { T tmp; tmp=a; a=b; b=tmp; } macro
2200 SWAPVAL(Fts5Data*, pNew, pLast); in fts5SegIterReverse()