OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:py_retval
(Results
1 - 4
of
4
) sorted by null
/external/libxml2/python/
libxml.c
112
PyObject *
py_retval
;
local
116
py_retval
= libxml_longWrap(ret);
117
return (
py_retval
);
124
PyObject *
py_retval
;
local
181
py_retval
= libxml_longWrap(ret);
182
return (
py_retval
);
502
PyObject *
py_retval
;
local
518
py_retval
= libxml_xmlOutputBufferPtrWrap(buffer);
519
return(
py_retval
);
565
PyObject *
py_retval
;
local
586
PyObject *
py_retval
;
local
602
PyObject *
py_retval
;
local
625
PyObject *
py_retval
;
local
679
PyObject *
py_retval
;
local
765
PyObject *
py_retval
;
local
1664
PyObject *
py_retval
;
local
1785
PyObject *
py_retval
;
local
1836
PyObject *
py_retval
;
local
1977
PyObject *
py_retval
;
local
2098
PyObject *
py_retval
;
local
2153
PyObject *
py_retval
;
local
2333
PyObject *
py_retval
;
local
2394
PyObject *
py_retval
;
local
2841
PyObject *
py_retval
;
local
2863
PyObject *
py_retval
;
local
2912
PyObject *
py_retval
;
local
2942
PyObject *
py_retval
= NULL;
local
3093
PyObject *
py_retval
;
local
3235
PyObject *
py_retval
;
local
3399
PyObject *
py_retval
;
local
3610
PyObject *
py_retval
= NULL;
local
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
connection.c
647
PyObject*
py_retval
= NULL;
local
659
py_retval
= PyObject_CallObject(py_func, args);
663
if (
py_retval
) {
664
_pysqlite_set_result(context,
py_retval
);
665
Py_DECREF(
py_retval
);
[
all
...]
/external/python/cpython2/Modules/_sqlite/
connection.c
655
PyObject*
py_retval
= NULL;
local
668
py_retval
= PyObject_CallObject(py_func, args);
673
if (
py_retval
) {
674
ok = _pysqlite_set_result(context,
py_retval
) == 0;
675
Py_DECREF(
py_retval
);
[
all
...]
/external/python/cpython3/Modules/_sqlite/
connection.c
599
PyObject*
py_retval
= NULL;
local
610
py_retval
= PyObject_CallObject(py_func, args);
615
if (
py_retval
) {
616
ok = _pysqlite_set_result(context,
py_retval
) == 0;
617
Py_DECREF(
py_retval
);
[
all
...]
Completed in 243 milliseconds