makemandb.c | 641 mandb_rec *rec, int *new_count, int *link_count, int *err_count) 682 (*new_count)++; 721 int new_count = 0; /* Counter for newly indexed/updated pages */ local in function:update_db 797 &new_count, &link_count, &err_count); 830 new_count++; 843 total_count - link_count, link_count, new_count, err_count);
|