Searched refs:FuncDef (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A DvdbeInt.h157 FuncDef *pFunc; /* Pointer to function information. MUST BE FIRST */
179 FuncDef **apFunc; /* Information about aggregate functions */
H A DsqliteInt.h248 typedef struct FuncDef FuncDef; typedef in typeref:struct:FuncDef
429 struct FuncDef { struct
438 FuncDef *pNext; /* Next function with same name */
904 FuncDef *pFunc; /* Information about the aggregate function */
1226 FuncDef *sqliteFindFunction(sqlite*,const char*,int,int,int);
H A Dmain.c591 FuncDef *pFunc, *pNext;
592 for(pFunc = (FuncDef*)sqliteHashData(i); pFunc; pFunc=pNext){
1003 FuncDef *p;
1025 FuncDef *p;
1046 FuncDef *p = (FuncDef*)sqliteHashFind(&db->aFunc, zName, strlen(zName));
H A Dselect.c2299 FuncDef *pFunc;
2366 FuncDef *pDef;
H A Dvdbe.c1115 ctx.pFunc = (FuncDef*)pOp->p3;
4420 ** P3 is a pointer to the FuncDef structure for the function.
4425 p->agg.apFunc[i] = (FuncDef*)pOp->p3;
4432 ** function has P2 arguments. P3 is a pointer to the FuncDef
4461 ctx.pFunc = (FuncDef*)pOp->p3;

Completed in 37 milliseconds