Searched refs:consume_flag (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Modules/ |
D | _bsddb.c | 1700 _DB_consume(DBObject* self, PyObject* args, PyObject* kwargs, int consume_flag) in _DB_consume() argument 1734 err = self->db->get(self->db, txn, &key, &data, flags|consume_flag); in _DB_consume() 1754 DB_consume(DBObject* self, PyObject* args, PyObject* kwargs, int consume_flag) in DB_consume() argument 1761 int consume_flag) in DB_consume_wait() argument
|