Home
last modified time | relevance | path

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

/dports/net/jcifs/jcifs_1.3.19/src/jcifs/http/
H A DNtlmHttpURLConnection.java422 private int parseResponseCode() throws IOException { in parseResponseCode() method in NtlmHttpURLConnection
436 int response = parseResponseCode(); in doHandshake()
447 response = parseResponseCode(); in doHandshake()
463 response = parseResponseCode(); in doHandshake()
/dports/net/liveMedia/live/liveMedia/include/
H A DSIPClient.hh109 Boolean parseResponseCode(char const* line, unsigned& responseCode);
H A DRTSPClient.hh284 Boolean parseResponseCode(char const* line, unsigned& responseCode, char const*& responseString);
/dports/net/liveMedia/live/liveMedia/
H A DSIPClient.cpp481 if (!parseResponseCode(firstLine, responseCode)) break; in getResponseCode()
954 Boolean SIPClient::parseResponseCode(char const* line, in parseResponseCode() function in SIPClient
H A DRTSPClient.cpp1049 ::parseResponseCode(char const* line, unsigned& responseCode, char const*& responseString) { in parseResponseCode() function in RTSPClient
1743 if (!parseResponseCode(lineStart, responseCode, responseStr)) { in handleResponseBytes()