Searched defs:keyfunc (Results 1 – 11 of 11) sorted by relevance
/third_party/openssl/crypto/asn1/ |
D | p5_pbev2.c | 168 X509_ALGOR *keyfunc = NULL; in PKCS5_pbkdf2_set_ex() local
|
D | p5_scrypt.c | 151 X509_ALGOR *keyfunc = NULL; in pkcs5_scrypt_set() local
|
/third_party/python/Objects/clinic/ |
D | listobject.c.h | 173 PyObject *keyfunc = Py_None; in list_sort() local
|
/third_party/python/Modules/clinic/ |
D | itertoolsmodule.c.h | 63 PyObject *keyfunc = Py_None; in itertools_groupby() local
|
/third_party/openssl/include/openssl/ |
D | x509.h.in | 259 X509_ALGOR *keyfunc; member
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | x509.h | 294 X509_ALGOR *keyfunc; member
|
/third_party/python/Lib/test/ |
D | test_itertools.py | 825 def keyfunc(obj): function 1827 keyfunc = lambda x: x function
|
/third_party/python/Modules/ |
D | itertoolsmodule.c | 191 PyObject *keyfunc; member 215 itertools_groupby_impl(PyTypeObject *type, PyObject *it, PyObject *keyfunc) in itertools_groupby_impl()
|
/third_party/python/Python/ |
D | bltinmodule.c | 1705 PyObject *v, *it, *item, *val, *maxitem, *maxval, *keyfunc=NULL; in min_max() local
|
/third_party/python/Lib/ |
D | pydoc.py | 313 keyfunc = lambda attr: (field_order.get(attr[0], 0), attr[0]) function
|
/third_party/python/Objects/ |
D | listobject.c | 2199 list_sort_impl(PyListObject *self, PyObject *keyfunc, int reverse) in list_sort_impl()
|