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 131 typedef struct xmlNanoHTTPCtxt {
159 } xmlNanoHTTPCtxt, *xmlNanoHTTPCtxtPtr;
392 ret = (xmlNanoHTTPCtxtPtr) xmlMalloc(sizeof(xmlNanoHTTPCtxt));
398 memset(ret, 0, sizeof(xmlNanoHTTPCtxt));
    [all...]

Completed in 116 milliseconds