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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dsequence_ext.h9 int __seq_stat __P((DB_SEQUENCE *, DB_SEQUENCE_STAT **, u_int32_t));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/sequence/
H A Dseq_stat.c22 * __seq_stat --
25 * PUBLIC: int __seq_stat __P((DB_SEQUENCE *, DB_SEQUENCE_STAT **, u_int32_t));
28 __seq_stat(seq, spp, flags) function
194 if ((ret = __seq_stat(seq, &sp, flags)) != 0)
235 __seq_stat(seq, statp, flags) function
H A Dsequence.c132 seq->stat = __seq_stat;

Completed in 64 milliseconds