HomeSort by relevance Sort by last modified time
    Searched refs:xConnect (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
test8.c 315 ** 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");
    [all...]
sqlite.h.in     [all...]
vtab.c 26 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/
sqlite3.h     [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.h     [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h     [all...]
sqlite3.c     [all...]

Completed in 2398 milliseconds