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

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_aux.c22 typedef struct Fts3auxCursor Fts3auxCursor; typedef in typeref:struct:Fts3auxCursor
29 struct Fts3auxCursor { struct
191 Fts3auxCursor *pCsr; /* Pointer to cursor object to return */
195 pCsr = (Fts3auxCursor *)sqlite3_malloc(sizeof(Fts3auxCursor));
197 memset(pCsr, 0, sizeof(Fts3auxCursor));
208 Fts3auxCursor *pCsr = (Fts3auxCursor *)pCursor;
219 static int fts3auxGrowStatArray(Fts3auxCursor *pCs
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c116788 typedef struct Fts3auxCursor Fts3auxCursor; typedef in typeref:struct:Fts3auxCursor
116795 struct Fts3auxCursor { struct
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c132655 typedef struct Fts3auxCursor Fts3auxCursor; typedef in typeref:struct:Fts3auxCursor
132662 struct Fts3auxCursor { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c132687 typedef struct Fts3auxCursor Fts3auxCursor; typedef in typeref:struct:Fts3auxCursor
132694 struct Fts3auxCursor { struct
[all...]

Completed in 451 milliseconds