Lines Matching defs:key
328 PyObject *mp, *key, *result;
332 &mp, &key, &hash)) {
336 result = _PyDict_GetItem_KnownHash(mp, key, (Py_hash_t)hash);
338 _PyErr_SetKeyError(key);
4791 PyObject *map, *key;
4792 if (!PyArg_ParseTuple(args, "OO", &map, &key)) {
4797 return PyObject_GetItem(map, key);
5401 "Existing mapping key does not exist");
5406 "Missing mapping key exists");
5418 PyObject *context, *key;
5419 if (!PyArg_ParseTuple(args, "OO", &context, &key)) {
5422 return PyLong_FromLong(PyMapping_HasKey(context, key));
5463 "TSS key not in an uninitialized state at "
5473 "but with TSS key in an uninitialized state");
5478 "an already initialized key");
5484 "TSS key initialization state was not " \
5493 "set the key state to uninitialized");
5503 "TSS key not in an uninitialized state at "