HomeSort by relevance Sort by last modified time
    Searched refs:xDelete (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
vdbeapi.c 607 void (*xDelete)(void*)
629 if( pAuxData->pAux && pAuxData->xDelete ){
630 pAuxData->xDelete(pAuxData->pAux);
633 pAuxData->xDelete = xDelete;
637 if( xDelete ){
638 xDelete(pAux);
    [all...]
vdbeInt.h 227 void (*xDelete)(void *); /* Destructor for the aux data */
os.c 144 return pVfs->xDelete(pVfs, zPath, dirSync);
test_multiplex.c 380 ** This is the xDelete method used for the "multiplex" VFS.
416 rc2 = pOrigVfs->xDelete(pOrigVfs, gMultiplex.zName, syncDir);
611 rc2 = pOrigVfs->xDelete(pOrigVfs, gMultiplex.zName, 0);
922 gMultiplex.sThisVfs.xDelete = multiplexDelete;
    [all...]
test_osinst.c 25 ** Additionally, calls to the xAccess(), xOpen(), and xDelete()
182 vfslogDelete, /* xDelete */
507 rc = REALVFS(pVfs)->xDelete(REALVFS(pVfs), zPath, dirSync);
735 pParent->xDelete(pParent, zFile, 0);
777 case OS_DELETE: zEvent = "xDelete"; break;
    [all...]
test_vfstrace.c 542 vfstrace_printf(pInfo, "%s.xDelete(\"%s\",%d)",
544 rc = pRoot->xDelete(pRoot, zPath, dirSync);
562 vfstrace_printf(pInfo, "%s.xDelete(\"%s\",%d)",
742 pNew->xDelete = vfstraceDelete;
test6.c 638 return pVfs->xDelete(pVfs, zPath, dirSync);
801 cfDelete, /* xDelete */
sqlite.h.in     [all...]
vdbeaux.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h     [all...]
sqlite3.c     [all...]
  /external/chromium_org/third_party/sqlite/src/ext/async/
sqlite3async.c 95 ** xDelete
    [all...]

Completed in 980 milliseconds