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

  /external/chromium_org/third_party/libxml/src/
nanoftp.c 121 typedef struct xmlNanoFTPCtxt {
143 } xmlNanoFTPCtxt, *xmlNanoFTPCtxtPtr;
475 ret = (xmlNanoFTPCtxtPtr) xmlMalloc(sizeof(xmlNanoFTPCtxt));
481 memset(ret, 0, sizeof(xmlNanoFTPCtxt));
    [all...]
  /external/libxml2/
nanoftp.c 122 typedef struct xmlNanoFTPCtxt {
144 } xmlNanoFTPCtxt, *xmlNanoFTPCtxtPtr;
476 ret = (xmlNanoFTPCtxtPtr) xmlMalloc(sizeof(xmlNanoFTPCtxt));
482 memset(ret, 0, sizeof(xmlNanoFTPCtxt));
    [all...]

Completed in 25 milliseconds