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

/osnet-11/usr/src/lib/libsqlite/src/
H A Dtclsqlite.c41 typedef struct SqlFunc SqlFunc; typedef in typeref:struct:SqlFunc
42 struct SqlFunc { struct
45 SqlFunc *pNext; /* Next function on the list of them all */
61 SqlFunc *pFunc; /* List of SQL functions */
292 SqlFunc *pFunc = pDb->pFunc;
386 SqlFunc *p = sqlite_user_data(context);
849 SqlFunc *pFunc;
859 pFunc = (SqlFunc*)Tcl_Alloc( sizeof(*pFunc) + nScript + 1 );

Completed in 21 milliseconds