HomeSort by relevance Sort by last modified time
    Searched refs:HTTP_STATUS_MULTIPLE_CHOICES (Results 1 - 3 of 3) sorted by null

  /external/libcups/cups/
request.c 741 if (status >= HTTP_STATUS_MULTIPLE_CHOICES)
755 if (!got_status || status < HTTP_STATUS_MULTIPLE_CHOICES)
793 if (status >= HTTP_STATUS_MULTIPLE_CHOICES)
953 if (status >= HTTP_STATUS_MULTIPLE_CHOICES)
http.h 249 HTTP_STATUS_MULTIPLE_CHOICES = 300, /* Multiple files match request */
303 # define HTTP_MULTIPLE_CHOICES HTTP_STATUS_MULTIPLE_CHOICES
http.c 1073 if (http->status >= HTTP_STATUS_MULTIPLE_CHOICES ||
    [all...]

Completed in 76 milliseconds