Searched refs:funcookie (Results 1 – 1 of 1) sorted by relevance
99 typedef struct funcookie { struct105 } funcookie; argument114 funcookie *c = (funcookie *) cookie; in funreader()128 funcookie *c = (funcookie *) cookie; in funwriter()141 funcookie *c = (funcookie *) cookie; in funseeker()169 funcookie *c = (funcookie *) cookie; in funseeker64()182 funcookie *c = (funcookie *) cookie; in funcloser()202 funcookie *c; in funopen()211 if ((c = (funcookie *) malloc (sizeof *c)) == NULL) in funopen()