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

/freebsd-10.3-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c8221 FuncDef *pFunc; /* Used when p4type is P4_FUNCDEF */ member in union:VdbeOp::__anon5305
10203 FuncDef *pFunc; /* The aggregate function implementation */ member in struct:AggInfo::AggInfo_func
12772 FuncDef *pFunc; /* The definition of the function */ member in struct:VdbeFunc
12794 FuncDef *pFunc; /* Pointer to function information. MUST BE FIRST */ member in struct:sqlite3_context
57398 sqlite3VdbeMemFinalize(Mem *pMem, FuncDef *pFunc) argument
78628 codeAttach( Parse *pParse, int type, FuncDef const *pFunc, Expr *pAuthArg, Expr *pFilename, Expr *pDbname, Expr *pKey ) argument
95881 struct AggInfo_func *pFunc; local
[all...]
/freebsd-10.3-release/contrib/sqlite3/
H A Dsqlite3.c9738 FuncDef *pFunc; /* Used when p4type is P4_FUNCDEF */ member in union:VdbeOp::p4union
11921 FuncDef *pFunc; /* The aggregate function implementation */ member in struct:AggInfo::AggInfo_func
14880 FuncDef *pFunc; /* Pointer to function information */ member in struct:sqlite3_context
64501 sqlite3VdbeMemFinalize(Mem *pMem, FuncDef *pFunc) argument
65359 FuncDef *pFunc = 0; /* Function definition */ local
91364 codeAttach( Parse *pParse, int type, FuncDef const *pFunc, Expr *pAuthArg, Expr *pFilename, Expr *pDbname, Expr *pKey ) argument
112217 struct AggInfo_func *pFunc; local
[all...]

Completed in 634 milliseconds