HomeSort by: relevance | last modified time | path
    Searched defs:recover_methods (Results 1 - 1 of 1) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
shell.c 17394 static sqlite3_io_methods recover_methods = { variable
17417 assert( pFd->pMethods!=&recover_methods );
17513 if( pFd->pMethods==&recover_methods ){
17615 pFd->pMethods = &recover_methods;
17627 if( pFd->pMethods==&recover_methods ){ \
17630 pFd->pMethods = &recover_methods; \
17707 if( pFd->pMethods==&recover_methods ){
17710 pFd->pMethods = &recover_methods;
17750 assert( pFd==0 || pFd->pMethods!=&recover_methods );
17755 recover_methods.iVersion = iVersion
    [all...]

Completed in 35 milliseconds