Searched refs:hfunc (Results 1 – 1 of 1) sorted by relevance
67 struct hfunc *funcs; /* SQLite user defined function handles */84 typedef struct hfunc { struct85 struct hfunc *next; /* next function */ argument95 } hfunc; argument779 hfunc *f; in doclose()1693 static hfunc *1699 return (hfunc *) v.l; in getfunc()1706 hfunc *f = (hfunc *) sqlite_user_data(sf); in call_common()1760 hfunc *f = (hfunc *) sqlite_user_data(sf); in call_final()1782 hfunc *f = (hfunc *) sqlite3_user_data(sf); in call3_common()[all …]