Home
last modified time | relevance | path

Searched refs:doh_write (Results 1 – 6 of 6) sorted by relevance

/dports/devel/swig/swig-4.0.2/Source/DOH/
H A Ddohint.h46 int (*doh_write) (DOH *obj, const void *buffer, int nbytes); /* Write bytes */ member
H A Dbase.c651 if ((objinfo->doh_file) && (objinfo->doh_file->doh_write)) { in DohWrite()
652 return (objinfo->doh_file->doh_write) (b, buffer, length); in DohWrite()
/dports/devel/cscout/cscout-bd7dfac/swill/Source/Objects/
H A Ddohobj.h42 int (*doh_write)(DOH *obj, void *buffer, int nbytes); /* Write bytes */ member
H A Dbase.c532 if ((objinfo->doh_file) && (objinfo->doh_file->doh_write)) { in DohWrite()
533 return (objinfo->doh_file->doh_write)(b,buffer,length); in DohWrite()
/dports/dns/totd/totd-1.5.1/SWILL-0.1/Source/Objects/
H A Ddohobj.h42 int (*doh_write)(DOH *obj, void *buffer, int nbytes); /* Write bytes */ member
H A Dbase.c531 if ((objinfo->doh_file) && (objinfo->doh_file->doh_write)) { in DohWrite()
532 return (objinfo->doh_file->doh_write)(b,buffer,length); in DohWrite()