Home
last modified time | relevance | path

Searched refs:HTTP_CONTINUE (Results 1 – 12 of 12) sorted by relevance

/external/volley/src/main/java/com/android/volley/toolbox/
DHurlStack.java41 private static final int HTTP_CONTINUE = 100; field in HurlStack
142 && !(HTTP_CONTINUE <= responseCode && responseCode < HttpURLConnection.HTTP_OK) in hasResponseBody()
/external/libcups/berkeley/
Dlpr.c392 while (status == HTTP_CONTINUE && in main()
396 if (status != HTTP_CONTINUE) in main()
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/
DStatusLine.java15 public static final int HTTP_CONTINUE = 100; field in StatusLine
DHttp1xStream.java40 import static com.android.okhttp.internal.http.StatusLine.HTTP_CONTINUE;
196 if (statusLine.code != HTTP_CONTINUE) { in readResponse()
DHttpEngine.java57 import static com.android.okhttp.internal.http.StatusLine.HTTP_CONTINUE;
506 if ((responseCode < HTTP_CONTINUE || responseCode >= 200) in hasBody()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DStatusLine.java13 public static final int HTTP_CONTINUE = 100; field in StatusLine
DHttp1xStream.java39 import static com.squareup.okhttp.internal.http.StatusLine.HTTP_CONTINUE;
194 if (statusLine.code != HTTP_CONTINUE) { in readResponse()
DHttpEngine.java56 import static com.squareup.okhttp.internal.http.StatusLine.HTTP_CONTINUE;
495 if ((responseCode < HTTP_CONTINUE || responseCode >= 200) in hasBody()
/external/libcups/systemv/
Dlp.c615 while (status == HTTP_CONTINUE && in main()
619 if (status != HTTP_CONTINUE) in main()
/external/libcups/cgi-bin/
Dipp-var.c592 if (status == HTTP_CONTINUE) in cgiPrintCommand()
595 if (status == HTTP_CONTINUE) in cgiPrintCommand()
Dadmin.c951 while ((get_status = httpUpdate(http)) == HTTP_CONTINUE); in do_am_printer()
/external/libcups/cups/
Dhttp.h291 # define HTTP_CONTINUE HTTP_STATUS_CONTINUE macro