Searched refs:xmlRelaxNGNewMemParserCtxt (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/libxml2-26/libxml2/include/libxml/
H A Drelaxng.h126 xmlRelaxNGNewMemParserCtxt (const char *buffer,
/macosx-10.9.5/libxml2-26/libxml2/
H A DtestRelax.c101 ctxt = xmlRelaxNGNewMemParserCtxt((char *)base,info.st_size);
H A Drunsuite.c329 pctxt = xmlRelaxNGNewMemParserCtxt((const char *)buf->content, buf->use);
464 pctxt = xmlRelaxNGNewMemParserCtxt((const char *)buf->content, buf->use);
H A Dlibxml2.syms1316 xmlRelaxNGNewMemParserCtxt;
H A Delfgcchack.h8600 #undef xmlRelaxNGNewMemParserCtxt macro
8601 extern __typeof (xmlRelaxNGNewMemParserCtxt) xmlRelaxNGNewMemParserCtxt __attribute((alias("xmlRelaxNGNewMemParserCtxt__internal_alias")));
8603 #ifndef xmlRelaxNGNewMemParserCtxt
8604 extern __typeof (xmlRelaxNGNewMemParserCtxt) xmlRelaxNGNewMemParserCtxt__internal_alias __attribute((visibility("hidden")));
8605 #define xmlRelaxNGNewMemParserCtxt xmlRelaxNGNewMemParserCtxt__internal_alias macro
H A Drelaxng.c6745 * xmlRelaxNGNewMemParserCtxt:
6755 xmlRelaxNGNewMemParserCtxt(const char *buffer, int size) function
H A Dtestapi.c17570 ret_val = xmlRelaxNGNewMemParserCtxt((const char *)buffer, size);
17577 printf("Leak of %d blocks found in xmlRelaxNGNewMemParserCtxt",
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Drelaxng.h126 xmlRelaxNGNewMemParserCtxt (const char *buffer,
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A DtestRelax.c101 ctxt = xmlRelaxNGNewMemParserCtxt((char *)base,info.st_size);
H A Drunsuite.c341 pctxt = xmlRelaxNGNewMemParserCtxt((const char *)buf->content, buf->use);
476 pctxt = xmlRelaxNGNewMemParserCtxt((const char *)buf->content, buf->use);
H A Dlibxml2.syms1316 xmlRelaxNGNewMemParserCtxt;
H A Delfgcchack.h8474 #undef xmlRelaxNGNewMemParserCtxt macro
8475 extern __typeof (xmlRelaxNGNewMemParserCtxt) xmlRelaxNGNewMemParserCtxt __attribute((alias("xmlRelaxNGNewMemParserCtxt__internal_alias")));
8477 #ifndef xmlRelaxNGNewMemParserCtxt
8478 extern __typeof (xmlRelaxNGNewMemParserCtxt) xmlRelaxNGNewMemParserCtxt__internal_alias __attribute((visibility("hidden")));
8479 #define xmlRelaxNGNewMemParserCtxt xmlRelaxNGNewMemParserCtxt__internal_alias macro
H A Drelaxng.c6744 * xmlRelaxNGNewMemParserCtxt:
6754 xmlRelaxNGNewMemParserCtxt(const char *buffer, int size) function
H A Dtestapi.c17581 ret_val = xmlRelaxNGNewMemParserCtxt((const char *)buffer, size);
17588 printf("Leak of %d blocks found in xmlRelaxNGNewMemParserCtxt",
[all...]
/macosx-10.9.5/CPANInternal-140/XML-LibXML/
H A DLibXML.xs6716 rngctxt = xmlRelaxNGNewMemParserCtxt( string,len );

Completed in 1010 milliseconds