dsapi_common_args.h
DS_Status DS_CommonArgs_Delete(DS_CommonArgs *cp)
Delete a DS_CommonArgs structure.
DS_Status DS_CommonArgs_SetIntParam(DS_CommonArgs *args, int param, int int_val)
Set an integer parameter in the DS_CommonArgs structure.
DS_Status DS_CommonArgs_GetBoolParam(const DS_CommonArgs *args, int param, unsigned char *bool_val_p)
Get the value of a boolean parameter in the DS_CommonArgs structure.
DS_Status DS_CommonArgs_New(DS_CommonArgs **cp)
Allocate a new DS_CommonArgs structure.
DS_Status DS_CommonArgs_GetIntParam(const DS_CommonArgs *args, int param, int *int_val_p)
Get the value of an integer parameter in the DS_CommonArgs structure.
DS_Status DS_CommonArgs_SetBoolParam(DS_CommonArgs *args, int param, unsigned char bool_val)
Set a boolean parameter in the DS_CommonArgs structure.
DS_Status DS_CommonArgs_GetBytesParam(const DS_CommonArgs *args, int param, unsigned char **bytes, int *bytes_len)
Get the value of an integer parameter in the DS_CommonArgs structure.
DS_Status DS_CommonArgs_SetBytesParam(DS_CommonArgs *args, int param, unsigned char *bytes, int bytes_len)
Set an octet string parameter in the DS_CommonArgs structure.