Searched defs:Url (Results 1 – 2 of 2) sorted by relevance
4 typedef struct Url Url; typedef61 struct Url struct66 int (*open)(Client*, Url*); argument67 int (*read)(Client*, Req*);68 void (*close)(Client*);69 char* schemedata;70 char* authority;71 char* user;72 char* passwd;73 char* host;[all …]
11 typedef struct Url Url; typedef124 struct Url struct135 Url* urlalloc(Runestr *, Runestr *, int); argument