dbent
q->dbptr = (struct dbent *)malloc(sizeof(struct dbent));
bzero((char *)q->dbptr, sizeof(struct dbent));
struct dbent *dbptr;