Home
last modified time | relevance | path

Searched refs:pVtab (Results 1 – 4 of 4) sorted by relevance

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.h4793 int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName,
4796 int (*xRename)(sqlite3_vtab *pVtab, const char *zNew);
4980 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ member
HDsqlite3.c5346 int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName,
5349 int (*xRename)(sqlite3_vtab *pVtab, const char *zNew);
5533 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ member
8225 VTable *pVtab; /* Used when p4type is P4_VTAB */ member
9883 sqlite3_vtab *pVtab; /* Pointer to vtab instance */ member
59237 sqlite3_vtab *pVtab = pOp->p4.pVtab->pVtab;
59238 sqlite3_snprintf(nTemp, zTemp, "vtab:%p:%p", pVtab, pVtab->pModule);
63608 static void importVtabErrMsg(Vdbe *p, sqlite3_vtab *pVtab){
63611 p->zErrMsg = sqlite3DbStrDup(db, pVtab->zErrMsg);
63612 sqlite3_free(pVtab->zErrMsg);
[all …]
/NextBSD/contrib/sqlite3/
HDsqlite3.h5534 int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName,
5537 int (*xRename)(sqlite3_vtab *pVtab, const char *zNew);
5736 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ member
HDsqlite3.c5748 int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName,
5751 int (*xRename)(sqlite3_vtab *pVtab, const char *zNew);
5950 sqlite3_vtab *pVtab; /* Virtual table of this cursor */ member
9742 VTable *pVtab; /* Used when p4type is P4_VTAB */ member
11566 sqlite3_vtab *pVtab; /* Pointer to vtab instance */ member
67056 sqlite3_vtab *pVtab = pOp->p4.pVtab->pVtab;
67057 sqlite3_snprintf(nTemp, zTemp, "vtab:%p", pVtab);
67723 const sqlite3_module *pModule = pVtabCursor->pVtab->pModule;
67724 assert( pVtabCursor->pVtab->nRef>0 );
67725 pVtabCursor->pVtab->nRef--;
[all …]