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

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest8.c315 ** xConnect methods. The argc and argv arguments are copies of those
390 ** This function is called to do the work of the xConnect() method -
505 ** Echo virtual table module xConnect method.
514 appendToEchoModule(((EchoModule *)pAux)->interp, "xConnect");
H A Dsqlite.h.in4585 int (*xConnect)(sqlite3*, void *pAux,
4717 ** into the [xCreate] and [xConnect] methods of the virtual table module
4733 void *pClientData /* Client data for xCreate/xConnect */
4739 void *pClientData, /* Client data for xCreate/xConnect */
4793 ** ^The [xCreate] and [xConnect] methods of a
H A Dvtab.c26 void *pAux, /* Context pointer for xCreate/xConnect */
68 void *pAux /* Context pointer for xCreate/xConnect */
80 void *pAux, /* Context pointer for xCreate/xConnect */
380 ** record of the table. The xConnect() method is not called until
426 ** Invoke a virtual table constructor (either xCreate or xConnect). The
530 ** This function is invoked by the parser to call the xConnect() method
557 rc = vtabCallConstructor(db, pTab, pMod, pMod->pModule->xConnect, &zErr);
634 ** valid to call this function from within the xCreate() or xConnect() of a
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h4590 int (*xConnect)(sqlite3*, void *pAux, member in struct:sqlite3_module
4722 ** into the [xCreate] and [xConnect] methods of the virtual table module
4738 void *pClientData /* Client data for xCreate/xConnect */
4744 void *pClientData, /* Client data for xCreate/xConnect */
4798 ** ^The [xCreate] and [xConnect] methods of a
H A Dsqlite3.c5133 int (*xConnect)(sqlite3*, void *pAux, member in struct:sqlite3_module
5265 ** into the [xCreate] and [xConnect] methods of the virtual table module
5281 void *pClientData /* Client data for xCreate/xConnect */
5287 void *pClientData, /* Client data for xCreate/xConnect */
5341 ** ^The [xCreate] and [xConnect] methods of a
9544 ** connection handle passed to it via the xConnect() or xCreate() method
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h5309 int (*xConnect)(sqlite3*, void *pAux, member in struct:sqlite3_module
5460 ** into the [xCreate] and [xConnect] methods of the virtual table module
5476 void *pClientData /* Client data for xCreate/xConnect */
5482 void *pClientData, /* Client data for xCreate/xConnect */
5536 ** ^The [xCreate] and [xConnect] methods of a
7281 ** This function may be called by either the [xConnect] or [xCreate] method
7285 ** If this interface is invoked outside the context of an xConnect or
7306 ** [xCreate] or [xConnect] method invoked [sqlite3_vtab_config()] does not
H A Dsqlite3.c5424 int (*xConnect)(sqlite3*, void *pAux, member in struct:sqlite3_module
5575 ** into the [xCreate] and [xConnect] methods of the virtual table module
5591 void *pClientData /* Client data for xCreate/xConnect */
5597 void *pClientData, /* Client data for xCreate/xConnect */
5651 ** ^The [xCreate] and [xConnect] methods of a
7396 ** This function may be called by either the [xConnect] or [xCreate] method
7400 ** If this interface is invoked outside the context of an xConnect or
7421 ** [xCreate] or [xConnect] method invoked [sqlite3_vtab_config()] does not
10867 ** connection handle passed to it via the xConnect() or xCreate() method
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5309 int (*xConnect)(sqlite3*, void *pAux, member in struct:sqlite3_module
5460 ** into the [xCreate] and [xConnect] methods of the virtual table module
5476 void *pClientData /* Client data for xCreate/xConnect */
5482 void *pClientData, /* Client data for xCreate/xConnect */
5536 ** ^The [xCreate] and [xConnect] methods of a
7281 ** This function may be called by either the [xConnect] or [xCreate] method
7285 ** If this interface is invoked outside the context of an xConnect or
7306 ** [xCreate] or [xConnect] method invoked [sqlite3_vtab_config()] does not
H A Dsqlite3.c5424 int (*xConnect)(sqlite3*, void *pAux, member in struct:sqlite3_module
5575 ** into the [xCreate] and [xConnect] methods of the virtual table module
5591 void *pClientData /* Client data for xCreate/xConnect */
5597 void *pClientData, /* Client data for xCreate/xConnect */
5651 ** ^The [xCreate] and [xConnect] methods of a
7396 ** This function may be called by either the [xConnect] or [xCreate] method
7400 ** If this interface is invoked outside the context of an xConnect or
7421 ** [xCreate] or [xConnect] method invoked [sqlite3_vtab_config()] does not
10867 ** connection handle passed to it via the xConnect() or xCreate() method
[all...]

Completed in 635 milliseconds