Searched refs:NewOutput (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Include/ | ||
D | cStringIO.h | 50 PyObject *(*NewOutput)(int); member |
/external/python/cpython2/Modules/ | ||
D | cPickle.c | 5729 if (!( file = PycStringIO->NewOutput(128))) in cpm_dumps() |