Home
last modified time | relevance | path

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

/external/libxml2/
Dnanohttp.c131 typedef struct xmlNanoHTTPCtxt { struct
132 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