Searched defs:xmlNanoHTTPCtxt (Results 1 – 1 of 1) sorted by relevance
124 typedef struct xmlNanoHTTPCtxt { struct125 char *protocol; /* the protocol name */126 char *hostname; /* the host name */127 int port; /* the port */128 char *path; /* the path within the URL */152 } xmlNanoHTTPCtxt, *xmlNanoHTTPCtxtPtr; argument