• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/printing/

Lines Matching defs:response

82 			*response = NULL;	/* IPP Response */
138 * Do the request and get back a response...
141 if ((response = cupsDoRequest(http, request, "/")) == NULL) {
147 for (attr = response->attrs; attr != NULL;) {
189 ippDelete(response);
190 response = NULL;
218 * Do the request and get back a response...
221 if ((response = cupsDoRequest(http, request, "/")) == NULL) {
227 for (attr = response->attrs; attr != NULL;) {
272 if (response)
273 ippDelete(response);
294 *response = NULL; /* IPP Response */
346 * Do the request and get back a response...
349 if ((response = cupsDoRequest(http, request, "/jobs")) != NULL) {
350 if (response->request.status.status_code >= IPP_OK_CONFLICT) {
362 if (response)
363 ippDelete(response);
384 *response = NULL; /* IPP Response */
436 * Do the request and get back a response...
439 if ((response = cupsDoRequest(http, request, "/jobs")) != NULL) {
440 if (response->request.status.status_code >= IPP_OK_CONFLICT) {
452 if (response)
453 ippDelete(response);
474 *response = NULL; /* IPP Response */
526 * Do the request and get back a response...
529 if ((response = cupsDoRequest(http, request, "/jobs")) != NULL) {
530 if (response->request.status.status_code >= IPP_OK_CONFLICT) {
542 if (response)
543 ippDelete(response);
564 *response = NULL; /* IPP Response */
648 * Do the request and get back a response...
653 if ((response = cupsDoFileRequest(http, request, uri, pjob->filename)) != NULL) {
654 if (response->request.status.status_code >= IPP_OK_CONFLICT) {
670 if (response)
671 ippDelete(response);
695 *response = NULL; /* IPP Response */
790 * Do the request and get back a response...
793 if ((response = cupsDoRequest(http, request, "/")) == NULL) {
799 if (response->request.status.status_code >= IPP_OK_CONFLICT) {
801 ippErrorString(response->request.status.status_code)));
813 for (attr = response->attrs; attr != NULL; attr = attr->next) {
919 ippDelete(response);
920 response = NULL;
952 * Do the request and get back a response...
955 if ((response = cupsDoRequest(http, request, "/")) == NULL) {
962 if (response->request.status.status_code >= IPP_OK_CONFLICT) {
964 ippErrorString(response->request.status.status_code)));
973 if ((attr = ippFindAttribute(response, "printer-state", IPP_TAG_ENUM)) != NULL) {
980 if ((attr = ippFindAttribute(response, "printer-state-message",
991 if (response)
992 ippDelete(response);
1013 *response = NULL; /* IPP Response */
1066 * Do the request and get back a response...
1069 if ((response = cupsDoRequest(http, request, "/admin/")) != NULL) {
1070 if (response->request.status.status_code >= IPP_OK_CONFLICT) {
1082 if (response)
1083 ippDelete(response);
1104 *response = NULL; /* IPP Response */
1157 * Do the request and get back a response...
1160 if ((response = cupsDoRequest(http, request, "/admin/")) != NULL) {
1161 if (response->request.status.status_code >= IPP_OK_CONFLICT) {
1173 if (response)
1174 ippDelete(response);
1205 *response = NULL; /* IPP Response */
1261 * Do the request and get back a response...
1264 if ((response = cupsDoRequest(http, request, "/")) == NULL) {
1270 for (attr = response->attrs; attr != NULL;) {
1325 if (response)
1326 ippDelete(response);