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

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_stat.c81 typedef struct StatCursor StatCursor; typedef in typeref:struct:StatCursor
110 struct StatCursor { struct
200 StatCursor *pCsr;
203 pCsr = (StatCursor *)sqlite3_malloc(sizeof(StatCursor));
204 memset(pCsr, 0, sizeof(StatCursor));
234 static void statResetCsr(StatCursor *pCsr){
249 StatCursor *pCsr = (StatCursor *)pCurso
[all...]

Completed in 394 milliseconds