Home | History | Annotate | Download | only in expat

Lines Matching refs:memsuite

440              const XML_Memory_Handling_Suite *memsuite,
718 const XML_Memory_Handling_Suite *memsuite,
721 return parserCreate(encodingName, memsuite, nameSep, NULL);
726 const XML_Memory_Handling_Suite *memsuite,
732 if (memsuite) {
735 memsuite->malloc_fcn(sizeof(struct XML_ParserStruct));
738 mtemp->malloc_fcn = memsuite->malloc_fcn;
739 mtemp->realloc_fcn = memsuite->realloc_fcn;
740 mtemp->free_fcn = memsuite->free_fcn;