Home
last modified time | relevance | path

Searched refs:list_clear (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Objects/clinic/
Dlistobject.c.h41 {"clear", (PyCFunction)list_clear, METH_NOARGS, list_clear__doc__},
47 list_clear(PyListObject *self, PyObject *Py_UNUSED(ignored)) in list_clear() function
/external/libcap-ng/libcap-ng-0.7/utils/
Dproc-llist.h54 void list_clear(llist* l);
Dproc-llist.c68 void list_clear(llist* l) in list_clear() function
Dnetcap.c444 list_clear(&l); in main()
/external/python/cpython2/Objects/
Dlistobject.c582 list_clear(PyListObject *a) in list_clear() function
664 return list_clear(a); in list_ass_slice()
735 (void)list_clear(self); in list_inplace_repeat()
2456 (void)list_clear(self); in list_init()
2792 (inquiry)list_clear, /* tp_clear */