Searched refs:hfunc (Results 1 – 4 of 4) sorted by relevance
61 hash_function hfunc, in Curl_hash_init() argument67 if(!slots || !hfunc || !comparator ||!dtor) { in Curl_hash_init()71 h->hash_func = hfunc; in Curl_hash_init()
73 hash_function hfunc,
66 struct hfunc *funcs; /* SQLite user defined function handles */83 typedef struct hfunc { struct84 struct hfunc *next; /* next function */ argument94 } hfunc; argument778 hfunc *f; in doclose()1692 static hfunc *1698 return (hfunc *) v.l; in getfunc()1705 hfunc *f = (hfunc *) sqlite_user_data(sf); in call_common()1759 hfunc *f = (hfunc *) sqlite_user_data(sf); in call_final()1781 hfunc *f = (hfunc *) sqlite3_user_data(sf); in call3_common()[all …]
1018 __u8 hfunc; member