Searched refs:xmlNanoHTTPCtxt (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dnanohttp.c136 typedef struct xmlNanoHTTPCtxt { struct
164 } xmlNanoHTTPCtxt, *xmlNanoHTTPCtxtPtr; typedef in typeref:struct:xmlNanoHTTPCtxt
387 ret = (xmlNanoHTTPCtxtPtr) xmlMalloc(sizeof(xmlNanoHTTPCtxt));
393 memset(ret, 0, sizeof(xmlNanoHTTPCtxt));
/external/libxml2/
H A Dnanohttp.c131 typedef struct xmlNanoHTTPCtxt { struct
159 } xmlNanoHTTPCtxt, *xmlNanoHTTPCtxtPtr; typedef in typeref:struct:xmlNanoHTTPCtxt
392 ret = (xmlNanoHTTPCtxtPtr) xmlMalloc(sizeof(xmlNanoHTTPCtxt));
398 memset(ret, 0, sizeof(xmlNanoHTTPCtxt));

Completed in 117 milliseconds