OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:callresults
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodeobject.c
705
PyObject **
callresults
= NULL;
local
750
callresults
= PyObject_Malloc(sizeof(PyObject *)*callcount);
751
if (!
callresults
) {
755
callresult =
callresults
;
917
callresult =
callresults
;
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
unicodeobject.c
660
PyObject **
callresults
= NULL;
local
708
callresults
= PyObject_Malloc(sizeof(PyObject *)*callcount);
709
if (!
callresults
) {
713
callresult =
callresults
;
851
callresult =
callresults
;
991
if (
callresults
)
992
PyObject_Free(
callresults
);
998
if (
callresults
) {
999
PyObject **callresult2 =
callresults
;
1004
PyObject_Free(
callresults
);
[
all
...]
/external/python/cpython2/Objects/
unicodeobject.c
704
PyObject **
callresults
= NULL;
local
749
callresults
= PyObject_Malloc(sizeof(PyObject *)*callcount);
750
if (!
callresults
) {
754
callresult =
callresults
;
916
callresult =
callresults
;
[
all
...]
Completed in 395 milliseconds