Searched defs:urlpieces (Results 1 – 1 of 1) sorted by relevance
1317 struct urlpieces { struct1318 char *scheme;1319 char *hostname;1320 char *port;1321 char *user;1322 char *password;1323 char *options;1324 char *path;1325 char *query;