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

/ast/src/lib/libvcodex/
H A Dvcsfio.c753 static ssize_t vcsfdcwrite(Sfio_t* f, const Void_t* buf, size_t n, Sfdisc_t* disc) function
755 static ssize_t vcsfdcwrite(f, buf, n, disc)
870 #if _SFIO_H == 1 /* Sfio: this will wind up calling vcsfdcwrite() */
876 #else /* Stdio: must call vcsfdcwrite() directly to encode */
877 if(vcsfdcwrite(f, sfdc->data, sz, disc) != sz)
1008 sfdc->disc.writef = vcsfdcwrite;
1302 return vcsfdcwrite(((Sfdc_t*)vcf)->sf, buf, n, (Sfdisc_t*)vcf);

Completed in 14 milliseconds