Searched defs:aFunc (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dalter.c241 FuncDef *aFunc = (FuncDef*)&GLOBAL(FuncDef, aAlterTableFuncs); local
244 sqlite3FuncDefInsert(pHash, &aFunc[i]);
H A Ddate.c1088 FuncDef *aFunc = (FuncDef*)&GLOBAL(FuncDef, aDateTimeFuncs); local
1091 sqlite3FuncDefInsert(pHash, &aFunc[i]);
H A Dfunc.c1582 FuncDef *aFunc = (FuncDef*)&GLOBAL(FuncDef, aBuiltinFunc); local
1585 sqlite3FuncDefInsert(pHash, &aFunc[i]);
H A DsqliteInt.h877 FuncDefHash aFunc; /* Hash table of connection functions */ member in struct:sqlite3
971 ** structure. A pointer to this structure is stored in the sqlite.aFunc
1520 ** AggInfo.aCol[] or AggInfo.aFunc[] of information needed to generate
1523 ** AggInfo.pGroupBy and AggInfo.aFunc.pExpr point to fields within the
1553 } *aFunc; member in struct:AggInfo
1554 int nFunc; /* Number of entries in aFunc[] */
1555 int nFuncAlloc; /* Number of slots allocated for aFunc[] */
1669 i16 iAgg; /* Which entry in pAggInfo->aCol[] or ->aFunc[] */
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A Dsdlexe.cpp182 void SetMain(const TMainFunc& aFunc, TInt aFlags, MSDLMainObs* aObs, TInt aExeFlags);
212 void TSdlClass::SetMain(const TMainFunc& aFunc, TInt aFlags, MSDLMainObs* aObs, TInt aExeFlags) argument
214 iFunc = aFunc;
795 EXPORT_C TInt SDLEnv::SetMain(const TMainFunc& aFunc, TInt aSdlFlags, MSDLMainObs* aObs, TInt aSdlExeFlags) argument
797 gSDLClass.SetMain(aFunc, aSdlFlags, aObs, aSdlExeFlags);
H A DSDL_main.cpp166 #define MAINFUNC(x) EXPORT_C TMainFunc::TMainFunc(mainfunc##x aFunc){Mem::FillZ(iMainFunc, sizeof(iMainFunc)); iMainFunc[x - 1] = (void*) aFunc;}
837 EXPORT_C TThreadId CSDL::CallMainL(const TMainFunc& aFunc, TRequestStatus* const aStatus, const CDesC8Array* const aArg, TInt aFlags, TInt aStackSize) argument
840 gEpocEnv->iMain = aFunc;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9222 FuncDefHash aFunc; /* Hash table of connection functions */ member in struct:sqlite3
9316 ** structure. A pointer to this structure is stored in the sqlite.aFunc
9865 ** AggInfo.aCol[] or AggInfo.aFunc[] of information needed to generate
9868 ** AggInfo.pGroupBy and AggInfo.aFunc.pExpr point to fields within the
9898 } *aFunc; member in struct:AggInfo
9899 int nFunc; /* Number of entries in aFunc[] */
9900 int nFuncAlloc; /* Number of slots allocated for aFunc[] */
10014 i16 iAgg; /* Which entry in pAggInfo->aCol[] or ->aFunc[] */
13937 FuncDef *aFunc = (FuncDef*)&GLOBAL(FuncDef, aDateTimeFuncs); local
13940 sqlite3FuncDefInsert(pHash, &aFunc[
74735 FuncDef *aFunc = (FuncDef*)&GLOBAL(FuncDef, aAlterTableFuncs); local
83281 FuncDef *aFunc = (FuncDef*)&GLOBAL(FuncDef, aBuiltinFunc); local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10513 FuncDefHash aFunc; /* Hash table of connection functions */ member in struct:sqlite3
10635 ** structure. A pointer to this structure is stored in the sqlite.aFunc
11232 ** AggInfo.aCol[] or AggInfo.aFunc[] of information needed to generate
11235 ** AggInfo.pGroupBy and AggInfo.aFunc.pExpr point to fields within the
11247 int mnReg, mxReg; /* Range of registers allocated for aCol and aFunc */
11266 } *aFunc; member in struct:AggInfo
11267 int nFunc; /* Number of entries in aFunc[] */
11384 i16 iAgg; /* Which entry in pAggInfo->aCol[] or ->aFunc[] */
15726 FuncDef *aFunc = (FuncDef*)&GLOBAL(FuncDef, aDateTimeFuncs); local
15729 sqlite3FuncDefInsert(pHash, &aFunc[
61968 FuncDef *aFunc = (FuncDef*)&GLOBAL(FuncDef, aAnalyzeTableFuncs); local
82822 FuncDef *aFunc = (FuncDef*)&GLOBAL(FuncDef, aAlterTableFuncs); local
93406 FuncDef *aFunc = (FuncDef*)&GLOBAL(FuncDef, aBuiltinFunc); local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10513 FuncDefHash aFunc; /* Hash table of connection functions */ member in struct:sqlite3
10635 ** structure. A pointer to this structure is stored in the sqlite.aFunc
11232 ** AggInfo.aCol[] or AggInfo.aFunc[] of information needed to generate
11235 ** AggInfo.pGroupBy and AggInfo.aFunc.pExpr point to fields within the
11247 int mnReg, mxReg; /* Range of registers allocated for aCol and aFunc */
11266 } *aFunc; member in struct:AggInfo
11267 int nFunc; /* Number of entries in aFunc[] */
11384 i16 iAgg; /* Which entry in pAggInfo->aCol[] or ->aFunc[] */
15726 FuncDef *aFunc = (FuncDef*)&GLOBAL(FuncDef, aDateTimeFuncs); local
15729 sqlite3FuncDefInsert(pHash, &aFunc[
61988 FuncDef *aFunc = (FuncDef*)&GLOBAL(FuncDef, aAnalyzeTableFuncs); local
82842 FuncDef *aFunc = (FuncDef*)&GLOBAL(FuncDef, aAlterTableFuncs); local
93426 FuncDef *aFunc = (FuncDef*)&GLOBAL(FuncDef, aBuiltinFunc); local
[all...]

Completed in 2972 milliseconds