Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/libxml2/
H A Dnanohttp.c117 typedef struct xmlNanoHTTPCtxt { struct
118 char *protocol; /* the protocol name */
119 char *hostname; /* the host name */
120 int port; /* the port */
121 char *path; /* the path within the URL */
145 } xmlNanoHTTPCtxt, *xmlNanoHTTPCtxtPtr; argument