OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pyobj_out
(Results
1 - 1
of
1
) sorted by null
/external/libxml2/python/
libxml.c
568
PyObject *
pyobj_out
;
local
570
if (!PyArg_ParseTuple(args, (char *)"O:xmlOutputBufferClose", &
pyobj_out
))
572
out = (xmlOutputBufferPtr) PyoutputBuffer_Get(
pyobj_out
);
589
PyObject *
pyobj_out
;
local
591
if (!PyArg_ParseTuple(args, (char *)"O:xmlOutputBufferFlush", &
pyobj_out
))
593
out = (xmlOutputBufferPtr) PyoutputBuffer_Get(
pyobj_out
);
[
all
...]
Completed in 177 milliseconds