Searched refs:aFunc (Results 1 - 15 of 15) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/thread/symbian/
H A DSDL_systhread.cpp70 int CreateUnique(TInt (*aFunc)(const TDesC& aName, TAny*, TAny*), TAny* aPtr1, TAny* aPtr2)
78 status = aFunc(name, aPtr1, aPtr2);
H A DSDL_sysmutex.cpp60 extern TInt CreateUnique(TInt (*aFunc)(const TDesC& aName, TAny*, TAny*), TAny*, TAny*);
H A DSDL_syssem.cpp53 extern TInt CreateUnique(TInt (*aFunc)(const TDesC& aName, TAny*, TAny*), TAny*, TAny*);
/external/chromium_org/third_party/sqlite/src/src/
H A Dcallback.c340 h = (sqlite3UpperToLower[(u8)zName[0]] + nName) % ArraySize(db->aFunc.a);
344 p = functionSearch(&db->aFunc, h, zName, nName);
391 sqlite3FuncDefInsert(&db->aFunc, pBest);
H A Dalter.c241 FuncDef *aFunc = (FuncDef*)&GLOBAL(FuncDef, aAlterTableFuncs); local
244 sqlite3FuncDefInsert(pHash, &aFunc[i]);
H A Dexpr.c2521 inReg = pInfo->aFunc[pExpr->iAgg].iMem;
3510 ** Add a new element to the pAggInfo->aFunc[] array. Return the index of
3515 pInfo->aFunc = sqlite3ArrayAllocate(
3517 pInfo->aFunc,
3518 sizeof(pInfo->aFunc[0]),
3616 struct AggInfo_func *pItem = pAggInfo->aFunc;
3623 /* pExpr is original. Make a new entry in pAggInfo->aFunc[]
3629 pItem = &pAggInfo->aFunc[i];
3643 /* Make pExpr point to the appropriate pAggInfo->aFunc[] entry
H A Ddate.c1088 FuncDef *aFunc = (FuncDef*)&GLOBAL(FuncDef, aDateTimeFuncs); local
1091 sqlite3FuncDefInsert(pHash, &aFunc[i]);
H A Dselect.c3103 if( (pAggInfo->aFunc[0].pFunc->flags&SQLITE_FUNC_COUNT)==0 ) return 0;
3518 for(pFunc=pAggInfo->aFunc, i=0; i<pAggInfo->nFunc; i++, pFunc++){
3544 for(i=0, pF=pAggInfo->aFunc; i<pAggInfo->nFunc; i++, pF++){
3564 for(i=0, pF=pAggInfo->aFunc; i<pAggInfo->nFunc; i++, pF++){
3995 assert( !ExprHasProperty(sAggInfo.aFunc[i].pExpr, EP_xIsSelect) );
3996 sqlite3ExprAnalyzeAggList(&sNC, sAggInfo.aFunc[i].pExpr->x.pList);
4260 sqlite3VdbeAddOp2(v, OP_Count, iCsr, sAggInfo.aFunc[0].iMem);
4367 sqlite3DbFree(db, sAggInfo.aFunc);
H A Dmain.c743 for(j=0; j<ArraySize(db->aFunc.a); j++){
745 for(p=db->aFunc.a[j]; p; p=pHash){
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 716 milliseconds