HomeSort by relevance Sort by last modified time
    Searched refs:memsuite (Results 1 - 20 of 20) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyexpat.h 25 const XML_Char *encoding, const XML_Memory_Handling_Suite *memsuite,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyexpat.h 25 const XML_Char *encoding, const XML_Memory_Handling_Suite *memsuite,
  /external/python/cpython2/Include/
pyexpat.h 25 const XML_Char *encoding, const XML_Memory_Handling_Suite *memsuite,
  /external/python/cpython3/Include/
pyexpat.h 25 const XML_Char *encoding, const XML_Memory_Handling_Suite *memsuite,
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyexpat.h 25 const XML_Char *encoding, const XML_Memory_Handling_Suite *memsuite,
  /prebuilts/gdb/linux-x86/include/python2.7/
pyexpat.h 25 const XML_Char *encoding, const XML_Memory_Handling_Suite *memsuite,
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyexpat.h 25 const XML_Char *encoding, const XML_Memory_Handling_Suite *memsuite,
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyexpat.h 25 const XML_Char *encoding, const XML_Memory_Handling_Suite *memsuite,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
expat.h 224 by memsuite. If memsuite is NULL, then use the standard library memory
234 const XML_Memory_Handling_Suite *memsuite,
    [all...]
xmlparse.c 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;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
expat.h 224 by memsuite. If memsuite is NULL, then use the standard library memory
234 const XML_Memory_Handling_Suite *memsuite,
    [all...]
xmlparse.c 434 const XML_Memory_Handling_Suite *memsuite,
680 const XML_Memory_Handling_Suite *memsuite,
683 XML_Parser parser = parserCreate(encodingName, memsuite, nameSep, NULL);
698 const XML_Memory_Handling_Suite *memsuite,
704 if (memsuite) {
707 memsuite->malloc_fcn(sizeof(struct XML_ParserStruct));
710 mtemp->malloc_fcn = memsuite->malloc_fcn;
711 mtemp->realloc_fcn = memsuite->realloc_fcn;
712 mtemp->free_fcn = memsuite->free_fcn;
    [all...]
  /external/expat/lib/
expat.h 253 by memsuite. If memsuite is NULL, then use the standard library memory
263 const XML_Memory_Handling_Suite *memsuite,
    [all...]
xmlparse.c 518 const XML_Memory_Handling_Suite *memsuite);
525 const XML_Memory_Handling_Suite *memsuite,
910 const XML_Memory_Handling_Suite *memsuite,
913 return parserCreate(encodingName, memsuite, nameSep, NULL);
918 const XML_Memory_Handling_Suite *memsuite,
924 if (memsuite) {
927 memsuite->malloc_fcn(sizeof(struct XML_ParserStruct));
930 mtemp->malloc_fcn = memsuite->malloc_fcn;
931 mtemp->realloc_fcn = memsuite->realloc_fcn;
932 mtemp->free_fcn = memsuite->free_fcn
    [all...]
  /external/python/cpython2/Modules/expat/
expat.h 224 by memsuite. If memsuite is NULL, then use the standard library memory
234 const XML_Memory_Handling_Suite *memsuite,
    [all...]
xmlparse.c 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;
    [all...]
  /external/python/cpython3/Modules/expat/
expat.h 224 by memsuite. If memsuite is NULL, then use the standard library memory
234 const XML_Memory_Handling_Suite *memsuite,
    [all...]
xmlparse.c 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;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
xmlparse.c 434 const XML_Memory_Handling_Suite *memsuite,
680 const XML_Memory_Handling_Suite *memsuite,
683 XML_Parser parser = parserCreate(encodingName, memsuite, nameSep, NULL);
698 const XML_Memory_Handling_Suite *memsuite,
704 if (memsuite) {
707 memsuite->malloc_fcn(sizeof(struct XML_ParserStruct));
710 mtemp->malloc_fcn = memsuite->malloc_fcn;
711 mtemp->realloc_fcn = memsuite->realloc_fcn;
712 mtemp->free_fcn = memsuite->free_fcn;
    [all...]
  /external/expat/tests/
runtests.c 7895 XML_Memory_Handling_Suite memsuite = { duff_allocator, realloc, free }; local
7917 XML_Memory_Handling_Suite memsuite = { duff_allocator, realloc, free }; local
8071 XML_Memory_Handling_Suite memsuite = { local
8118 XML_Memory_Handling_Suite memsuite = { local
10450 XML_Memory_Handling_Suite memsuite = { local
    [all...]

Completed in 797 milliseconds