Searched refs:sqdisc (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libpz/
H A Dpzsplit.c297 Dtdisc_t sqdisc; local
320 memset(&sqdisc, 0, sizeof(sqdisc));
321 sqdisc.key = offsetof(Id_t, seq);
322 sqdisc.link = offsetof(Id_t, byseq);
323 sqdisc.size = sizeof(int);
325 sqdisc.comparf = byint;
331 if (!(def.ids = dtopen(&iddisc, Dtoset)) || !(def.sqs = dtopen(&sqdisc, Dtoset)))

Completed in 12 milliseconds