Lines Matching full:memsuite
434 const XML_Memory_Handling_Suite *memsuite,
682 const XML_Memory_Handling_Suite *memsuite,
685 XML_Parser parser = parserCreate(encodingName, memsuite, nameSep, NULL);
700 const XML_Memory_Handling_Suite *memsuite,
706 if (memsuite) {
709 memsuite->malloc_fcn(sizeof(struct XML_ParserStruct));
712 mtemp->malloc_fcn = memsuite->malloc_fcn;
713 mtemp->realloc_fcn = memsuite->realloc_fcn;
714 mtemp->free_fcn = memsuite->free_fcn;