Searched refs:pFunc (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c190 SqlFunc *pFunc; /* List of SQL functions */ member in struct:SqliteDb
502 for(p=pDb->pFunc; p; p=p->pNext){
511 pNew->pNext = pDb->pFunc;
512 pDb->pFunc = pNew;
564 while( pDb->pFunc ){
565 SqlFunc *pFunc = pDb->pFunc; local
566 pDb->pFunc = pFunc->pNext;
567 assert( pFunc
2890 SqlFunc *pFunc; local
[all...]
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c16452 FuncDef *pFunc; /* Used when p4type is P4_FUNCDEF */ member in union:VdbeOp::p4union
18803 FuncDef *pFunc; /* The aggregate function implementation */ member in struct:AggInfo::AggInfo_func
20362 ** attached to Select.pWin. The Window.pFunc and Window.pExpr
23402 FuncDef *pFunc; /* Pointer to function information */ member in struct:sqlite3_context
82835 sqlite3VdbeMemFinalize(Mem *pMem, FuncDef *pFunc) argument
82868 sqlite3VdbeMemAggValue(Mem *pAccum, Mem *pOut, FuncDef *pFunc) argument
83842 FuncDef *pFunc = 0; /* Function definition */ local
84808 sqlite3VdbeAddFunctionCall( Parse *pParse, int p1, int p2, int p3, int nArg, const FuncDef *pFunc, int eCallCtx ) argument
120068 codeAttach( Parse *pParse, int type, FuncDef const *pFunc, Expr *pAuthArg, Expr *pFilename, Expr *pDbname, Expr *pKey ) argument
147151 minMaxQuery(sqlite3 *db, Expr *pFunc, ExprList **ppMinMax) argument
148414 struct AggInfo_func *pFunc; local
169518 FuncDef *pFunc = pWin->pWFunc; local
169780 FuncDef *pFunc = pWin->pWFunc; local
169852 FuncDef *pFunc = pWin->pWFunc; local
169882 FuncDef *pFunc = pWin->pWFunc; local
[all...]

Completed in 556 milliseconds