Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxml2/
H A Dnanohttp.c87 typedef struct xmlNanoHTTPCtxt { struct
88 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
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dnanohttp.c106 typedef struct xmlNanoHTTPCtxt { struct
107 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