Searched defs:urlpieces (Results 1 – 1 of 1) sorted by relevance
1197 struct urlpieces { struct1198 char *scheme;1199 char *hostname;1200 char *port;1201 char *user;1202 char *password;1203 char *options;1204 char *path;1205 char *query;
Completed in 16 milliseconds