Searched refs:newchannelid (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Modules/ |
H A D | _xxsubinterpretersmodule.c | 1453 newchannelid(PyTypeObject *cls, int64_t cid, int end, _channels *channels, in newchannelid() function 1511 return (PyObject *)newchannelid(cls, cid, end, _global_channels(), in channelid_new() 1694 PyObject *cid = (PyObject *)newchannelid(&ChannelIDtype, xid->id, xid->end, in _channelid_from_xid() 1738 return (PyObject *)newchannelid(Py_TYPE(self), cid->id, *(int *)end, in channelid_end() 2262 PyObject *id = (PyObject *)newchannelid(&ChannelIDtype, cid, 0, in channel_create() 2318 PyObject *id = (PyObject *)newchannelid(&ChannelIDtype, *cur, 0, in channel_list_all()
|
Completed in 4 milliseconds