Searched defs:urlpieces (Results 1 – 1 of 1) sorted by relevance
1307 struct urlpieces { struct1308 char *scheme;1309 char *hostname;1310 char *port;1311 char *user;1312 char *password;1313 char *options;1314 char *path;1315 char *query;