Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c199858 typedef struct Fts3auxCursor Fts3auxCursor; typedef
199865 struct Fts3auxCursor { struct
200057 Fts3auxCursor *pCsr; /* Pointer to cursor object to return */
200061 pCsr = (Fts3auxCursor *)sqlite3_malloc(sizeof(Fts3auxCursor));
200063 memset(pCsr, 0, sizeof(Fts3auxCursor));
200074 Fts3auxCursor *pCsr = (Fts3auxCursor *)pCursor;
200085 static int fts3auxGrowStatArray(Fts3auxCursor *pCsr, int nSize){
200105 Fts3auxCursor *pCsr = (Fts3auxCursor *)pCursor;
200209 Fts3auxCursor *pCsr = (Fts3auxCursor *)pCursor;
200299 Fts3auxCursor *pCsr = (Fts3auxCursor *)pCursor;
[all …]