Searched defs:pAppData (Results 1 - 7 of 7) sorted by last modified time

/external/sqlite/dist/orig/
H A Dsqlite3.c1265 void *pAppData; /* Pointer to application-specific data */ member in struct:sqlite3_vfs
1535 ** by xInit. The pAppData pointer is used as the only parameter to
1561 void *pAppData; /* Argument to xInit() and xShutdown() */ member in struct:sqlite3_mem_methods
19936 return sqlite3GlobalConfig.m.xInit(sqlite3GlobalConfig.m.pAppData);
19953 sqlite3GlobalConfig.m.xShutdown(sqlite3GlobalConfig.m.pAppData);
33434 winMemInit(void *pAppData) argument
33483 winMemShutdown(void *pAppData) argument
[all...]
H A Dsqlite3.h1150 void *pAppData; /* Pointer to application-specific data */ member in struct:sqlite3_vfs
1420 ** by xInit. The pAppData pointer is used as the only parameter to
1446 void *pAppData; /* Argument to xInit() and xShutdown() */ member in struct:sqlite3_mem_methods
/external/sqlite/dist/
H A Dsqlite3.c1265 void *pAppData; /* Pointer to application-specific data */ member in struct:sqlite3_vfs
1535 ** by xInit. The pAppData pointer is used as the only parameter to
1561 void *pAppData; /* Argument to xInit() and xShutdown() */ member in struct:sqlite3_mem_methods
19936 return sqlite3GlobalConfig.m.xInit(sqlite3GlobalConfig.m.pAppData);
19953 sqlite3GlobalConfig.m.xShutdown(sqlite3GlobalConfig.m.pAppData);
33454 winMemInit(void *pAppData) argument
33503 winMemShutdown(void *pAppData) argument
[all...]
H A Dsqlite3.h1150 void *pAppData; /* Pointer to application-specific data */ member in struct:sqlite3_vfs
1420 ** by xInit. The pAppData pointer is used as the only parameter to
1446 void *pAppData; /* Argument to xInit() and xShutdown() */ member in struct:sqlite3_mem_methods
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c1465 void *pAppData; /* Pointer to application-specific data */ member in struct:sqlite3_vfs
1741 ** by xInit. The pAppData pointer is used as the only parameter to
1767 void *pAppData; /* Argument to xInit() and xShutdown() */ member in struct:sqlite3_mem_methods
17897 return sqlite3GlobalConfig.m.xInit(sqlite3GlobalConfig.m.pAppData);
17914 sqlite3GlobalConfig.m.xShutdown(sqlite3GlobalConfig.m.pAppData);
23907 0, /* pAppData */
[all...]
H A Dsqlite3.h922 void *pAppData; /* Pointer to application-specific data */ member in struct:sqlite3_vfs
1198 ** by xInit. The pAppData pointer is used as the only parameter to
1224 void *pAppData; /* Argument to xInit() and xShutdown() */ member in struct:sqlite3_mem_methods
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_init.c45 static int wrMemInit(void *pAppData){ argument
50 rc = wrapped.mem.xInit(wrapped.mem.pAppData);
57 static void wrMemShutdown(void *pAppData){ argument
58 wrapped.mem.xShutdown(wrapped.mem.pAppData);

Completed in 3241 milliseconds