Searched refs:pAux (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/ |
| H A D | sqlite3.d | 1362 int function (sqlite3*, void *pAux, 1365 int function (sqlite3*, void *pAux, 2064 int function(Fts5Context*, void *pAux, void function(void*) xDelete) xSetAuxdata;
|
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.h | 7290 int (*xCreate)(sqlite3*, void *pAux, 7293 int (*xConnect)(sqlite3*, void *pAux, 13064 int (*xSetAuxdata)(Fts5Context*, void *pAux, void(*xDelete)(void*));
|
| H A D | sqlite3.c | 7603 int (*xCreate)(sqlite3*, void *pAux, 7606 int (*xConnect)(sqlite3*, void *pAux, 13377 int (*xSetAuxdata)(Fts5Context*, void *pAux, void(*xDelete)(void*)); 18128 void *pAux; /* pAux passed to create_module() */ member 23382 void *pAux; /* Aux data pointer */ member 56545 struct RowSetEntry *pAux, *pTail; 56546 rowSetTreeToList(pTree->pLeft, &pAux, &pTail); 56548 p = rowSetEntryMerge(pAux, p); 88035 AuxData *pAux = *pp; 88037 || (pAux->iAuxOp==iOp [all …]
|
| H A D | shell.c | 7678 void *pAux, in fsdirConnect() argument 7685 (void)pAux; in fsdirConnect() 8218 void *pAux, in completionConnect() argument 8226 (void)(pAux); /* Unused parameter */ in completionConnect() 9644 void *pAux, in zipfileConnect() argument 9654 (void)pAux; in zipfileConnect() 12251 void *pAux, in expertConnect() argument 12256 sqlite3expert *pExpert = (sqlite3expert*)pAux; in expertConnect() 14407 void *pAux, in dbdataConnect() argument 14413 int rc = sqlite3_declare_vtab(db, pAux ? DBPTR_SCHEMA : DBDATA_SCHEMA); in dbdataConnect() [all …]
|