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

/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.h5169 int (*xConnect)(sqlite3*, void *pAux, member in struct:sqlite3_module
5306 ** into the [xCreate] and [xConnect] methods of the virtual table module
5322 void *pClientData /* Client data for xCreate/xConnect */
5328 void *pClientData, /* Client data for xCreate/xConnect */
5382 ** ^The [xCreate] and [xConnect] methods of a
7088 ** This function may be called by either the [xConnect] or [xCreate] method
7092 ** If this interface is invoked outside the context of an xConnect or
7113 ** [xCreate] or [xConnect] method invoked [sqlite3_vtab_config()] does not
H A Dsqlite3.c5740 int (*xConnect)(sqlite3*, void *pAux, member in struct:sqlite3_module
5877 ** into the [xCreate] and [xConnect] methods of the virtual table module
5893 void *pClientData /* Client data for xCreate/xConnect */
5899 void *pClientData, /* Client data for xCreate/xConnect */
5953 ** ^The [xCreate] and [xConnect] methods of a
7659 ** This function may be called by either the [xConnect] or [xCreate] method
7663 ** If this interface is invoked outside the context of an xConnect or
7684 ** [xCreate] or [xConnect] method invoked [sqlite3_vtab_config()] does not
10435 ** connection handle passed to it via the xConnect() or xCreate() method
[all...]
/freebsd-10.0-release/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...]

Completed in 791 milliseconds