Lines Matching refs:xmlMalloc
329 ret = (xmlSchematronTestPtr) xmlMalloc(sizeof(xmlSchematronTest));
412 ret = (xmlSchematronRulePtr) xmlMalloc(sizeof(xmlSchematronRule));
490 ret = (xmlSchematronPatternPtr) xmlMalloc(sizeof(xmlSchematronPattern));
542 ret = (xmlSchematronPtr) xmlMalloc(sizeof(xmlSchematron));
597 xmlMalloc
639 xmlMalloc(sizeof(xmlSchematronParserCtxt));
678 xmlMalloc(sizeof(xmlSchematronParserCtxt));
738 xmlMalloc(ctxt->maxIncludes * 2 * sizeof(xmlNodePtr));
808 xmlMalloc(ctxt->maxNamespaces * 2 * sizeof(const xmlChar *));
1508 ret = (xmlSchematronValidCtxtPtr) xmlMalloc(sizeof(xmlSchematronValidCtxt));