Home
last modified time | relevance | path

Searched defs:keyfunc (Results 1 – 10 of 10) sorted by relevance

/third_party/openssl/crypto/asn1/
Dp5_pbev2.c152 X509_ALGOR *keyfunc = NULL; in PKCS5_pbkdf2_set() local
Dp5_scrypt.c152 X509_ALGOR *keyfunc = NULL; in pkcs5_scrypt_set() local
/third_party/python/Objects/clinic/
Dlistobject.c.h183 PyObject *keyfunc = Py_None; in list_sort() local
/third_party/python/Modules/clinic/
Ditertoolsmodule.c.h32 PyObject *keyfunc = Py_None; in itertools_groupby() local
/third_party/openssl/include/openssl/
Dx509.h294 X509_ALGOR *keyfunc; member
/third_party/python/Lib/test/
Dtest_itertools.py823 def keyfunc(obj): function
1760 keyfunc = lambda x: x function
/third_party/python/Python/
Dbltinmodule.c1585 PyObject *v, *it, *item, *val, *maxitem, *maxval, *keyfunc=NULL; in min_max() local
/third_party/python/Modules/
Ditertoolsmodule.c56 PyObject *keyfunc; member
80 itertools_groupby_impl(PyTypeObject *type, PyObject *it, PyObject *keyfunc) in itertools_groupby_impl()
/third_party/python/Objects/
Dlistobject.c2216 list_sort_impl(PyListObject *self, PyObject *keyfunc, int reverse) in list_sort_impl()
/third_party/python/Lib/
Dpydoc.py221 keyfunc = lambda attr: (field_order.get(attr[0], 0), attr[0]) function