Home
last modified time | relevance | path

Searched defs:xmlNanoHTTPCtxt (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dnanohttp.c132 typedef struct xmlNanoHTTPCtxt { struct
133 char *protocol; /* the protocol name */
134 char *hostname; /* the host name */
135 int port; /* the port */
159 } xmlNanoHTTPCtxt, *xmlNanoHTTPCtxtPtr; argument