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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h4069 int (*xConnect)(sqlite3*, void *pAux, member in struct:sqlite3_module
4194 void * /* Client data for xCreate/xConnect */
4209 void *, /* Client data for xCreate/xConnect */
4270 ** The xCreate and xConnect methods of a module use the following API
/external/sqlite/dist/orig/
H A Dsqlite3.h4953 int (*xConnect)(sqlite3*, void *pAux, member in struct:sqlite3_module
5090 ** into the [xCreate] and [xConnect] methods of the virtual table module
5106 void *pClientData /* Client data for xCreate/xConnect */
5112 void *pClientData, /* Client data for xCreate/xConnect */
5166 ** ^The [xCreate] and [xConnect] methods of a
6846 ** This function may be called by either the [xConnect] or [xCreate] method
6850 ** If this interface is invoked outside the context of an xConnect or
6871 ** [xCreate] or [xConnect] method invoked [sqlite3_vtab_config()] does not
H A Dsqlite3.c5503 int (*xConnect)(sqlite3*, void *pAux, member in struct:sqlite3_module
5640 ** into the [xCreate] and [xConnect] methods of the virtual table module
5656 void *pClientData /* Client data for xCreate/xConnect */
5662 void *pClientData, /* Client data for xCreate/xConnect */
5716 ** ^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
10103 ** connection handle passed to it via the xConnect() or xCreate() method
[all...]
/external/sqlite/dist/
H A Dsqlite3.h4953 int (*xConnect)(sqlite3*, void *pAux, member in struct:sqlite3_module
5090 ** into the [xCreate] and [xConnect] methods of the virtual table module
5106 void *pClientData /* Client data for xCreate/xConnect */
5112 void *pClientData, /* Client data for xCreate/xConnect */
5166 ** ^The [xCreate] and [xConnect] methods of a
6846 ** This function may be called by either the [xConnect] or [xCreate] method
6850 ** If this interface is invoked outside the context of an xConnect or
6871 ** [xCreate] or [xConnect] method invoked [sqlite3_vtab_config()] does not
H A Dsqlite3.c5503 int (*xConnect)(sqlite3*, void *pAux, member in struct:sqlite3_module
5640 ** into the [xCreate] and [xConnect] methods of the virtual table module
5656 void *pClientData /* Client data for xCreate/xConnect */
5662 void *pClientData, /* Client data for xCreate/xConnect */
5716 ** ^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
10103 ** connection handle passed to it via the xConnect() or xCreate() method
[all...]

Completed in 300 milliseconds