Searched refs:_DBC_count (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Modules/ |
D | _bsddb.c | 252 #define _DBC_count(dbc,a,b) dbc->c_count(dbc,a,b) macro 260 #define _DBC_count(dbc,a,b) dbc->count(dbc,a,b) macro 4196 err = _DBC_count(self->dbc, &count, flags); in DBC_count()
|