Lines Matching defs:pAux
7756 void *pAux,
7763 (void)pAux;
8296 void *pAux,
8304 (void)(pAux); /* Unused parameter */
9722 void *pAux,
9732 (void)pAux;
12330 void *pAux,
12335 sqlite3expert *pExpert = (sqlite3expert*)pAux;
15637 ** Connect to an sqlite_dbdata (pAux==0) or sqlite_dbptr (pAux!=0) virtual
15642 void *pAux,
15648 int rc = sqlite3_declare_vtab(db, pAux ? DBPTR_SCHEMA : DBDATA_SCHEMA);
15661 pTab->bPtr = (pAux!=0);