Searched refs:item_dsc (Results 1 – 5 of 5) sorted by relevance
47 struct dsc$descriptor_s item_dsc; in Cli_Present() local50 item_dsc.dsc$w_length = strlen(item_dsc.dsc$a_pointer = (char *)item); in Cli_Present()51 item_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in Cli_Present()52 item_dsc.dsc$b_class = DSC$K_CLASS_S; in Cli_Present()53 return CLI$PRESENT(&item_dsc); in Cli_Present()61 struct dsc$descriptor_s item_dsc, res_dsc; in Cli_Get_Value() local66 item_dsc.dsc$w_length = strlen(item_dsc.dsc$a_pointer = (char *)item); in Cli_Get_Value()67 item_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in Cli_Get_Value()68 item_dsc.dsc$b_class = DSC$K_CLASS_S; in Cli_Get_Value()73 sts = CLI$GET_VALUE(&item_dsc, &res_dsc, &len); in Cli_Get_Value()
27 Dsc item_dsc; in Cli_Present() local30 item_dsc.len = strlen(item_dsc.adr = (char *)item); in Cli_Present()31 return CLI$PRESENT(&item_dsc); in Cli_Present()39 Dsc item_dsc, res_dsc; in Cli_Get_Value() local44 item_dsc.len = strlen(item_dsc.adr = (char *)item); in Cli_Get_Value()46 sts = CLI$GET_VALUE(&item_dsc, &res_dsc, &len); in Cli_Get_Value()
58 typedef struct item_dsc { struct70 struct item_dsc *next; argument
65 typedef struct item_dsc { struct77 struct item_dsc *next; argument
61 typedef struct item_dsc { struct73 struct item_dsc *next; argument