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

  /external/chromium_org/third_party/libxml/src/include/libxml/
uri.h 22 * xmlURI:
31 typedef struct _xmlURI xmlURI;
32 typedef xmlURI *xmlURIPtr;
  /external/libxml2/include/libxml/
uri.h 22 * xmlURI:
31 typedef struct _xmlURI xmlURI;
32 typedef xmlURI *xmlURIPtr;
  /external/chromium_org/third_party/libxml/src/
uri.c 973 * Simply creates an empty xmlURI
981 ret = (xmlURIPtr) xmlMalloc(sizeof(xmlURI));
987 memset(ret, 0, sizeof(xmlURI));
993 * @uri: pointer to an xmlURI
    [all...]
  /external/libxml2/
uri.c 1004 * Simply creates an empty xmlURI
1012 ret = (xmlURIPtr) xmlMalloc(sizeof(xmlURI));
1017 memset(ret, 0, sizeof(xmlURI));
1048 * @uri: pointer to an xmlURI
    [all...]
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 204 milliseconds