Lines Matching refs:csrecord
46 struct csrecord { struct
47 TAILQ_ENTRY(csrecord) entry;
52 static TAILQ_HEAD(csrecords, csrecord) csrecords = TAILQ_HEAD_INITIALIZER(csrecords); argument
53 static struct csrecord *addentryr;
54 static struct csrecord *currecord;
227 struct csrecord *r; in csnextmatch()
261 struct csrecord *r; in csprevmatch()
290 struct csrecord *r; in csnextfile()
312 struct csrecord *r; in csprevfile()
441 struct csrecord *r; in addentry()
457 if ((r = malloc(sizeof(struct csrecord))) == NULL) in addentry()
540 struct csrecord *r; in csflush()