Home
last modified time | relevance | path

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

/third_party/openssl/crypto/asn1/
Dp5_pbev2.c168 X509_ALGOR *keyfunc = NULL; in PKCS5_pbkdf2_set_ex() local
Dp5_scrypt.c151 X509_ALGOR *keyfunc = NULL; in pkcs5_scrypt_set() local
/third_party/python/Objects/clinic/
Dlistobject.c.h173 PyObject *keyfunc = Py_None; in list_sort() local
/third_party/python/Modules/clinic/
Ditertoolsmodule.c.h63 PyObject *keyfunc = Py_None; in itertools_groupby() local
/third_party/openssl/include/openssl/
Dx509.h.in259 X509_ALGOR *keyfunc; member
/third_party/openssl/ohos_lite/include/openssl/
Dx509.h294 X509_ALGOR *keyfunc; member
/third_party/python/Lib/test/
Dtest_itertools.py825 def keyfunc(obj): function
1827 keyfunc = lambda x: x function
/third_party/python/Modules/
Ditertoolsmodule.c191 PyObject *keyfunc; member
215 itertools_groupby_impl(PyTypeObject *type, PyObject *it, PyObject *keyfunc) in itertools_groupby_impl()
/third_party/python/Python/
Dbltinmodule.c1705 PyObject *v, *it, *item, *val, *maxitem, *maxval, *keyfunc=NULL; in min_max() local
/third_party/python/Lib/
Dpydoc.py313 keyfunc = lambda attr: (field_order.get(attr[0], 0), attr[0]) function
/third_party/python/Objects/
Dlistobject.c2199 list_sort_impl(PyListObject *self, PyObject *keyfunc, int reverse) in list_sort_impl()