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

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest8.c50 ** xBegin xRename
1219 if( simulateVtabError(p, "xRename") ){
1259 echoRename, /* xRename - rename the table */
H A Dalter.c409 VTable *pVTab = 0; /* Non-zero if this is a v-tab with an xRename() */
466 if( pVTab->pVtab->pModule->xRename==0 ){
484 /* If this is a virtual table, invoke the xRename() function if
485 ** one is defined. The xRename() callback will modify the names
H A Dsqlite.h.in4607 int (*xRename)(sqlite3_vtab *pVtab, const char *zNew);
H A Dvdbe.c5722 ** This opcode invokes the corresponding xRename method. The value
5723 ** in register P1 is passed as the zName argument to the xRename method.
5731 assert( pVtab->pModule->xRename );
5735 rc = pVtab->pModule->xRename(pVtab, pName->z);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h4612 int (*xRename)(sqlite3_vtab *pVtab, const char *zNew); member in struct:sqlite3_module
H A Dsqlite3.c5155 int (*xRename)(sqlite3_vtab *pVtab, const char *zNew); member in struct:sqlite3_module
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h5331 int (*xRename)(sqlite3_vtab *pVtab, const char *zNew); member in struct:sqlite3_module
H A Dsqlite3.c5446 int (*xRename)(sqlite3_vtab *pVtab, const char *zNew); member in struct:sqlite3_module
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5331 int (*xRename)(sqlite3_vtab *pVtab, const char *zNew); member in struct:sqlite3_module
H A Dsqlite3.c5446 int (*xRename)(sqlite3_vtab *pVtab, const char *zNew); member in struct:sqlite3_module
[all...]

Completed in 1634 milliseconds