Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlMalloc

3236     ret = (xmlSchemaPtr) xmlMalloc(sizeof(xmlSchema));
3260 ret = (xmlSchemaFacetPtr) xmlMalloc(sizeof(xmlSchemaFacet));
3283 ret = (xmlSchemaAnnotPtr) xmlMalloc(sizeof(xmlSchemaAnnot));
3298 ret = xmlMalloc(sizeof(xmlSchemaItemList));
3323 list->items = (void **) xmlMalloc(
3352 list->items = (void **) xmlMalloc(
3377 list->items = (void **) xmlMalloc(
3419 list->items = (void **) xmlMalloc(
3544 ret = (xmlSchemaBucketPtr) xmlMalloc(size);
5115 ret = (xmlSchemaNotationPtr) xmlMalloc(sizeof(xmlSchemaNotation));
5152 ret = (xmlSchemaAttributePtr) xmlMalloc(sizeof(xmlSchemaAttribute));
5192 ret = (xmlSchemaAttributeUsePtr) xmlMalloc(sizeof(xmlSchemaAttributeUse));
5221 xmlMalloc(sizeof(xmlSchemaRedef));
5266 xmlMalloc(sizeof(xmlSchemaAttributeGroup));
5315 ret = (xmlSchemaElementPtr) xmlMalloc(sizeof(xmlSchemaElement));
5357 ret = (xmlSchemaTypePtr) xmlMalloc(sizeof(xmlSchemaType));
5393 xmlMalloc(sizeof(xmlSchemaQNameRef));
5418 xmlMalloc(sizeof(xmlSchemaAttributeUseProhib));
5455 xmlMalloc(sizeof(xmlSchemaModelGroup));
5497 xmlMalloc(sizeof(xmlSchemaParticle));
5544 xmlMalloc(sizeof(xmlSchemaModelGroupDef));
5583 xmlMalloc(sizeof(xmlSchemaWildcardNs));
5603 ret = (xmlSchemaIDCPtr) xmlMalloc(sizeof(xmlSchemaIDC));
5644 ret = (xmlSchemaWildcardPtr) xmlMalloc(sizeof(xmlSchemaWildcard));
5679 ret = (xmlSchemaSubstGroupPtr) xmlMalloc(sizeof(xmlSchemaSubstGroup));
8028 nsArray = (const xmlChar **) xmlMalloc(
8217 item = (xmlSchemaIDCSelectPtr) xmlMalloc(sizeof(xmlSchemaIDCSelect));
8901 xmlMalloc(sizeof(xmlSchemaTypeLink));
9835 xmlMalloc(sizeof(xmlSchemaSchemaRelation));
9893 xmlMalloc(sizeof(xmlSchemaConstructionCtxt));
9925 ret = (xmlSchemaParserCtxtPtr) xmlMalloc(sizeof(xmlSchemaParserCtxt));
11673 xmlMalloc(sizeof(xmlSchemaFacetLink));
13237 link = (xmlSchemaTypeLinkPtr) xmlMalloc(sizeof(xmlSchemaTypeLink));
17634 xmlMalloc(sizeof(xmlSchemaFacetLink));
17688 xmlMalloc(sizeof(xmlSchemaTypeLink));
21888 aidc = (xmlSchemaIDCAugPtr) xmlMalloc(sizeof(xmlSchemaIDCAug));
21939 ret = (xmlSchemaPSVIIDCBindingPtr) xmlMalloc(
21971 xmlMalloc(20 * sizeof(xmlSchemaPSVIIDCNodePtr));
22012 xmlMalloc(40 * sizeof(xmlSchemaPSVIIDCKeyPtr));
22051 xmlMalloc(10 * sizeof(xmlSchemaPSVIIDCNodePtr));
22305 sto = (xmlSchemaIDCStateObjPtr) xmlMalloc(sizeof(xmlSchemaIDCStateObj));
22420 sto->history = (int *) xmlMalloc(5 * sizeof(int));
22703 xmlMalloc(matcher->sizeKeySeqs *
22771 keySeq = (xmlSchemaPSVIIDCKeyPtr *) xmlMalloc(
22787 key = (xmlSchemaPSVIIDCKeyPtr) xmlMalloc(
22941 ntItem = (xmlSchemaPSVIIDCNodePtr) xmlMalloc(
23158 xmlMalloc(sizeof(xmlSchemaIDCMatcher));
23568 xmlMalloc(10 * sizeof(xmlSchemaPSVIIDCNodePtr));
23632 xmlMalloc(bind->nbNodes *
23811 xmlMalloc(sizeof(xmlSchemaAttrInfoPtr));
23842 xmlMalloc(sizeof(xmlSchemaAttrInfo));
23993 xmlMalloc(10 * sizeof(xmlSchemaNodeInfoPtr));
24024 xmlMalloc(sizeof(xmlSchemaNodeInfo));
27214 (const xmlChar **) xmlMalloc(10 *
27361 ret = (xmlSchemaValidCtxtPtr) xmlMalloc(sizeof(xmlSchemaValidCtxt));
28413 ret = (xmlSchemaSAXPlugPtr) xmlMalloc(sizeof(xmlSchemaSAXPlugStruct));