Searched refs:apAux (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DvdbeInt.h224 int nAux; /* Number of entries allocated for apAux[] */
228 } apAux[1]; /* One slot for each function argument */ member in struct:VdbeFunc
H A Dvdbeapi.c595 return pVdbeFunc->apAux[iArg].pAux;
623 memset(&pVdbeFunc->apAux[nAux], 0, sizeof(struct AuxData)*(iArg+1-nAux));
628 pAuxData = &pVdbeFunc->apAux[iArg];
H A Dvdbeaux.c2380 struct AuxData *pAux = &pVdbeFunc->apAux[i];
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c12453 int nAux; /* Number of entries allocated for apAux[] */
12457 } apAux[1]; /* One slot for each function argument */ member in struct:VdbeFunc
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c13061 int nAux; /* Number of entries allocated for apAux[] */
13065 } apAux[1]; /* One slot for each function argument */ member in struct:VdbeFunc
[all...]
/external/sqlite/dist/
H A Dsqlite3.c13061 int nAux; /* Number of entries allocated for apAux[] */
13065 } apAux[1]; /* One slot for each function argument */ member in struct:VdbeFunc
[all...]

Completed in 520 milliseconds