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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h4774 int (*xConnect)(sqlite3*, void *pAux, member in struct:sqlite3_module
4911 ** into the [xCreate] and [xConnect] methods of the virtual table module
4927 void *pClientData /* Client data for xCreate/xConnect */
4933 void *pClientData, /* Client data for xCreate/xConnect */
4987 ** ^The [xCreate] and [xConnect] methods of a
6604 ** This function may be called by either the [xConnect] or [xCreate] method
6608 ** If this interface is invoked outside the context of an xConnect or
6629 ** [xCreate] or [xConnect] method invoked [sqlite3_vtab_config()] does not
H A Dsqlite3.c5327 int (*xConnect)(sqlite3*, void *pAux, member in struct:sqlite3_module
5464 ** into the [xCreate] and [xConnect] methods of the virtual table module
5480 void *pClientData /* Client data for xCreate/xConnect */
5486 void *pClientData, /* Client data for xCreate/xConnect */
5540 ** ^The [xCreate] and [xConnect] methods of a
7157 ** This function may be called by either the [xConnect] or [xCreate] method
7161 ** If this interface is invoked outside the context of an xConnect or
7182 ** [xCreate] or [xConnect] method invoked [sqlite3_vtab_config()] does not
9849 ** connection handle passed to it via the xConnect() or xCreate() method
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h6780 int (*xConnect)(sqlite3*, void *pAux, member in struct:sqlite3_module
6994 ** into the [xCreate] and [xConnect] methods of the virtual table module
7016 void *pClientData /* Client data for xCreate/xConnect */
7022 void *pClientData, /* Client data for xCreate/xConnect */
7093 ** ^The [xCreate] and [xConnect] methods of a
9163 ** This function may be called by either the [xConnect] or [xCreate] method
9167 ** If this interface is invoked outside the context of an xConnect or
9172 ** which is passed in as the first argument to the [xConnect] or [xCreate]
9195 ** [xCreate] or [xConnect] method invoked [sqlite3_vtab_config()] does not
9225 ** the [xConnect] o
[all...]
H A Dsqlite3.c7843 int (*xConnect)(sqlite3*, void *pAux, member in struct:sqlite3_module
8057 ** into the [xCreate] and [xConnect] methods of the virtual table module
8079 void *pClientData /* Client data for xCreate/xConnect */
8085 void *pClientData, /* Client data for xCreate/xConnect */
8156 ** ^The [xCreate] and [xConnect] methods of a
10226 ** This function may be called by either the [xConnect] or [xCreate] method
10230 ** If this interface is invoked outside the context of an xConnect or
10235 ** which is passed in as the first argument to the [xConnect] or [xCreate]
10258 ** [xCreate] or [xConnect] method invoked [sqlite3_vtab_config()] does not
10288 ** the [xConnect] o
[all...]

Completed in 804 milliseconds