Home
last modified time | relevance | path

Searched refs:_HTTP_MODE_SERVER (Results 1 – 6 of 6) sorted by relevance

/external/libcups/cups/
Dtls-sspi.c102 …ret = http_sspi_make_credentials(sspi, L"ServerContainer", common_name, _HTTP_MODE_SERVER, (int)(… in cupsMakeServerCredentials()
1768 if (http->mode == _HTTP_MODE_SERVER) in http_sspi_find_credentials()
1792 if (http->mode == _HTTP_MODE_SERVER) in http_sspi_find_credentials()
1814 …Status = AcquireCredentialsHandle(NULL, UNISP_NAME, http->mode == _HTTP_MODE_SERVER ? SECPKG_CRED_… in http_sspi_find_credentials()
2028 if (mode == _HTTP_MODE_SERVER) in http_sspi_make_credentials()
2035 …Status = AcquireCredentialsHandle(NULL, UNISP_NAME, mode == _HTTP_MODE_SERVER ? SECPKG_CRED_INBOUN… in http_sspi_make_credentials()
2112 …if (!http_sspi_make_credentials(http->tls, L"ServerContainer", common_name, _HTTP_MODE_SERVER, 10)) in http_sspi_server()
Dhttp-private.h273 _HTTP_MODE_SERVER /* Server connected (accepted) from client */ enumerator
Dtls-boringssl.c345 if (http->mode == _HTTP_MODE_SERVER && !tls_keypath) in _httpTLSStart()
Dhttp.c150 _HTTP_MODE_SERVER)) == NULL) in httpAcceptConnection()
1089 (http->state == HTTP_STATE_GET && http->mode == _HTTP_MODE_SERVER) || in httpGetLength2()
3832 coding = http->mode == _HTTP_MODE_SERVER ? _HTTP_CODING_GZIP : in http_content_coding_start()
3848 coding = http->mode == _HTTP_MODE_SERVER ? _HTTP_CODING_DEFLATE : in http_content_coding_start()
4531 if (http->mode == _HTTP_MODE_SERVER && in http_set_length()
Dtls-gnutls.c1277 if (http->mode == _HTTP_MODE_SERVER && !tls_keypath) in _httpTLSStart()
Dtls-darwin.c1186 if (http->mode == _HTTP_MODE_SERVER && !tls_keychain) in _httpTLSStart()