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

/freebsd-13-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c171 SqlFunc *pFunc; /* List of SQL functions */ member in struct:SqliteDb
535 SqlFunc *pFunc = pDb->pFunc; local
2833 SqlFunc *pFunc; local
[all...]
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c15586 FuncDef *pFunc; /* Used when p4type is P4_FUNCDEF */ member in union:VdbeOp::p4union
18080 FuncDef *pFunc; /* The aggregate function implementation */ member in struct:AggInfo::AggInfo_func
19471 FuncDef *pFunc; /* The function */ member in struct:Window
21318 FuncDef *pFunc; /* Pointer to function information */ member in struct:sqlite3_context
76909 sqlite3VdbeMemFinalize(Mem *pMem, FuncDef *pFunc) argument
76939 sqlite3VdbeMemAggValue(Mem *pAccum, Mem *pOut, FuncDef *pFunc) argument
77865 FuncDef *pFunc = 0; /* Function definition */ local
78729 sqlite3VdbeAddFunctionCall( Parse *pParse, int p1, int p2, int p3, int nArg, const FuncDef *pFunc, int eCallCtx ) argument
111042 codeAttach( Parse *pParse, int type, FuncDef const *pFunc, Expr *pAuthArg, Expr *pFilename, Expr *pDbname, Expr *pKey ) argument
135854 minMaxQuery(sqlite3 *db, Expr *pFunc, ExprList **ppMinMax) argument
136778 struct AggInfo_func *pFunc; local
155562 FuncDef *pFunc = pWin->pFunc; local
155821 FuncDef *pFunc = pWin->pFunc; local
155892 FuncDef *pFunc = pWin->pFunc; local
155922 FuncDef *pFunc = pWin->pFunc; local
[all...]

Completed in 608 milliseconds