Searched refs:xConnect (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h4904 int (*xConnect)(sqlite3*, void *pAux, member in struct:sqlite3_module
5041 ** into the [xCreate] and [xConnect] methods of the virtual table module
5057 void *pClientData /* Client data for xCreate/xConnect */
5063 void *pClientData, /* Client data for xCreate/xConnect */
5117 ** ^The [xCreate] and [xConnect] methods of a
6796 ** This function may be called by either the [xConnect] or [xCreate] method
6800 ** If this interface is invoked outside the context of an xConnect or
6821 ** [xCreate] or [xConnect] method invoked [sqlite3_vtab_config()] does not
H A Dsqlite3.c5454 int (*xConnect)(sqlite3*, void *pAux, member in struct:sqlite3_module
5591 ** into the [xCreate] and [xConnect] methods of the virtual table module
5607 void *pClientData /* Client data for xCreate/xConnect */
5613 void *pClientData, /* Client data for xCreate/xConnect */
5667 ** ^The [xCreate] and [xConnect] methods of a
7346 ** This function may be called by either the [xConnect] or [xCreate] method
7350 ** If this interface is invoked outside the context of an xConnect or
7371 ** [xCreate] or [xConnect] method invoked [sqlite3_vtab_config()] does not
10071 ** connection handle passed to it via the xConnect() or xCreate() method
[all...]

Completed in 408 milliseconds