Lines Matching defs:_ipp_vars_s
161 struct _ipp_vars_s /**** Variables ****/ struct
163 char *uri, /* URI for printer */
164 scheme[64], /* Scheme from URI */
165 username[256], /* Username from URI */
166 *password, /* Password from URI (if any) */
167 host[256], /* Hostname from URI */
168 portstr[32], /* Port number string */
169 resource[1024]; /* Resource path from URI */
170 int port; /* Port number from URI */
171 int num_vars; /* Number of variables */
172 cups_option_t *vars; /* Array of variables */
173 int password_tries; /* Number of retries for password */
174 _ipp_fattr_cb_t attrcb; /* Attribute (filter) callback */
175 _ipp_ferror_cb_t errorcb; /* Error callback */
176 _ipp_ftoken_cb_t tokencb; /* Token callback */