• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/printing/

Lines Matching refs:response

59 			*response = NULL;	/* IPP Response */
117 * Do the request and get back a response...
120 if ((response = cupsDoRequest(http, request, "/")) == NULL) {
126 for (attr = response->attrs; attr != NULL;) {
168 ippDelete(response);
169 response = NULL;
197 * Do the request and get back a response...
200 if ((response = cupsDoRequest(http, request, "/")) == NULL) {
206 for (attr = response->attrs; attr != NULL;) {
251 if (response)
252 ippDelete(response);
273 *response = NULL; /* IPP Response */
327 * Do the request and get back a response...
330 if ((response = cupsDoRequest(http, request, "/jobs")) != NULL) {
331 if (response->request.status.status_code >= IPP_OK_CONFLICT) {
343 if (response)
344 ippDelete(response);
365 *response = NULL; /* IPP Response */
419 * Do the request and get back a response...
422 if ((response = cupsDoRequest(http, request, "/jobs")) != NULL) {
423 if (response->request.status.status_code >= IPP_OK_CONFLICT) {
435 if (response)
436 ippDelete(response);
457 *response = NULL; /* IPP Response */
511 * Do the request and get back a response...
514 if ((response = cupsDoRequest(http, request, "/jobs")) != NULL) {
515 if (response->request.status.status_code >= IPP_OK_CONFLICT) {
527 if (response)
528 ippDelete(response);
549 *response = NULL; /* IPP Response */
635 * Do the request and get back a response...
640 if ((response = cupsDoFileRequest(http, request, uri, pjob->filename)) != NULL) {
641 if (response->request.status.status_code >= IPP_OK_CONFLICT) {
657 if (response)
658 ippDelete(response);
682 *response = NULL; /* IPP Response */
779 * Do the request and get back a response...
782 if ((response = cupsDoRequest(http, request, "/")) == NULL) {
788 if (response->request.status.status_code >= IPP_OK_CONFLICT) {
790 ippErrorString(response->request.status.status_code)));
802 for (attr = response->attrs; attr != NULL; attr = attr->next) {
911 ippDelete(response);
912 response = NULL;
944 * Do the request and get back a response...
947 if ((response = cupsDoRequest(http, request, "/")) == NULL) {
954 if (response->request.status.status_code >= IPP_OK_CONFLICT) {
956 ippErrorString(response->request.status.status_code)));
965 if ((attr = ippFindAttribute(response, "printer-state", IPP_TAG_ENUM)) != NULL) {
972 if ((attr = ippFindAttribute(response, "printer-state-message",
983 if (response)
984 ippDelete(response);
1006 *response = NULL; /* IPP Response */
1061 * Do the request and get back a response...
1064 if ((response = cupsDoRequest(http, request, "/admin/")) != NULL) {
1065 if (response->request.status.status_code >= IPP_OK_CONFLICT) {
1077 if (response)
1078 ippDelete(response);
1100 *response = NULL; /* IPP Response */
1155 * Do the request and get back a response...
1158 if ((response = cupsDoRequest(http, request, "/admin/")) != NULL) {
1159 if (response->request.status.status_code >= IPP_OK_CONFLICT) {
1171 if (response)
1172 ippDelete(response);