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

/macosx-10.10.1/swig-12/Source/DOH/
H A Ddohint.h76 void *(*doh_data) (DOH *obj); /* Return raw data */ member in struct:DohObjInfo
H A Dbase.c168 if (objinfo->doh_data) {
169 return (objinfo->doh_data) (b);
182 return (objinfo->doh_data) ? (objinfo->doh_data) (b) : 0;

Completed in 101 milliseconds