Lines Matching refs:vtshim_aux

24 typedef struct vtshim_aux vtshim_aux;  typedef
32 struct vtshim_aux { struct
47 vtshim_aux *pAux; /* Pointer to vtshim_aux object */ argument
77 vtshim_aux *pAux = (vtshim_aux*)ppAux; in vtshimCreate()
116 vtshim_aux *pAux = (vtshim_aux*)ppAux; in vtshimConnect()
152 vtshim_aux *pAux = pVtab->pAux; in vtshimBestIndex()
164 vtshim_aux *pAux = pVtab->pAux; in vtshimDisconnect()
177 vtshim_aux *pAux = pVtab->pAux; in vtshimDestroy()
190 vtshim_aux *pAux = pVtab->pAux; in vtshimOpen()
216 vtshim_aux *pAux = pVtab->pAux; in vtshimClose()
239 vtshim_aux *pAux = pVtab->pAux; in vtshimFilter()
252 vtshim_aux *pAux = pVtab->pAux; in vtshimNext()
265 vtshim_aux *pAux = pVtab->pAux; in vtshimEof()
276 vtshim_aux *pAux = pVtab->pAux; in vtshimColumn()
289 vtshim_aux *pAux = pVtab->pAux; in vtshimRowid()
306 vtshim_aux *pAux = pVtab->pAux; in vtshimUpdate()
318 vtshim_aux *pAux = pVtab->pAux; in vtshimBegin()
330 vtshim_aux *pAux = pVtab->pAux; in vtshimSync()
342 vtshim_aux *pAux = pVtab->pAux; in vtshimCommit()
354 vtshim_aux *pAux = pVtab->pAux; in vtshimRollback()
372 vtshim_aux *pAux = pVtab->pAux; in vtshimFindFunction()
382 vtshim_aux *pAux = pVtab->pAux; in vtshimRename()
394 vtshim_aux *pAux = pVtab->pAux; in vtshimSavepoint()
406 vtshim_aux *pAux = pVtab->pAux; in vtshimRelease()
418 vtshim_aux *pAux = pVtab->pAux; in vtshimRollbackTo()
430 vtshim_aux *pAux = (vtshim_aux*)pXAux; in vtshimAuxDestructor()
464 vtshim_aux *pAux; in sqlite3_create_disposable_module()
522 vtshim_aux *pAux = (vtshim_aux*)pX; in sqlite3_dispose_module()