Home
last modified time | relevance | path

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

/external/libxml2/
Dnanohttp.c124 typedef struct xmlNanoHTTPCtxt { struct
125 char *protocol; /* the protocol name */
126 char *hostname; /* the host name */
127 int port; /* the port */
128 char *path; /* the path within the URL */
152 } xmlNanoHTTPCtxt, *xmlNanoHTTPCtxtPtr; argument