Searched defs:pFunc (Results 1 - 3 of 3) sorted by relevance
/external/webkit/Source/WebKit/android/jni/ |
H A D | WebCoreFrameBridge.cpp | 1077 PolicyFunctionWrapper* pFunc = (PolicyFunctionWrapper*)func; local 1078 ALOG_ASSERT(pFunc, "nativeCallPolicyFunction must take a valid function pointer!"); 1084 (pFrame->loader()->policyChecker()->*(pFunc->func))((WebCore::PolicyAction)decision);
|
/external/sqlite/dist/orig/ |
H A D | sqlite3.c | 8475 FuncDef *pFunc; /* Used when p4type is P4_FUNCDEF */ member in union:VdbeOp::__anon13374 10460 FuncDef *pFunc; /* The aggregate function implementation */ member in struct:AggInfo::AggInfo_func 13060 FuncDef *pFunc; /* The definition of the function */ member in struct:VdbeFunc 13082 FuncDef *pFunc; /* Pointer to function information. MUST BE FIRST */ member in struct:sqlite3_context 58596 sqlite3VdbeMemFinalize(Mem *pMem, FuncDef *pFunc) argument 80688 codeAttach( Parse *pParse, int type, FuncDef const *pFunc, Expr *pAuthArg, Expr *pFilename, Expr *pDbname, Expr *pKey ) argument 98052 struct AggInfo_func *pFunc; local [all...] |
/external/sqlite/dist/ |
H A D | sqlite3.c | 8475 FuncDef *pFunc; /* Used when p4type is P4_FUNCDEF */ member in union:VdbeOp::__anon13399 10460 FuncDef *pFunc; /* The aggregate function implementation */ member in struct:AggInfo::AggInfo_func 13060 FuncDef *pFunc; /* The definition of the function */ member in struct:VdbeFunc 13082 FuncDef *pFunc; /* Pointer to function information. MUST BE FIRST */ member in struct:sqlite3_context 58624 sqlite3VdbeMemFinalize(Mem *pMem, FuncDef *pFunc) argument 80724 codeAttach( Parse *pParse, int type, FuncDef const *pFunc, Expr *pAuthArg, Expr *pFilename, Expr *pDbname, Expr *pKey ) argument 98088 struct AggInfo_func *pFunc; local [all...] |
Completed in 447 milliseconds