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

  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlmodule.h 23 * xmlModulePtr:
28 typedef xmlModule *xmlModulePtr;
40 XMLPUBFUN xmlModulePtr XMLCALL xmlModuleOpen (const char *filename,
43 XMLPUBFUN int XMLCALL xmlModuleSymbol (xmlModulePtr module,
47 XMLPUBFUN int XMLCALL xmlModuleClose (xmlModulePtr module);
49 XMLPUBFUN int XMLCALL xmlModuleFree (xmlModulePtr module);
  /external/libxml2/include/libxml/
xmlmodule.h 23 * xmlModulePtr:
28 typedef xmlModule *xmlModulePtr;
40 XMLPUBFUN xmlModulePtr XMLCALL xmlModuleOpen (const char *filename,
43 XMLPUBFUN int XMLCALL xmlModuleSymbol (xmlModulePtr module,
47 XMLPUBFUN int XMLCALL xmlModuleClose (xmlModulePtr module);
49 XMLPUBFUN int XMLCALL xmlModuleFree (xmlModulePtr module);
  /external/chromium_org/third_party/libxml/src/
xmlmodule.c 44 xmlModuleErrMemory(xmlModulePtr module, const char *extra)
68 xmlModulePtr
71 xmlModulePtr module;
73 module = (xmlModulePtr) xmlMalloc(sizeof(xmlModule));
106 xmlModuleSymbol(xmlModulePtr module, const char *name, void **symbol)
142 xmlModuleClose(xmlModulePtr module)
178 xmlModuleFree(xmlModulePtr module)
testModule.c 45 xmlModulePtr module = NULL;
testapi.c     [all...]
  /external/libxml2/
xmlmodule.c 44 xmlModuleErrMemory(xmlModulePtr module, const char *extra)
68 xmlModulePtr
71 xmlModulePtr module;
73 module = (xmlModulePtr) xmlMalloc(sizeof(xmlModule));
106 xmlModuleSymbol(xmlModulePtr module, const char *name, void **symbol)
142 xmlModuleClose(xmlModulePtr module)
178 xmlModuleFree(xmlModulePtr module)
  /external/chromium_org/third_party/libxslt/libxslt/
extensions.c 323 xmlModulePtr m;
    [all...]
  /external/libxslt/libxslt/
extensions.c 323 xmlModulePtr m;
    [all...]

Completed in 149 milliseconds