Searched defs:urlpieces (Results 1 – 1 of 1) sorted by relevance
1267 struct urlpieces { struct1268 char *scheme;1269 char *hostname;1270 char *port;1271 char *user;1272 char *password;1273 char *options;1274 char *path;1275 char *query;