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