HomeSort by relevance Sort by last modified time
    Searched refs:_PyIO_State (Results 1 - 7 of 7) sorted by null

  /external/python/cpython3/Modules/_io/
_iomodule.h 147 } _PyIO_State;
149 #define IO_MOD_STATE(mod) ((_PyIO_State *)PyModule_GetState(mod))
152 extern _PyIO_State *_PyIO_get_module_state(void);
153 extern PyObject *_PyIO_get_locale_module(_PyIO_State *);
_iomodule.c 570 _PyIO_State *
574 _PyIO_State *state;
585 _PyIO_get_locale_module(_PyIO_State *state)
611 _PyIO_State *state = IO_MOD_STATE(mod);
624 _PyIO_State *state = IO_MOD_STATE(mod);
654 sizeof(_PyIO_State),
666 _PyIO_State *state = NULL;
iobase.c 87 _PyIO_State *state = IO_STATE();
fileio.c 545 _PyIO_State *state = IO_STATE();
    [all...]
winconsoleio.c 481 _PyIO_State *state = IO_STATE();
    [all...]
textio.c 62 _PyIO_State *state = IO_STATE();
836 _PyIO_State *state = NULL;
    [all...]
bufferedio.c 131 _PyIO_State *state = IO_STATE();
    [all...]

Completed in 201 milliseconds