Searched refs:nitems (Results 1 – 3 of 3) sorted by relevance
1499 *length = text_prop.nitems; in clip_x11_convert_selection_cb()1552 unsigned long nitems, bytes_after; in clip_x11_timestamp_cb() local1565 &nitems, &bytes_after, &prop)) in clip_x11_timestamp_cb()1671 text_prop.nitems = len; in clip_x11_request_selection_cb()
431 static PyObject* (*py3_PyType_GenericAlloc)(PyTypeObject *type, Py_ssize_t nitems);924 call_PyType_GenericAlloc(PyTypeObject *type, Py_ssize_t nitems) in call_PyType_GenericAlloc() argument926 return PyType_GenericAlloc(type,nitems); in call_PyType_GenericAlloc()
409 static PyObject* (*dll_PyType_GenericAlloc)(PyTypeObject *type, PyInt nitems);