OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mtemp
(Results
1 - 7
of
7
) sorted by null
/external/toybox/toys/lsb/
umount.c
59
struct mtab_list *
mtemp
= mt;
local
68
free(
mtemp
);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
xmlparse.c
705
XML_Memory_Handling_Suite *
mtemp
;
local
709
mtemp
= (XML_Memory_Handling_Suite *)&(parser->m_mem);
710
mtemp
->malloc_fcn = memsuite->malloc_fcn;
711
mtemp
->realloc_fcn = memsuite->realloc_fcn;
712
mtemp
->free_fcn = memsuite->free_fcn;
716
XML_Memory_Handling_Suite *
mtemp
;
local
719
mtemp
= (XML_Memory_Handling_Suite *)&(parser->m_mem);
720
mtemp
->malloc_fcn = malloc;
721
mtemp
->realloc_fcn = realloc;
722
mtemp
->free_fcn = free;
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
xmlparse.c
705
XML_Memory_Handling_Suite *
mtemp
;
local
709
mtemp
= (XML_Memory_Handling_Suite *)&(parser->m_mem);
710
mtemp
->malloc_fcn = memsuite->malloc_fcn;
711
mtemp
->realloc_fcn = memsuite->realloc_fcn;
712
mtemp
->free_fcn = memsuite->free_fcn;
716
XML_Memory_Handling_Suite *
mtemp
;
local
719
mtemp
= (XML_Memory_Handling_Suite *)&(parser->m_mem);
720
mtemp
->malloc_fcn = malloc;
721
mtemp
->realloc_fcn = realloc;
722
mtemp
->free_fcn = free;
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
xmlparse.c
733
XML_Memory_Handling_Suite *
mtemp
;
local
737
mtemp
= (XML_Memory_Handling_Suite *)&(parser->m_mem);
738
mtemp
->malloc_fcn = memsuite->malloc_fcn;
739
mtemp
->realloc_fcn = memsuite->realloc_fcn;
740
mtemp
->free_fcn = memsuite->free_fcn;
744
XML_Memory_Handling_Suite *
mtemp
;
local
747
mtemp
= (XML_Memory_Handling_Suite *)&(parser->m_mem);
748
mtemp
->malloc_fcn = malloc;
749
mtemp
->realloc_fcn = realloc;
750
mtemp
->free_fcn = free;
[
all
...]
/external/expat/lib/
xmlparse.c
925
XML_Memory_Handling_Suite *
mtemp
;
local
929
mtemp
= (XML_Memory_Handling_Suite *)&(parser->m_mem);
930
mtemp
->malloc_fcn = memsuite->malloc_fcn;
931
mtemp
->realloc_fcn = memsuite->realloc_fcn;
932
mtemp
->free_fcn = memsuite->free_fcn;
936
XML_Memory_Handling_Suite *
mtemp
;
local
939
mtemp
= (XML_Memory_Handling_Suite *)&(parser->m_mem);
940
mtemp
->malloc_fcn = malloc;
941
mtemp
->realloc_fcn = realloc;
942
mtemp
->free_fcn = free
[
all
...]
/external/python/cpython2/Modules/expat/
xmlparse.c
733
XML_Memory_Handling_Suite *
mtemp
;
local
737
mtemp
= (XML_Memory_Handling_Suite *)&(parser->m_mem);
738
mtemp
->malloc_fcn = memsuite->malloc_fcn;
739
mtemp
->realloc_fcn = memsuite->realloc_fcn;
740
mtemp
->free_fcn = memsuite->free_fcn;
744
XML_Memory_Handling_Suite *
mtemp
;
local
747
mtemp
= (XML_Memory_Handling_Suite *)&(parser->m_mem);
748
mtemp
->malloc_fcn = malloc;
749
mtemp
->realloc_fcn = realloc;
750
mtemp
->free_fcn = free
[
all
...]
/external/python/cpython3/Modules/expat/
xmlparse.c
733
XML_Memory_Handling_Suite *
mtemp
;
local
737
mtemp
= (XML_Memory_Handling_Suite *)&(parser->m_mem);
738
mtemp
->malloc_fcn = memsuite->malloc_fcn;
739
mtemp
->realloc_fcn = memsuite->realloc_fcn;
740
mtemp
->free_fcn = memsuite->free_fcn;
744
XML_Memory_Handling_Suite *
mtemp
;
local
747
mtemp
= (XML_Memory_Handling_Suite *)&(parser->m_mem);
748
mtemp
->malloc_fcn = malloc;
749
mtemp
->realloc_fcn = realloc;
750
mtemp
->free_fcn = free
[
all
...]
Completed in 88 milliseconds