]> git.ipfire.org Git - thirdparty/cups.git/blame - cups/ipp.h
Merge changes from CUPS 1.5svn-r9198.
[thirdparty/cups.git] / cups / ipp.h
CommitLineData
ef416fc2 1/*
b19ccc9e 2 * "$Id: ipp.h 7847 2008-08-19 04:22:14Z mike $"
ef416fc2 3 *
5a6b583a 4 * Internet Printing Protocol definitions for CUPS.
ef416fc2 5 *
5a6b583a 6 * Copyright 2007-2010 by Apple Inc.
ef416fc2 7 * Copyright 1997-2006 by Easy Software Products.
8 *
9 * These coded instructions, statements, and computer programs are the
bc44d920 10 * property of Apple Inc. and are protected by Federal copyright
11 * law. Distribution and use rights are outlined in the file "LICENSE.txt"
12 * which should have been included with this file. If this file is
13 * file is missing or damaged, see the license at "http://www.cups.org/".
ef416fc2 14 *
15 * This file is subject to the Apple OS-Developed Software exception.
16 */
17
18#ifndef _CUPS_IPP_H_
19# define _CUPS_IPP_H_
20
21/*
22 * Include necessary headers...
23 */
24
25# include "http.h"
26
27
28/*
29 * C++ magic...
30 */
31
32# ifdef __cplusplus
33extern "C" {
34# endif /* __cplusplus */
35
36
37/*
38 * IPP version string...
39 */
40
5a6b583a 41# define IPP_VERSION "\002\001"
ef416fc2 42
43/*
44 * IPP registered port number...
45 *
46 * Note: Applications should never use IPP_PORT, but instead use the
47 * ippPort() function to allow overrides via the IPP_PORT environment
48 * variable and services file if needed!
49 */
50
51# define IPP_PORT 631
52
53/*
54 * Common limits...
55 */
56
a41f09e2
MS
57# define IPP_MAX_LENGTH 32767 /* Maximum size of any single value */
58# define IPP_MAX_NAME 256 /* Maximum length of common name values */
ef416fc2 59# define IPP_MAX_VALUES 8 /* Power-of-2 allocation increment */
60
61
62/*
63 * Types and structures...
64 */
65
5a6b583a 66typedef enum ipp_tag_e /**** Format tags for attributes ****/
ef416fc2 67{
ecdc0628 68 IPP_TAG_ZERO = 0x00, /* Zero tag - used for separators */
69 IPP_TAG_OPERATION, /* Operation group */
70 IPP_TAG_JOB, /* Job group */
71 IPP_TAG_END, /* End-of-attributes */
72 IPP_TAG_PRINTER, /* Printer group */
73 IPP_TAG_UNSUPPORTED_GROUP, /* Unsupported attributes group */
74 IPP_TAG_SUBSCRIPTION, /* Subscription group */
75 IPP_TAG_EVENT_NOTIFICATION, /* Event group */
76 IPP_TAG_UNSUPPORTED_VALUE = 0x10, /* Unsupported value */
77 IPP_TAG_DEFAULT, /* Default value */
78 IPP_TAG_UNKNOWN, /* Unknown value */
79 IPP_TAG_NOVALUE, /* No-value value */
80 IPP_TAG_NOTSETTABLE = 0x15, /* Not-settable value */
81 IPP_TAG_DELETEATTR, /* Delete-attribute value */
82 IPP_TAG_ADMINDEFINE, /* Admin-defined value */
83 IPP_TAG_INTEGER = 0x21, /* Integer value */
84 IPP_TAG_BOOLEAN, /* Boolean value */
85 IPP_TAG_ENUM, /* Enumeration value */
86 IPP_TAG_STRING = 0x30, /* Octet string value */
87 IPP_TAG_DATE, /* Date/time value */
88 IPP_TAG_RESOLUTION, /* Resolution value */
89 IPP_TAG_RANGE, /* Range value */
90 IPP_TAG_BEGIN_COLLECTION, /* Beginning of collection value */
91 IPP_TAG_TEXTLANG, /* Text-with-language value */
92 IPP_TAG_NAMELANG, /* Name-with-language value */
93 IPP_TAG_END_COLLECTION, /* End of collection value */
94 IPP_TAG_TEXT = 0x41, /* Text value */
95 IPP_TAG_NAME, /* Name value */
96 IPP_TAG_KEYWORD = 0x44, /* Keyword value */
97 IPP_TAG_URI, /* URI value */
98 IPP_TAG_URISCHEME, /* URI scheme value */
99 IPP_TAG_CHARSET, /* Character set value */
100 IPP_TAG_LANGUAGE, /* Language value */
101 IPP_TAG_MIMETYPE, /* MIME media type value */
102 IPP_TAG_MEMBERNAME, /* Collection member name value */
fa73b229 103 IPP_TAG_MASK = 0x7fffffff, /* Mask for copied attribute values */
104 IPP_TAG_COPY = -0x7fffffff-1 /* Bitflag for copied attribute values */
ef416fc2 105} ipp_tag_t;
106
5a6b583a 107typedef enum ipp_res_e /**** Resolution units ****/
ef416fc2 108{
ecdc0628 109 IPP_RES_PER_INCH = 3, /* Pixels per inch */
110 IPP_RES_PER_CM /* Pixels per centimeter */
ef416fc2 111} ipp_res_t;
112
5a6b583a 113typedef enum ipp_finish_e /**** Finishings ****/
ef416fc2 114{
ecdc0628 115 IPP_FINISHINGS_NONE = 3, /* No finishing */
116 IPP_FINISHINGS_STAPLE, /* Staple (any location) */
117 IPP_FINISHINGS_PUNCH, /* Punch (any location/count) */
118 IPP_FINISHINGS_COVER, /* Add cover */
119 IPP_FINISHINGS_BIND, /* Bind */
120 IPP_FINISHINGS_SADDLE_STITCH, /* Staple interior */
121 IPP_FINISHINGS_EDGE_STITCH, /* Stitch along any side */
122 IPP_FINISHINGS_FOLD, /* Fold (any type) */
123 IPP_FINISHINGS_TRIM, /* Trim (any type) */
124 IPP_FINISHINGS_BALE, /* Bale (any type) */
125 IPP_FINISHINGS_BOOKLET_MAKER, /* Fold to make booklet */
126 IPP_FINISHINGS_JOB_OFFSET, /* Offset for binding (any type) */
127 IPP_FINISHINGS_STAPLE_TOP_LEFT = 20, /* Staple top left corner */
128 IPP_FINISHINGS_STAPLE_BOTTOM_LEFT, /* Staple bottom left corner */
129 IPP_FINISHINGS_STAPLE_TOP_RIGHT, /* Staple top right corner */
130 IPP_FINISHINGS_STAPLE_BOTTOM_RIGHT, /* Staple bottom right corner */
131 IPP_FINISHINGS_EDGE_STITCH_LEFT, /* Stitch along left side */
132 IPP_FINISHINGS_EDGE_STITCH_TOP, /* Stitch along top edge */
133 IPP_FINISHINGS_EDGE_STITCH_RIGHT, /* Stitch along right side */
134 IPP_FINISHINGS_EDGE_STITCH_BOTTOM, /* Stitch along bottom edge */
135 IPP_FINISHINGS_STAPLE_DUAL_LEFT, /* Two staples on left */
136 IPP_FINISHINGS_STAPLE_DUAL_TOP, /* Two staples on top */
137 IPP_FINISHINGS_STAPLE_DUAL_RIGHT, /* Two staples on right */
138 IPP_FINISHINGS_STAPLE_DUAL_BOTTOM, /* Two staples on bottom */
139 IPP_FINISHINGS_BIND_LEFT = 50, /* Bind on left */
140 IPP_FINISHINGS_BIND_TOP, /* Bind on top */
141 IPP_FINISHINGS_BIND_RIGHT, /* Bind on right */
142 IPP_FINISHINGS_BIND_BOTTOM /* Bind on bottom */
ef416fc2 143} ipp_finish_t;
144
5a6b583a 145typedef enum ipp_orient_e /**** Orientation values ****/
ef416fc2 146{
fa73b229 147 IPP_PORTRAIT = 3, /* No rotation */
148 IPP_LANDSCAPE, /* 90 degrees counter-clockwise */
149 IPP_REVERSE_LANDSCAPE, /* 90 degrees clockwise */
150 IPP_REVERSE_PORTRAIT /* 180 degrees */
ef416fc2 151} ipp_orient_t;
152
5a6b583a 153typedef enum ipp_quality_e /**** Qualities ****/
ef416fc2 154{
ecdc0628 155 IPP_QUALITY_DRAFT = 3, /* Draft quality */
156 IPP_QUALITY_NORMAL, /* Normal quality */
157 IPP_QUALITY_HIGH /* High quality */
ef416fc2 158} ipp_quality_t;
159
5a6b583a 160typedef enum ipp_jstate_e /**** Job states ****/
ef416fc2 161{
ecdc0628 162 IPP_JOB_PENDING = 3, /* Job is waiting to be printed */
163 IPP_JOB_HELD, /* Job is held for printing */
164 IPP_JOB_PROCESSING, /* Job is currently printing */
165 IPP_JOB_STOPPED, /* Job has been stopped */
d09495fa 166 IPP_JOB_CANCELED, /* Job has been canceled */
ecdc0628 167 IPP_JOB_ABORTED, /* Job has aborted due to error */
168 IPP_JOB_COMPLETED /* Job has completed successfully */
ef416fc2 169} ipp_jstate_t;
d09495fa 170#define IPP_JOB_CANCELLED IPP_JOB_CANCELED
ef416fc2 171
5a6b583a 172typedef enum ipp_pstate_e /**** Printer states ****/
ef416fc2 173{
ecdc0628 174 IPP_PRINTER_IDLE = 3, /* Printer is idle */
175 IPP_PRINTER_PROCESSING, /* Printer is working */
176 IPP_PRINTER_STOPPED /* Printer is stopped */
ef416fc2 177} ipp_pstate_t;
178
5a6b583a 179typedef enum ipp_state_e /**** IPP states ****/
ef416fc2 180{
fa73b229 181 IPP_ERROR = -1, /* An error occurred */
182 IPP_IDLE, /* Nothing is happening/request completed */
183 IPP_HEADER, /* The request header needs to be sent/received */
184 IPP_ATTRIBUTE, /* One or more attributes need to be sent/received */
185 IPP_DATA /* IPP request data needs to be sent/received */
ef416fc2 186} ipp_state_t;
187
5a6b583a 188typedef enum ipp_op_e /**** IPP operations ****/
ef416fc2 189{
ecdc0628 190 IPP_PRINT_JOB = 0x0002, /* Print a single file */
191 IPP_PRINT_URI, /* Print a single URL @private@ */
192 IPP_VALIDATE_JOB, /* Validate job options */
193 IPP_CREATE_JOB, /* Create an empty print job */
194 IPP_SEND_DOCUMENT, /* Add a file to a job */
195 IPP_SEND_URI, /* Add a URL to a job @private@ */
196 IPP_CANCEL_JOB, /* Cancel a job */
197 IPP_GET_JOB_ATTRIBUTES, /* Get job attributes */
198 IPP_GET_JOBS, /* Get a list of jobs */
199 IPP_GET_PRINTER_ATTRIBUTES, /* Get printer attributes */
200 IPP_HOLD_JOB, /* Hold a job for printing */
201 IPP_RELEASE_JOB, /* Release a job for printing */
202 IPP_RESTART_JOB, /* Reprint a job */
203 IPP_PAUSE_PRINTER = 0x0010, /* Stop a printer */
204 IPP_RESUME_PRINTER, /* Start a printer */
205 IPP_PURGE_JOBS, /* Cancel all jobs */
206 IPP_SET_PRINTER_ATTRIBUTES, /* Set printer attributes @private@ */
207 IPP_SET_JOB_ATTRIBUTES, /* Set job attributes */
208 IPP_GET_PRINTER_SUPPORTED_VALUES, /* Get supported attribute values */
426c6a59
MS
209 IPP_CREATE_PRINTER_SUBSCRIPTION, /* Create a printer subscription @since CUPS 1.2/Mac OS X 10.5@ */
210 IPP_CREATE_JOB_SUBSCRIPTION, /* Create a job subscription @since CUPS 1.2/Mac OS X 10.5@ */
211 IPP_GET_SUBSCRIPTION_ATTRIBUTES, /* Get subscription attributes @since CUPS 1.2/Mac OS X 10.5@ */
212 IPP_GET_SUBSCRIPTIONS, /* Get list of subscriptions @since CUPS 1.2/Mac OS X 10.5@ */
213 IPP_RENEW_SUBSCRIPTION, /* Renew a printer subscription @since CUPS 1.2/Mac OS X 10.5@ */
214 IPP_CANCEL_SUBSCRIPTION, /* Cancel a subscription @since CUPS 1.2/Mac OS X 10.5@ */
215 IPP_GET_NOTIFICATIONS, /* Get notification events @since CUPS 1.2/Mac OS X 10.5@ */
ecdc0628 216 IPP_SEND_NOTIFICATIONS, /* Send notification events @private@ */
217 IPP_GET_PRINT_SUPPORT_FILES = 0x0021, /* Get printer support files @private@ */
218 IPP_ENABLE_PRINTER, /* Start a printer */
219 IPP_DISABLE_PRINTER, /* Stop a printer */
220 IPP_PAUSE_PRINTER_AFTER_CURRENT_JOB, /* Stop printer after the current job @private@ */
221 IPP_HOLD_NEW_JOBS, /* Hold new jobs @private@ */
222 IPP_RELEASE_HELD_NEW_JOBS, /* Release new jobs @private@ */
223 IPP_DEACTIVATE_PRINTER, /* Stop a printer @private@ */
224 IPP_ACTIVATE_PRINTER, /* Start a printer @private@ */
225 IPP_RESTART_PRINTER, /* Restart a printer @private@ */
226 IPP_SHUTDOWN_PRINTER, /* Turn a printer off @private@ */
227 IPP_STARTUP_PRINTER, /* Turn a printer on @private@ */
228 IPP_REPROCESS_JOB, /* Reprint a job @private@ */
229 IPP_CANCEL_CURRENT_JOB, /* Cancel the current job @private@ */
230 IPP_SUSPEND_CURRENT_JOB, /* Suspend the current job @private@ */
231 IPP_RESUME_JOB, /* Resume the current job @private@ */
232 IPP_PROMOTE_JOB, /* Promote a job to print sooner @private@ */
233 IPP_SCHEDULE_JOB_AFTER, /* Schedule a job to print after another @private@ */
aaf19ab0
MS
234 IPP_CANCEL_DOCUMENT = 0x0033, /* Cancel-Document @private@ */
235 IPP_GET_DOCUMENT_ATTRIBUTES, /* Get-Document-Attributes @private@ */
236 IPP_GET_DOCUMENTS, /* Get-Documents @private@ */
237 IPP_DELETE_DOCUMENT, /* Delete-Document @private@ */
238 IPP_SET_DOCUMENT_ATTRIBUTES, /* Set-Document-Attributes @private@ */
239 IPP_CANCEL_JOBS, /* Cancel-Jobs */
240 IPP_CANCEL_MY_JOBS, /* Cancel-My-Jobs */
241 IPP_RESUBMIT_JOB, /* Resubmit-Job */
242 IPP_CLOSE_JOB, /* Close-Job */
ecdc0628 243 IPP_PRIVATE = 0x4000, /* Reserved @private@ */
244 CUPS_GET_DEFAULT, /* Get the default printer */
245 CUPS_GET_PRINTERS, /* Get a list of printers and/or classes */
246 CUPS_ADD_MODIFY_PRINTER, /* Add or modify a printer */
247 CUPS_DELETE_PRINTER, /* Delete a printer */
248 CUPS_GET_CLASSES, /* Get a list of classes @deprecated@ */
249 CUPS_ADD_MODIFY_CLASS, /* Add or modify a class */
250 CUPS_DELETE_CLASS, /* Delete a class */
251 CUPS_ACCEPT_JOBS, /* Accept new jobs on a printer */
252 CUPS_REJECT_JOBS, /* Reject new jobs on a printer */
253 CUPS_SET_DEFAULT, /* Set the default printer */
254 CUPS_GET_DEVICES, /* Get a list of supported devices */
255 CUPS_GET_PPDS, /* Get a list of supported drivers */
256 CUPS_MOVE_JOB, /* Move a job to a different printer */
426c6a59
MS
257 CUPS_AUTHENTICATE_JOB, /* Authenticate a job @since CUPS 1.2/Mac OS X 10.5@ */
258 CUPS_GET_PPD, /* Get a PPD file @since CUPS 1.3/Mac OS X 10.5@ */
178cb736 259 CUPS_GET_DOCUMENT = 0x4027 /* Get a document file @since CUPS 1.4/Mac OS X 10.6@ */
ef416fc2 260} ipp_op_t;
261
fa73b229 262/* Old names for the operations */
263#define CUPS_ADD_PRINTER CUPS_ADD_MODIFY_PRINTER
264#define CUPS_ADD_CLASS CUPS_ADD_MODIFY_CLASS
265
5a6b583a 266typedef enum ipp_status_e /**** IPP status codes ****/
ef416fc2 267{
ecdc0628 268 IPP_OK = 0x0000, /* successful-ok */
269 IPP_OK_SUBST, /* successful-ok-ignored-or-substituted-attributes */
270 IPP_OK_CONFLICT, /* successful-ok-conflicting-attributes */
271 IPP_OK_IGNORED_SUBSCRIPTIONS, /* successful-ok-ignored-subscriptions */
272 IPP_OK_IGNORED_NOTIFICATIONS, /* successful-ok-ignored-notifications */
273 IPP_OK_TOO_MANY_EVENTS, /* successful-ok-too-many-events */
274 IPP_OK_BUT_CANCEL_SUBSCRIPTION, /* successful-ok-but-cancel-subscription */
275 IPP_OK_EVENTS_COMPLETE, /* successful-ok-events-complete */
5a738aea 276 IPP_REDIRECTION_OTHER_SITE = 0x200, /* redirection-other-site @private@ */
b94498cf 277 CUPS_SEE_OTHER = 0x280, /* cups-see-other */
ecdc0628 278 IPP_BAD_REQUEST = 0x0400, /* client-error-bad-request */
279 IPP_FORBIDDEN, /* client-error-forbidden */
280 IPP_NOT_AUTHENTICATED, /* client-error-not-authenticated */
281 IPP_NOT_AUTHORIZED, /* client-error-not-authorized */
282 IPP_NOT_POSSIBLE, /* client-error-not-possible */
283 IPP_TIMEOUT, /* client-error-timeout */
284 IPP_NOT_FOUND, /* client-error-not-found */
285 IPP_GONE, /* client-error-gone */
286 IPP_REQUEST_ENTITY, /* client-error-request-entity-too-large */
287 IPP_REQUEST_VALUE, /* client-error-request-value-too-long */
288 IPP_DOCUMENT_FORMAT, /* client-error-document-format-not-supported */
289 IPP_ATTRIBUTES, /* client-error-attributes-or-values-not-supported */
290 IPP_URI_SCHEME, /* client-error-uri-scheme-not-supported */
291 IPP_CHARSET, /* client-error-charset-not-supported */
292 IPP_CONFLICT, /* client-error-conflicting-attributes */
293 IPP_COMPRESSION_NOT_SUPPORTED, /* client-error-compression-not-supported */
294 IPP_COMPRESSION_ERROR, /* client-error-compression-error */
295 IPP_DOCUMENT_FORMAT_ERROR, /* client-error-document-format-error */
296 IPP_DOCUMENT_ACCESS_ERROR, /* client-error-document-access-error */
297 IPP_ATTRIBUTES_NOT_SETTABLE, /* client-error-attributes-not-settable */
298 IPP_IGNORED_ALL_SUBSCRIPTIONS, /* client-error-ignored-all-subscriptions */
299 IPP_TOO_MANY_SUBSCRIPTIONS, /* client-error-too-many-subscriptions */
300 IPP_IGNORED_ALL_NOTIFICATIONS, /* client-error-ignored-all-notifications */
301 IPP_PRINT_SUPPORT_FILE_NOT_FOUND, /* client-error-print-support-file-not-found */
302
303 IPP_INTERNAL_ERROR = 0x0500, /* server-error-internal-error */
304 IPP_OPERATION_NOT_SUPPORTED, /* server-error-operation-not-supported */
305 IPP_SERVICE_UNAVAILABLE, /* server-error-service-unavailable */
306 IPP_VERSION_NOT_SUPPORTED, /* server-error-version-not-supported */
307 IPP_DEVICE_ERROR, /* server-error-device-error */
308 IPP_TEMPORARY_ERROR, /* server-error-temporary-error */
309 IPP_NOT_ACCEPTING, /* server-error-not-accepting-jobs */
310 IPP_PRINTER_BUSY, /* server-error-busy */
d09495fa 311 IPP_ERROR_JOB_CANCELED, /* server-error-job-canceled */
ecdc0628 312 IPP_MULTIPLE_JOBS_NOT_SUPPORTED, /* server-error-multiple-document-jobs-not-supported */
313 IPP_PRINTER_IS_DEACTIVATED /* server-error-printer-is-deactivated */
ef416fc2 314} ipp_status_t;
d09495fa 315#define IPP_ERROR_JOB_CANCELLED IPP_ERROR_JOB_CANCELED
ef416fc2 316
fa73b229 317typedef unsigned char ipp_uchar_t; /**** Unsigned 8-bit integer/character ****/
ef416fc2 318
a4d04587 319/**** New in CUPS 1.2 ****/
320typedef ssize_t (*ipp_iocb_t)(void *, ipp_uchar_t *, size_t);
426c6a59 321 /**** IPP IO Callback Function @since CUPS 1.2/Mac OS X 10.5@ ****/
ef416fc2 322
ecdc0628 323typedef union ipp_request_u /**** Request Header ****/
ef416fc2 324{
fa73b229 325 struct /* Any Header */
ef416fc2 326 {
fa73b229 327 ipp_uchar_t version[2]; /* Protocol version number */
328 int op_status; /* Operation ID or status code*/
329 int request_id; /* Request ID */
ef416fc2 330 } any;
331
fa73b229 332 struct /* Operation Header */
ef416fc2 333 {
fa73b229 334 ipp_uchar_t version[2]; /* Protocol version number */
335 ipp_op_t operation_id; /* Operation ID */
336 int request_id; /* Request ID */
ef416fc2 337 } op;
338
fa73b229 339 struct /* Status Header */
ef416fc2 340 {
fa73b229 341 ipp_uchar_t version[2]; /* Protocol version number */
342 ipp_status_t status_code; /* Status code */
343 int request_id; /* Request ID */
ef416fc2 344 } status;
345
346 /**** New in CUPS 1.1.19 ****/
426c6a59 347 struct /* Event Header @since CUPS 1.1.19/Mac OS X 10.3@ */
ef416fc2 348 {
fa73b229 349 ipp_uchar_t version[2]; /* Protocol version number */
350 ipp_status_t status_code; /* Status code */
351 int request_id; /* Request ID */
ef416fc2 352 } event;
353} ipp_request_t;
354
355/**** New in CUPS 1.1.19 ****/
ecdc0628 356typedef struct ipp_s ipp_t;
ef416fc2 357
ecdc0628 358typedef union ipp_value_u /**** Attribute Value ****/
ef416fc2 359{
fa73b229 360 int integer; /* Integer/enumerated value */
ef416fc2 361
fa73b229 362 char boolean; /* Boolean value */
ef416fc2 363
fa73b229 364 ipp_uchar_t date[11]; /* Date/time value */
ef416fc2 365
366 struct
367 {
fa73b229 368 int xres, /* Horizontal resolution */
369 yres; /* Vertical resolution */
370 ipp_res_t units; /* Resolution units */
371 } resolution; /* Resolution value */
ef416fc2 372
373 struct
374 {
fa73b229 375 int lower, /* Lower value */
376 upper; /* Upper value */
377 } range; /* Range of integers value */
ef416fc2 378
379 struct
380 {
fa73b229 381 char *charset; /* Character set */
382 char *text; /* String */
383 } string; /* String with language value */
ef416fc2 384
385 struct
386 {
fa73b229 387 int length; /* Length of attribute */
388 void *data; /* Data in attribute */
389 } unknown; /* Unknown attribute type */
ef416fc2 390
391/**** New in CUPS 1.1.19 ****/
426c6a59 392 ipp_t *collection; /* Collection value @since CUPS 1.1.19/Mac OS X 10.3@ */
ef416fc2 393} ipp_value_t;
394
fa73b229 395typedef struct ipp_attribute_s /**** Attribute ****/
ef416fc2 396{
fa73b229 397 struct ipp_attribute_s *next; /* Next attribute in list */
398 ipp_tag_t group_tag, /* Job/Printer/Operation group tag */
399 value_tag; /* What type of value is it? */
400 char *name; /* Name of attribute */
401 int num_values; /* Number of values */
402 ipp_value_t values[1]; /* Values */
ef416fc2 403} ipp_attribute_t;
404
ecdc0628 405struct ipp_s /**** IPP Request/Response/Notification ****/
ef416fc2 406{
fa73b229 407 ipp_state_t state; /* State of request */
408 ipp_request_t request; /* Request header */
ecdc0628 409 ipp_attribute_t *attrs; /* Attributes */
410 ipp_attribute_t *last; /* Last attribute in list */
411 ipp_attribute_t *current; /* Current attribute (for read/write) */
fa73b229 412 ipp_tag_t curtag; /* Current attribute group tag */
ef416fc2 413
414/**** New in CUPS 1.2 ****/
426c6a59 415 ipp_attribute_t *prev; /* Previous attribute (for read) @since CUPS 1.2/Mac OS X 10.5@ */
aaf19ab0 416
c7017ecc
MS
417/**** New in CUPS 1.4.4 ****/
418 int use; /* Use count @since CUPS 1.4.4/Mac OS X 10.6.?@ */
ef416fc2 419};
420
421
422/*
423 * Prototypes...
424 */
425
fa73b229 426extern ipp_attribute_t *ippAddBoolean(ipp_t *ipp, ipp_tag_t group,
427 const char *name, char value);
428extern ipp_attribute_t *ippAddBooleans(ipp_t *ipp, ipp_tag_t group,
429 const char *name, int num_values,
430 const char *values);
431extern ipp_attribute_t *ippAddDate(ipp_t *ipp, ipp_tag_t group,
432 const char *name, const ipp_uchar_t *value);
433extern ipp_attribute_t *ippAddInteger(ipp_t *ipp, ipp_tag_t group,
434 ipp_tag_t type, const char *name,
435 int value);
436extern ipp_attribute_t *ippAddIntegers(ipp_t *ipp, ipp_tag_t group,
437 ipp_tag_t type, const char *name,
438 int num_values, const int *values);
439extern ipp_attribute_t *ippAddRange(ipp_t *ipp, ipp_tag_t group,
440 const char *name, int lower, int upper);
441extern ipp_attribute_t *ippAddRanges(ipp_t *ipp, ipp_tag_t group,
442 const char *name, int num_values,
443 const int *lower, const int *upper);
444extern ipp_attribute_t *ippAddResolution(ipp_t *ipp, ipp_tag_t group,
445 const char *name, ipp_res_t units,
446 int xres, int yres);
447extern ipp_attribute_t *ippAddResolutions(ipp_t *ipp, ipp_tag_t group,
448 const char *name, int num_values,
449 ipp_res_t units, const int *xres,
450 const int *yres);
ef416fc2 451extern ipp_attribute_t *ippAddSeparator(ipp_t *ipp);
fa73b229 452extern ipp_attribute_t *ippAddString(ipp_t *ipp, ipp_tag_t group,
453 ipp_tag_t type, const char *name,
454 const char *charset, const char *value);
455extern ipp_attribute_t *ippAddStrings(ipp_t *ipp, ipp_tag_t group,
456 ipp_tag_t type, const char *name,
457 int num_values, const char *charset,
458 const char * const *values);
ef416fc2 459extern time_t ippDateToTime(const ipp_uchar_t *date);
460extern void ippDelete(ipp_t *ipp);
461extern const char *ippErrorString(ipp_status_t error);
462extern ipp_attribute_t *ippFindAttribute(ipp_t *ipp, const char *name,
463 ipp_tag_t type);
464extern ipp_attribute_t *ippFindNextAttribute(ipp_t *ipp, const char *name,
465 ipp_tag_t type);
466extern size_t ippLength(ipp_t *ipp);
467extern ipp_t *ippNew(void);
468extern ipp_state_t ippRead(http_t *http, ipp_t *ipp);
469extern const ipp_uchar_t *ippTimeToDate(time_t t);
470extern ipp_state_t ippWrite(http_t *http, ipp_t *ipp);
471extern int ippPort(void);
472extern void ippSetPort(int p);
473
474/**** New in CUPS 1.1.19 ****/
fa73b229 475extern ipp_attribute_t *ippAddCollection(ipp_t *ipp, ipp_tag_t group,
2fb76298 476 const char *name, ipp_t *value) _CUPS_API_1_1_19;
fa73b229 477extern ipp_attribute_t *ippAddCollections(ipp_t *ipp, ipp_tag_t group,
478 const char *name, int num_values,
2fb76298
MS
479 const ipp_t **values) _CUPS_API_1_1_19;
480extern void ippDeleteAttribute(ipp_t *ipp, ipp_attribute_t *attr) _CUPS_API_1_1_19;
481extern ipp_state_t ippReadFile(int fd, ipp_t *ipp) _CUPS_API_1_1_19;
482extern ipp_state_t ippWriteFile(int fd, ipp_t *ipp) _CUPS_API_1_1_19;
ef416fc2 483
484/**** New in CUPS 1.2 ****/
485extern ipp_attribute_t *ippAddOctetString(ipp_t *ipp, ipp_tag_t group,
486 const char *name,
2fb76298
MS
487 const void *data, int datalen) _CUPS_API_1_2;
488extern ipp_status_t ippErrorValue(const char *name) _CUPS_API_1_2;
489extern ipp_t *ippNewRequest(ipp_op_t op) _CUPS_API_1_2;
490extern const char *ippOpString(ipp_op_t op) _CUPS_API_1_2;
491extern ipp_op_t ippOpValue(const char *name) _CUPS_API_1_2;
a4d04587 492extern ipp_state_t ippReadIO(void *src, ipp_iocb_t cb, int blocking,
2fb76298 493 ipp_t *parent, ipp_t *ipp) _CUPS_API_1_2;
a4d04587 494extern ipp_state_t ippWriteIO(void *dst, ipp_iocb_t cb, int blocking,
2fb76298 495 ipp_t *parent, ipp_t *ipp) _CUPS_API_1_2;
ef416fc2 496
1ff0402e
MS
497/**** New in CUPS 1.4 ****/
498extern const char *ippTagString(ipp_tag_t tag) _CUPS_API_1_4;
499extern ipp_tag_t ippTagValue(const char *name) _CUPS_API_1_4;
500
ef416fc2 501
502/*
503 * C++ magic...
504 */
505
506# ifdef __cplusplus
507}
508# endif /* __cplusplus */
509#endif /* !_CUPS_IPP_H_ */
510
511/*
b19ccc9e 512 * End of "$Id: ipp.h 7847 2008-08-19 04:22:14Z mike $".
ef416fc2 513 */