Home | History | Annotate | Download | only in libdb

Lines Matching full:descr

21 	unsigned char * bitmap = malloc(data->descr->current_size);
22 memset(bitmap, '\0', data->descr->current_size);
24 for (pos = 0 ; pos < data->descr->size * BUCKET_FACTOR ; ++pos) {
39 data->descr->current_size);
41 memset(bitmap, '\0', data->descr->current_size);
76 for (pos = 1 ; pos < data->descr->current_size ; ++pos) {
98 for (pos = 0 ; pos < data->descr->size * BUCKET_FACTOR ; ++pos) {
101 if (index >= data->descr->current_size) {
114 if (nr_node != data->descr->current_size - 1) {
116 nr_node, data->descr->current_size - 1);