Searched refs:statusCode (Results 1 - 25 of 47) sorted by relevance

12

/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DTrustAdditions.h41 bool isOCSPStatusCode(CSSM_RETURN statusCode);
42 bool isCRLStatusCode(CSSM_RETURN statusCode);
43 bool isRevocationStatusCode(CSSM_RETURN statusCode);
44 bool isRevocationServerMetaError(CSSM_RETURN statusCode);
45 bool ignorableRevocationStatusCode(CSSM_RETURN statusCode);
H A DTrustAdditions.cpp746 bool isRevocationServerMetaError(CSSM_RETURN statusCode) argument
748 switch (statusCode) {
766 bool isOCSPStatusCode(CSSM_RETURN statusCode) argument
768 switch (statusCode)
792 bool isCRLStatusCode(CSSM_RETURN statusCode) argument
794 switch (statusCode)
812 bool isRevocationStatusCode(CSSM_RETURN statusCode) argument
814 if (statusCode == CSSMERR_APPLETP_INCOMPLETE_REVOCATION_CHECK || // 35. Revocation check not successful for each cert
815 statusCode == CSSMERR_APPLETP_NETWORK_FAILURE || // 36. General network error
816 isOCSPStatusCode(statusCode)
825 ignorableRevocationStatusCode(CSSM_RETURN statusCode) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DTrustAdditions.h41 bool isOCSPStatusCode(CSSM_RETURN statusCode);
42 bool isCRLStatusCode(CSSM_RETURN statusCode);
43 bool isRevocationStatusCode(CSSM_RETURN statusCode);
44 bool isRevocationServerMetaError(CSSM_RETURN statusCode);
45 bool ignorableRevocationStatusCode(CSSM_RETURN statusCode);
H A DTrustAdditions.cpp746 bool isRevocationServerMetaError(CSSM_RETURN statusCode) argument
748 switch (statusCode) {
766 bool isOCSPStatusCode(CSSM_RETURN statusCode) argument
768 switch (statusCode)
792 bool isCRLStatusCode(CSSM_RETURN statusCode) argument
794 switch (statusCode)
812 bool isRevocationStatusCode(CSSM_RETURN statusCode) argument
814 if (statusCode == CSSMERR_APPLETP_INCOMPLETE_REVOCATION_CHECK || // 35. Revocation check not successful for each cert
815 statusCode == CSSMERR_APPLETP_NETWORK_FAILURE || // 36. General network error
816 isOCSPStatusCode(statusCode)
825 ignorableRevocationStatusCode(CSSM_RETURN statusCode) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DTrustAdditions.h41 bool isOCSPStatusCode(CSSM_RETURN statusCode);
42 bool isCRLStatusCode(CSSM_RETURN statusCode);
43 bool isRevocationStatusCode(CSSM_RETURN statusCode);
44 bool isRevocationServerMetaError(CSSM_RETURN statusCode);
45 bool ignorableRevocationStatusCode(CSSM_RETURN statusCode);
H A DTrustAdditions.cpp746 bool isRevocationServerMetaError(CSSM_RETURN statusCode) argument
748 switch (statusCode) {
766 bool isOCSPStatusCode(CSSM_RETURN statusCode) argument
768 switch (statusCode)
792 bool isCRLStatusCode(CSSM_RETURN statusCode) argument
794 switch (statusCode)
812 bool isRevocationStatusCode(CSSM_RETURN statusCode) argument
814 if (statusCode == CSSMERR_APPLETP_INCOMPLETE_REVOCATION_CHECK || // 35. Revocation check not successful for each cert
815 statusCode == CSSMERR_APPLETP_NETWORK_FAILURE || // 36. General network error
816 isOCSPStatusCode(statusCode)
825 ignorableRevocationStatusCode(CSSM_RETURN statusCode) argument
[all...]
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebHTTPURLResponse.idl41 HRESULT localizedStringForStatusCode([in] int statusCode, [out, retval] BSTR* statusString);
42 HRESULT statusCode([out, retval] int* statusCode);
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebURLResponse.cpp49 static String localizedShortDescriptionForStatusCode(int statusCode) argument
52 if (statusCode < 100 || statusCode >= 600)
54 else if (statusCode >= 100 && statusCode <= 199) {
55 switch (statusCode) {
66 } else if (statusCode >= 200 && statusCode <= 299) {
67 switch (statusCode) {
93 } else if (statusCode >
371 localizedStringForStatusCode( int statusCode, BSTR* statusString) argument
386 statusCode( int* statusCode) argument
[all...]
H A DWebURLResponse.h74 /* [in] */ int statusCode,
77 virtual HRESULT STDMETHODCALLTYPE statusCode(
78 /* [retval][out] */ int *statusCode);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/xpc-tsa/
H A Dmain-tsa.m106 NSInteger statusCode = [httpResponse statusCode];
108 NSString *errStr2 = [NSHTTPURLResponse localizedStringForStatusCode:(NSInteger)statusCode];
110 xpctsaNSLog(@"TSA Response: %d, %@, %@", (int)statusCode, errStr2, headers);
164 NSInteger statusCode = [httpResponse statusCode];
165 if (statusCode != kHTTPResponseCodeOK)
167 errStr = [NSHTTPURLResponse localizedStringForStatusCode:(NSInteger)statusCode];
168 tsaStatusCode = xpc_int64_create((int64_t)statusCode);
169 xpctsaNSLog(@"TSA Response-b: %d, %@", (int)statusCode, errSt
[all...]
/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdav_authcache.h60 UInt32 statusCode, /* -> the status code (401, 407), or 0 if no challenge */
H A Dwebdav_network.c935 static int translate_status_to_error(UInt32 statusCode) argument
938 uint64_t code = statusCode;
941 switch ( statusCode / 100 )
944 syslog(LOG_ERR,"unexpected statusCode %llu", code);
951 syslog(LOG_ERR,"unexpected statusCode %llu", code);
955 switch ( statusCode )
970 syslog(LOG_DEBUG,"unexpected statusCode %llu", code);
974 syslog(LOG_ERR,"unexpected statusCode %llu", code);
984 syslog(LOG_ERR,"unexpected statusCode %llu", code);
987 syslog(LOG_ERR,"unexpected statusCode
2068 CFIndex statusCode; local
2967 CFIndex statusCode; local
3329 CFIndex statusCode; local
3816 UInt32 statusCode; local
4422 CFIndex statusCode; local
4627 network_handle_multistatus_reply(CFURLRef urlRef, UInt8 *responseBuffer, CFIndex responseBufferLen, CFIndex *statusCode) argument
4739 CFIndex count, statusCode; local
5097 CFIndex count, statusCode; local
[all...]
/macosx-10.10/WebCore-7600.1.25/Modules/websockets/
H A DWebSocketHandshake.cpp287 int statusCode; local
289 int lineLength = readStatusLine(header, len, statusCode, statusText);
292 if (statusCode == -1) {
296 LOG(Network, "WebSocketHandshake %p readServerHandshake() Status code is %d", this, statusCode);
299 m_serverHandshakeResponse.setHTTPStatusCode(statusCode);
302 if (statusCode != 101) {
304 m_failureReason = "Unexpected response code: " + String::number(statusCode);
394 // statusCode and statusText will be set to -1 and a null string, respectively.
395 int WebSocketHandshake::readStatusLine(const char* header, size_t headerLength, int& statusCode, String& statusText) argument
401 statusCode
[all...]
H A DWebSocketHandshake.h96 int readStatusLine(const char* header, size_t headerLength, int& statusCode, String& statusText);
/macosx-10.10/WebCore-7600.1.25/platform/network/mac/
H A DWebCoreResourceHandleAsDelegate.mm78 LOG(Network, "Handle %p delegate connection:%p willSendRequest:%@ redirectResponse:%d, Location:<%@>", m_handle, connection, [newRequest description], static_cast<int>([(id)redirectResponse statusCode]), [[(id)redirectResponse allHeaderFields] objectForKey:@"Location"]);
152 LOG(Network, "Handle %p delegate connection:%p didReceiveResponse:%p (HTTP status %d, reported MIMEType '%s')", m_handle, connection, r, [r respondsToSelector:@selector(statusCode)] ? [(id)r statusCode] : 0, [[r MIMEType] UTF8String]);
158 int statusCode = [r respondsToSelector:@selector(statusCode)] ? [(id)r statusCode] : 0;
159 if (statusCode != 304)
H A DWebCoreResourceHandleAsOperationQueueDelegate.mm114 LOG(Network, "Handle %p delegate connection:%p willSendRequest:%@ redirectResponse:%d, Location:<%@>", m_handle, connection, [newRequest description], static_cast<int>([(id)redirectResponse statusCode]), [[(id)redirectResponse allHeaderFields] objectForKey:@"Location"]);
197 LOG(Network, "Handle %p delegate connection:%p didReceiveResponse:%p (HTTP status %d, reported MIMEType '%s')", m_handle, connection, r, [r respondsToSelector:@selector(statusCode)] ? [(id)r statusCode] : 0, [[r MIMEType] UTF8String]);
208 int statusCode = [r respondsToSelector:@selector(statusCode)] ? [(id)r statusCode] : 0;
209 if (statusCode != 304)
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DResourceTimelineDataGridNode.js82 data.statusCode = resource.statusCode;
101 if (resource.failed || resource.canceled || resource.statusCode >= 400)
132 case "statusCode":
H A DNetworkTimelineView.js35 var columns = {domain: {}, type: {}, method: {}, scheme: {}, statusCode: {}, cached: {}, size: {}, transferSize: {}, requestSent: {}, latency: {}, duration: {}};
50 columns.statusCode.title = WebInspector.UIString("Status");
51 columns.statusCode.width = "6%";
/macosx-10.10/WebCore-7600.1.25/platform/network/soup/
H A DResourceErrorSoup.cpp51 ResourceError ResourceError::transportError(SoupRequest* request, int statusCode, const String& reasonPhrase) argument
53 return ResourceError(g_quark_to_string(SOUP_HTTP_ERROR), statusCode,
H A DResourceError.h56 static ResourceError transportError(SoupRequest*, int statusCode, const String& reasonPhrase);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DSourceMapManager.js85 function sourceMapLoaded(error, content, mimeType, statusCode)
87 if (error || statusCode >= 400) {
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DSourceMapResource.js101 function sourceMapResourceLoaded(error, body, mimeType, statusCode)
105 if (error || statusCode >= 400) {
H A DResource.js383 get statusCode()
419 if (this.statusCode === 304) // Not modified
485 updateForResponse: function(url, mimeType, type, responseHeaders, statusCode, statusText, timestamp)
501 this._statusCode = statusCode;
510 if (statusCode === 304 && !this._cached)
535 if (statusCode === 304 || this._responseHeaders.valueForCaseInsensitiveKey("Content-Length"))
/macosx-10.10/WebKit2-7600.1.25/UIProcess/InspectorServer/
H A DWebSocketServerConnection.h61 void sendHTTPResponseHeader(int statusCode, const String& statusText, const WebCore::HTTPHeaderMap& headerFields);
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DHostedNetscapePluginStream.mm151 long statusCode = [httpResponse statusCode];
152 snprintf(statusStr, sizeof(statusStr), "%ld", statusCode);

Completed in 244 milliseconds

12