dcast             318 source4/lib/wmi/wmi_wrap.c   swig_dycast_func        dcast;		/* dynamic cast function down a hierarchy */
dcast             451 source4/lib/wmi/wmi_wrap.c   if (!ty || !ty->dcast) return ty;
dcast             452 source4/lib/wmi/wmi_wrap.c   while (ty && (ty->dcast)) {
dcast             453 source4/lib/wmi/wmi_wrap.c     ty = (*ty->dcast)(ptr);