Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dbtreeinfo.c86 typedef struct BinfoCursor BinfoCursor; typedef
89 struct BinfoCursor { struct
183 BinfoCursor *pCsr; in binfoOpen()
185 pCsr = (BinfoCursor *)sqlite3_malloc64(sizeof(BinfoCursor)); in binfoOpen()
189 memset(pCsr, 0, sizeof(BinfoCursor)); in binfoOpen()
201 BinfoCursor *pCsr = (BinfoCursor *)pCursor; in binfoClose()
212 BinfoCursor *pCsr = (BinfoCursor *)pCursor; in binfoNext()
222 BinfoCursor *pCsr = (BinfoCursor *)pCursor; in binfoEof()
233 BinfoCursor *pCsr = (BinfoCursor *)pCursor; in binfoFilter()
336 BinfoCursor *pCsr = (BinfoCursor *)pCursor; in binfoColumn()
[all …]