Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_sorted.c523 int *piTopic, /* OUT: Topic associated with this key */ in pageGetKey() argument
545 *piTopic = rtTopic(eType); in pageGetKey()
556 int *piTopic, /* OUT: Topic associated with this key */ in pageGetKeyCopy() argument
563 aKey = pageGetKey(pSeg, pPg, iCell, piTopic, &nKey, pBlob); in pageGetKeyCopy()
596 int *piTopic, in pageGetBtreeKey() argument
629 if( piTopic ) *piTopic = rtTopic(eType); in pageGetBtreeKey()