Searched refs:sqlite3_vtab (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/crypto/heimdal/lib/sqlite/ |
| H A D | sqlite3.h | 4748 typedef struct sqlite3_vtab sqlite3_vtab; typedef 4773 sqlite3_vtab **ppVTab, char**); 4776 sqlite3_vtab **ppVTab, char**); 4778 int (*xDisconnect)(sqlite3_vtab *pVTab); 4779 int (*xDestroy)(sqlite3_vtab *pVTab); 4789 int (*xBegin)(sqlite3_vtab *pVTab); 4790 int (*xSync)(sqlite3_vtab *pVTab); 4791 int (*xCommit)(sqlite3_vtab *pVTab); 4792 int (*xRollback)(sqlite3_vtab *pVTab); 4800 int (*xRelease)(sqlite3_vtab *pVTab, int); [all …]
|
| H A D | sqlite3.c | 5301 typedef struct sqlite3_vtab sqlite3_vtab; typedef 5508 struct sqlite3_vtab { struct 67823 sqlite3_vtab *pVtab; 69309 sqlite3_vtab *pVtab; 69365 sqlite3_vtab *pVtab; 69423 sqlite3_vtab *pVtab; 69482 sqlite3_vtab *pVtab; 69529 sqlite3_vtab *pVtab; 69573 sqlite3_vtab *pVtab; 100214 sqlite3_vtab *pVtab; [all …]
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | sqlite3.h | 6687 typedef struct sqlite3_vtab sqlite3_vtab; typedef 6712 sqlite3_vtab **ppVTab, char**); 6715 sqlite3_vtab **ppVTab, char**); 6717 int (*xDisconnect)(sqlite3_vtab *pVTab); 6718 int (*xDestroy)(sqlite3_vtab *pVTab); 6728 int (*xBegin)(sqlite3_vtab *pVTab); 6729 int (*xSync)(sqlite3_vtab *pVTab); 6730 int (*xCommit)(sqlite3_vtab *pVTab); 6731 int (*xRollback)(sqlite3_vtab *pVTab); 6739 int (*xRelease)(sqlite3_vtab *pVTab, int); [all …]
|
| H A D | shell.c | 2677 sqlite3_vtab **ppVtab, in fsdirConnect() 2974 sqlite3_vtab *tab, in fsdirBestIndex() 3208 sqlite3_vtab **ppVtab, in completionConnect() 3509 sqlite3_vtab *tab, in completionBestIndex() 4713 sqlite3_vtab **ppVtab, in zipfileConnect() 5679 sqlite3_vtab *tab, in zipfileBestIndex() 5909 sqlite3_vtab *pVtab, in zipfileUpdate() 7225 sqlite3_vtab base; 7272 sqlite3_vtab **ppVtab, in expertConnect() 7378 sqlite3_vtab *pVtab, in expertUpdate() [all …]
|
| H A D | sqlite3.c | 7726 typedef struct sqlite3_vtab sqlite3_vtab; typedef 8033 struct sqlite3_vtab { struct 90363 sqlite3_vtab *pVtab; 92370 sqlite3_vtab *pVtab; 92430 sqlite3_vtab *pVtab; 92484 sqlite3_vtab *pVtab; 96776 sqlite3_vtab *tab, 186624 sqlite3_vtab *pNew; 186894 sqlite3_vtab *tab, 228564 sqlite3_vtab base; [all …]
|