OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:py_retval
(Results
1 - 2
of
2
) 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
...]
generator.py
436
ret_convert = "
py_retval
= libxml_%sWrap((%s) c_retval);\n" % (n,c)
437
ret_convert = ret_convert + " return(
py_retval
);\n"
442
ret_convert = "
py_retval
= libxml_%sWrap((%s) c_retval);\n" % (n,c)
443
ret_convert = ret_convert + " return(
py_retval
);\n"
487
output.write(" PyObject *
py_retval
;\n")
[
all
...]
Completed in 68 milliseconds