Searched defs:xmlNanoHTTPCtxt (Results 1 – 2 of 2) sorted by relevance
87 typedef struct xmlNanoHTTPCtxt { struct88 char *protocol; /* the protocol name */89 char *hostname; /* the host name */90 int port; /* the port */91 char *path; /* the path within the URL */115 } xmlNanoHTTPCtxt, *xmlNanoHTTPCtxtPtr; argument
106 typedef struct xmlNanoHTTPCtxt { struct107 char *protocol; /* the protocol name */108 char *hostname; /* the host name */109 int port; /* the port */110 char *path; /* the path within the URL */134 } xmlNanoHTTPCtxt, *xmlNanoHTTPCtxtPtr; argument