Home
last modified time | relevance | path

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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3.h2377 int (*xCreate)(sqlite3*, void *pAux,
2380 int (*xConnect)(sqlite3*, void *pAux,
/external/sqlite/dist/
Dsqlite3.h4151 int (*xCreate)(sqlite3*, void *pAux,
4154 int (*xConnect)(sqlite3*, void *pAux,
Dshell.c321 void *pAux, in schemaCreate() argument
347 pVtab->db = (sqlite3 *)pAux; in schemaCreate()
Dsqlite3.c4675 int (*xCreate)(sqlite3*, void *pAux,
4678 int (*xConnect)(sqlite3*, void *pAux,
8568 void *pAux; /* pAux passed to create_module() */ member
17741 void *pAux; /* Aux data for the i-th argument */ member
49728 struct AuxData *pAux = &pVdbeFunc->apAux[i];
49729 if( (i>31 || !(mask&(((u32)1)<<i))) && pAux->pAux ){
49730 if( pAux->xDelete ){
49731 pAux->xDelete(pAux->pAux);
49733 pAux->pAux = 0;
51077 return pVdbeFunc->apAux[iArg].pAux;
[all …]
Dsqlite3.c.orig4675 int (*xCreate)(sqlite3*, void *pAux,
4678 int (*xConnect)(sqlite3*, void *pAux,
8563 void *pAux; /* pAux passed to create_module() */
17736 void *pAux; /* Aux data for the i-th argument */
49717 struct AuxData *pAux = &pVdbeFunc->apAux[i];
49718 if( (i>31 || !(mask&(((u32)1)<<i))) && pAux->pAux ){
49719 if( pAux->xDelete ){
49720 pAux->xDelete(pAux->pAux);
49722 pAux->pAux = 0;
51066 return pVdbeFunc->apAux[iArg].pAux;
[all …]
Dsqlite3.h.orig4151 int (*xCreate)(sqlite3*, void *pAux,
4154 int (*xConnect)(sqlite3*, void *pAux,