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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1367 sqlite3_vtab **ppVTab, char**) xConnect;
1456 void *pClientData /* Client data for xCreate/xConnect */
1463 void *pClientData, /* Client data for xCreate/xConnect */
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h7293 int (*xConnect)(sqlite3*, void *pAux, member in struct:sqlite3_module
7543 ** into the [xCreate] and [xConnect] methods of the virtual table module
7565 void *pClientData /* Client data for xCreate/xConnect */
7571 void *pClientData, /* Client data for xCreate/xConnect */
7642 ** ^The [xCreate] and [xConnect] methods of a
9722 ** This function may be called by either the [xConnect] or [xCreate] method
9726 ** If this interface is invoked outside the context of an xConnect or
9731 ** which is passed in as the first argument to the [xConnect] or [xCreate]
9754 ** [xCreate] or [xConnect] method invoked [sqlite3_vtab_config()] does not
9784 ** the [xConnect] o
[all...]
H A Dsqlite3.c7606 int (*xConnect)(sqlite3*, void *pAux, member in struct:sqlite3_module
7856 ** into the [xCreate] and [xConnect] methods of the virtual table module
7878 void *pClientData /* Client data for xCreate/xConnect */
7884 void *pClientData, /* Client data for xCreate/xConnect */
7955 ** ^The [xCreate] and [xConnect] methods of a
10035 ** This function may be called by either the [xConnect] or [xCreate] method
10039 ** If this interface is invoked outside the context of an xConnect or
10044 ** which is passed in as the first argument to the [xConnect] or [xCreate]
10067 ** [xCreate] or [xConnect] method invoked [sqlite3_vtab_config()] does not
10097 ** the [xConnect] o
[all...]

Completed in 619 milliseconds