Home
last modified time | relevance | path

Searched refs:_PyAccu_Destroy (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_accu.h33 PyAPI_FUNC(void) _PyAccu_Destroy(_PyAccu *acc);
/external/python/cpython3/Objects/
Daccu.c111 _PyAccu_Destroy(_PyAccu *acc) in _PyAccu_Destroy() function
/external/python/cpython3/Modules/_io/
Dstringio.c575 _PyAccu_Destroy(&self->accu); in _io_StringIO_close_impl()
605 _PyAccu_Destroy(&self->accu); in stringio_dealloc()
690 _PyAccu_Destroy(&self->accu); in _io_StringIO___init___impl()
/external/python/cpython3/Modules/
D_json.c1300 _PyAccu_Destroy(&acc); in encoder_call()