Searched defs:xmlNanoHTTPCtxt (Results 1 – 1 of 1) sorted by relevance
117 typedef struct xmlNanoHTTPCtxt { struct118 char *protocol; /* the protocol name */119 char *hostname; /* the host name */120 int port; /* the port */121 char *path; /* the path within the URL */145 } xmlNanoHTTPCtxt, *xmlNanoHTTPCtxtPtr; argument