Lines Matching refs:SANE_String_Const
48 typedef const SANE_Char *SANE_String_Const; typedef
104 SANE_String_Const name; /* unique device name */
105 SANE_String_Const vendor; /* device vendor string */
106 SANE_String_Const model; /* device model name */
107 SANE_String_Const type; /* device type (e.g., "flatbed scanner") */
145 SANE_String_Const name; /* name of this option (command-line name) */
146 SANE_String_Const title; /* title of this option (single-line) */
147 SANE_String_Const desc; /* description of this option (multi-line) */
156 const SANE_String_Const *string_list; /* NULL-terminated list */
214 typedef void (*SANE_Auth_Callback) (SANE_String_Const resource,
223 extern SANE_Status sane_open (SANE_String_Const devicename,
241 extern SANE_String_Const sane_strstatus (SANE_Status status);