Home
last modified time | relevance | path

Searched refs:stop_p (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
D_bsddb.c1852 DBT *start_p = NULL, *stop_p = NULL; in DB_compact() local
1877 stop_p = &stop; in DB_compact()
1881 err = self->db->compact(self->db, txn, start_p, stop_p, &c_data, in DB_compact()