Searched refs:SqlFunc (Results 1 – 1 of 1) sorted by relevance
41 typedef struct SqlFunc SqlFunc; typedef42 struct SqlFunc { struct45 SqlFunc *pNext; /* Next function on the list of them all */ argument61 SqlFunc *pFunc; /* List of SQL functions */292 SqlFunc *pFunc = pDb->pFunc; in DbDeleteCmd()386 SqlFunc *p = sqlite_user_data(context); in tclSqlFunc()849 SqlFunc *pFunc; in DbObjCmd()859 pFunc = (SqlFunc*)Tcl_Alloc( sizeof(*pFunc) + nScript + 1 ); in DbObjCmd()