Searched defs:keyfunc (Results 1 – 10 of 10) sorted by relevance
| /third_party/openssl/crypto/asn1/ |
| D | p5_pbev2.c | 152 X509_ALGOR *keyfunc = NULL; in PKCS5_pbkdf2_set() local
|
| D | p5_scrypt.c | 152 X509_ALGOR *keyfunc = NULL; in pkcs5_scrypt_set() local
|
| /third_party/python/Objects/clinic/ |
| D | listobject.c.h | 183 PyObject *keyfunc = Py_None; in list_sort() local
|
| /third_party/python/Modules/clinic/ |
| D | itertoolsmodule.c.h | 32 PyObject *keyfunc = Py_None; in itertools_groupby() local
|
| /third_party/openssl/include/openssl/ |
| D | x509.h | 294 X509_ALGOR *keyfunc; member
|
| /third_party/python/Lib/test/ |
| D | test_itertools.py | 823 def keyfunc(obj): function 1760 keyfunc = lambda x: x function
|
| /third_party/python/Python/ |
| D | bltinmodule.c | 1585 PyObject *v, *it, *item, *val, *maxitem, *maxval, *keyfunc=NULL; in min_max() local
|
| /third_party/python/Modules/ |
| D | itertoolsmodule.c | 56 PyObject *keyfunc; member 80 itertools_groupby_impl(PyTypeObject *type, PyObject *it, PyObject *keyfunc) in itertools_groupby_impl()
|
| /third_party/python/Objects/ |
| D | listobject.c | 2216 list_sort_impl(PyListObject *self, PyObject *keyfunc, int reverse) in list_sort_impl()
|
| /third_party/python/Lib/ |
| D | pydoc.py | 221 keyfunc = lambda attr: (field_order.get(attr[0], 0), attr[0]) function
|