Home
last modified time | relevance | path

Searched refs:structobj (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Modules/
H A D_testbuffer.c304 PyObject *structobj, *pack_into; in pack_from_list() local
315 structobj = PyObject_CallFunctionObjArgs(Struct, format, NULL); in pack_from_list()
316 if (structobj == NULL) in pack_from_list()
320 nmemb = get_nmemb(structobj); in pack_from_list()
323 pack_into = PyObject_GetAttrString(structobj, "pack_into"); in pack_from_list()
325 Py_DECREF(structobj); in pack_from_list()
333 Py_DECREF(structobj); in pack_from_list()
388 Py_DECREF(structobj); in pack_from_list()
397 PyObject *structobj = NULL, *pack_into = NULL, *args = NULL; in pack_single() local
409 structobj in pack_single()
660 PyObject *structobj = NULL, *unpack_from = NULL; ndarray_as_list() local
[all...]
/third_party/python/Objects/
H A Dmemoryobject.c1972 PyObject *structobj = NULL; in struct_get_unpacker() local
1993 structobj = PyObject_CallOneArg(Struct, format); in struct_get_unpacker()
1994 if (structobj == NULL) in struct_get_unpacker()
1997 x->unpack_from = PyObject_GetAttrString(structobj, "unpack_from"); in struct_get_unpacker()
2016 Py_XDECREF(structobj); in struct_get_unpacker()

Completed in 7 milliseconds