Home
last modified time | relevance | path

Searched refs:pAux (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.h7315 int (*xCreate)(sqlite3*, void *pAux,
7318 int (*xConnect)(sqlite3*, void *pAux,
13134 int (*xSetAuxdata)(Fts5Context*, void *pAux, void(*xDelete)(void*));
H A Dsqlite3.c7628 int (*xCreate)(sqlite3*, void *pAux,
7631 int (*xConnect)(sqlite3*, void *pAux,
13447 int (*xSetAuxdata)(Fts5Context*, void *pAux, void(*xDelete)(void*));
18182 void *pAux; /* pAux passed to create_module() */ member
23470 void *pAux; /* Aux data pointer */ member
56904 struct RowSetEntry *pAux, *pTail;
56905 rowSetTreeToList(pTree->pLeft, &pAux, &pTail);
56907 p = rowSetEntryMerge(pAux, p);
88511 AuxData *pAux = *pp;
88513 || (pAux->iAuxOp==iOp
[all …]
H A Dshell.c7756 void *pAux, in fsdirConnect() argument
7763 (void)pAux; in fsdirConnect()
8296 void *pAux, in completionConnect() argument
8304 (void)(pAux); /* Unused parameter */ in completionConnect()
9722 void *pAux, in zipfileConnect() argument
9732 (void)pAux; in zipfileConnect()
12330 void *pAux, in expertConnect() argument
12335 sqlite3expert *pExpert = (sqlite3expert*)pAux; in expertConnect()
15642 void *pAux, in dbdataConnect() argument
15648 int rc = sqlite3_declare_vtab(db, pAux ? DBPTR_SCHEMA : DBDATA_SCHEMA); in dbdataConnect()
[all …]