HomeSort by relevance Sort by last modified time
    Searched refs:xmlNanoHTTPCtxt (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libxml/src/
nanohttp.c 136 typedef struct xmlNanoHTTPCtxt {
164 } xmlNanoHTTPCtxt, *xmlNanoHTTPCtxtPtr;
387 ret = (xmlNanoHTTPCtxtPtr) xmlMalloc(sizeof(xmlNanoHTTPCtxt));
393 memset(ret, 0, sizeof(xmlNanoHTTPCtxt));
    [all...]
  /external/libxml2/
nanohttp.c 134 typedef struct xmlNanoHTTPCtxt {
162 } xmlNanoHTTPCtxt, *xmlNanoHTTPCtxtPtr;
385 ret = (xmlNanoHTTPCtxtPtr) xmlMalloc(sizeof(xmlNanoHTTPCtxt));
391 memset(ret, 0, sizeof(xmlNanoHTTPCtxt));
    [all...]

Completed in 97 milliseconds