Home
last modified time | relevance | path

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

/external/volley/src/main/java/com/android/volley/toolbox/
DHurlStack.java42 private static final int HTTP_CONTINUE = 100; field in HurlStack
138 && !(HTTP_CONTINUE <= responseCode && responseCode < HttpURLConnection.HTTP_OK) in hasResponseBody()
/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/cups/
Dhttp.h296 # define HTTP_CONTINUE HTTP_STATUS_CONTINUE macro