Searched defs:xmlNanoHTTPCtxt (Results 1 – 1 of 1) sorted by relevance
131 typedef struct xmlNanoHTTPCtxt { struct132 char *protocol; /* the protocol name */133 char *hostname; /* the host name */134 int port; /* the port */135 char *path; /* the path within the URL */159 } xmlNanoHTTPCtxt, *xmlNanoHTTPCtxtPtr; argument