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

/macosx-10.10/Heimdal-398.1.2/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 337 milliseconds