HomeSort by relevance Sort by last modified time
    Searched defs:b_objects (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Modules/_ctypes/
ctypes.h 39 Hm. Are there CDataObject's which do not need the b_objects member? In
41 b_objects is not present/unused b_length is unneeded as well.
53 PyObject *b_objects; /* dictionary of references we need to keep, or Py_None */ member in struct:tagCDataObject
83 PyObject *b_objects; /* list of references we need to keep */ member in struct:__anon33244
  /external/python/cpython2/Modules/_ctypes/
ctypes.h 79 Hm. Are there CDataObject's which do not need the b_objects member? In
81 b_objects is not present/unused b_length is unneeded as well.
93 PyObject *b_objects; /* dictionary of references we need to keep, or Py_None */ member in struct:tagCDataObject
123 PyObject *b_objects; /* list of references we need to keep */ member in struct:__anon32650

Completed in 452 milliseconds