Searched refs:doh_write (Results 1 – 6 of 6) sorted by relevance
/dports/devel/swig/swig-4.0.2/Source/DOH/ |
H A D | dohint.h | 46 int (*doh_write) (DOH *obj, const void *buffer, int nbytes); /* Write bytes */ member
|
H A D | base.c | 651 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 D | dohobj.h | 42 int (*doh_write)(DOH *obj, void *buffer, int nbytes); /* Write bytes */ member
|
H A D | base.c | 532 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 D | dohobj.h | 42 int (*doh_write)(DOH *obj, void *buffer, int nbytes); /* Write bytes */ member
|
H A D | base.c | 531 if ((objinfo->doh_file) && (objinfo->doh_file->doh_write)) { in DohWrite() 532 return (objinfo->doh_file->doh_write)(b,buffer,length); in DohWrite()
|