Home
last modified time | relevance | path

Searched defs:Url (Results 1 – 2 of 2) sorted by relevance

/plan9-contrib/sys/src/cmd/webfs/
H A Ddat.h4 typedef struct Url Url; typedef
61 struct Url struct
66 int (*open)(Client*, Url*); argument
67 int (*read)(Client*, Req*);
68 void (*close)(Client*);
69 char* schemedata;
70 char* authority;
71 char* user;
72 char* passwd;
73 char* host;
[all …]
/plan9-contrib/sys/src/cmd/abaco/
H A Ddat.h11 typedef struct Url Url; typedef
124 struct Url struct
135 Url* urlalloc(Runestr *, Runestr *, int); argument