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

/external/chromium_org/third_party/sqlite/src/src/
H A DbtreeInt.h428 void (*xFreeSchema)(void*); /* Destructor for BtShared.pSchema */ member in struct:BtShared
H A Dbtree.c2047 if( pBt->xFreeSchema && pBt->pSchema ){
2048 pBt->xFreeSchema(pBt->pSchema);
8000 pBt->xFreeSchema = xFree;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c[all...]
/external/sqlite/dist/
H A Dsqlite3.c[all...]

Completed in 464 milliseconds