|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T g
Length: 1196 (0x4ac) Types: TextFile Names: »grind2b-3d.c«
└─⟦3d0c2be1b⟧ Bits:30001254 ISODE-5.0 Tape └─⟦eba4602b1⟧ »./isode-5.0.tar.Z« └─⟦d3ac74d73⟧ └─⟦this⟧ »isode-5.0/doc/manual/grind2b-3d.c« └─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦35176feda⟧ »EurOpenD22/isode/isode-6.tar.Z« └─⟦de7628f85⟧ └─⟦this⟧ »isode-6.0/doc/manual/grind2b-3d.c«
... static int ros_result (sd, ror) int sd; register struct RoSAPresult *ror; { struct RoSAPindication rois; register struct RoSAPindication *roi = &rois; register struct RoSAPpreject *rop = &roi -> roi_preject; if (RoURejectRequest (sd, &ror -> ror_id, ROS_RRP_UNRECOG, ROS_NOPRIO, roi) == NOTOK) error ("RO-U-REJECT.REQUEST: %s", RoErrString (rop -> rop_reason)); RORFREE (ror); } static int ros_error (sd, roe) int sd; register struct RoSAPerror *roe; { struct RoSAPindication rois; register struct RoSAPindication *roi = &rois; register struct RoSAPpreject *rop = &roi -> roi_preject; if (RoURejectRequest (sd, &roe -> roe_id, ROS_REP_UNRECOG, ROS_NOPRIO, roi) == NOTOK) error ("RO-U-REJECT.REQUEST: %s", RoErrString (rop -> rop_reason)); ROEFREE (roe); } static int ros_ureject (sd, rou) int sd; register struct RoSAPureject *rou; { /* handle rejection here... */ } static int ros_preject (sd, rop) int sd; register struct RoSAPpreject *rop; { if (ROS_FATAL (rop -> rop_reason)) error ("RO-REJECT-P.INDICATION: %s", RoErrString (rop -> rop_reason)); /* handle temporary failure here... */ } ...