Searched refs:xmlSchemaParserCtxt (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/libxml2-26/libxml2/include/libxml/
H A Dxmlschemas.h112 typedef struct _xmlSchemaParserCtxt xmlSchemaParserCtxt; typedef in typeref:struct:_xmlSchemaParserCtxt
113 typedef xmlSchemaParserCtxt *xmlSchemaParserCtxtPtr;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dxmlschemas.h110 typedef struct _xmlSchemaParserCtxt xmlSchemaParserCtxt; typedef in typeref:struct:_xmlSchemaParserCtxt
111 typedef xmlSchemaParserCtxt *xmlSchemaParserCtxtPtr;
/macosx-10.10/libxml2-26/libxml2/
H A Dxmlschemas.c9944 ret = (xmlSchemaParserCtxtPtr) xmlMalloc(sizeof(xmlSchemaParserCtxt));
9950 memset(ret, 0, sizeof(xmlSchemaParserCtxt));
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlschemas.c9925 ret = (xmlSchemaParserCtxtPtr) xmlMalloc(sizeof(xmlSchemaParserCtxt));
9931 memset(ret, 0, sizeof(xmlSchemaParserCtxt));

Completed in 313 milliseconds