Home
last modified time | relevance | path

Searched refs:_PyObject_InitVar (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/internal/
Dpycore_object.h52 _PyObject_InitVar(PyVarObject *op, PyTypeObject *typeobj, Py_ssize_t size) in _PyObject_InitVar() function
/third_party/python/Objects/
Dbytesobject.c74 _PyObject_InitVar((PyVarObject*)op, &PyBytes_Type, 0); in bytes_create_empty_string_singleton()
130 _PyObject_InitVar((PyVarObject*)op, &PyBytes_Type, size); in _PyBytes_FromSize()
206 _PyObject_InitVar((PyVarObject*)op, &PyBytes_Type, size); in PyBytes_FromString()
1470 _PyObject_InitVar((PyVarObject*)op, &PyBytes_Type, size); in bytes_repeat()
Dobject.c176 _PyObject_InitVar(op, tp, size); in PyObject_InitVar()
200 _PyObject_InitVar(op, tp, nitems); in _PyObject_NewVar()
Dlongobject.c143 _PyObject_InitVar((PyVarObject*)result, &PyLong_Type, size); in _PyLong_New()
Dtypeobject.c1170 _PyObject_InitVar((PyVarObject *)obj, type, nitems); in PyType_GenericAlloc()
/third_party/python/Modules/
Dgcmodule.c2312 _PyObject_InitVar(op, tp, nitems); in _PyObject_GC_NewVar()