Home
last modified time | relevance | path

Searched defs:list_clear (Results 1 – 4 of 4) sorted by relevance

/external/libcap-ng/utils/
Dproc-llist.c70 void list_clear(llist* l) in list_clear() function
/external/python/cpython3/Modules/_testcapi/
Dlist.c43 list_clear(PyObject* Py_UNUSED(module), PyObject *obj) in list_clear() function
/external/starlark-go/starlark/
Dlibrary.go1306 func list_clear(_ *Thread, b *Builtin, args Tuple, kwargs []Tuple) (Value, error) { func
/external/python/cpython3/Objects/
Dlistobject.c874 list_clear(PyListObject *a) in list_clear() function