Searched refs:_PyMem_Strdup (Results 1 - 6 of 6) sorted by relevance

/external/python/cpython3/Include/
H A Dpymem.h112 PyAPI_FUNC(char *) _PyMem_Strdup(const char *str);
/external/python/cpython3/Modules/
H A Dfaulthandler.c621 return _PyMem_Strdup(buffer);
H A D_cursesmodule.c539 wo->encoding = _PyMem_Strdup(encoding);
1976 encoding = _PyMem_Strdup(PyBytes_AS_STRING(ascii));
H A D_pickle.c1449 self->encoding = _PyMem_Strdup(encoding);
1450 self->errors = _PyMem_Strdup(errors);
/external/python/cpython3/Python/
H A Dpylifecycle.c1227 pythonioencoding = _PyMem_Strdup(pythonioencoding);
/external/python/cpython3/Objects/
H A Dobmalloc.c460 _PyMem_Strdup(const char *str) function

Completed in 320 milliseconds