Home
last modified time | relevance | path

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

/external/libcups/cups/
Dtls-sspi.c100 …ret = http_sspi_make_credentials(sspi, L"ServerContainer", common_name, _HTTP_MODE_SERVER, (int)(… in cupsMakeServerCredentials()
1763 if (http->mode == _HTTP_MODE_SERVER) in http_sspi_find_credentials()
1783 if (http->mode == _HTTP_MODE_SERVER) in http_sspi_find_credentials()
1805 …Status = AcquireCredentialsHandle(NULL, UNISP_NAME, http->mode == _HTTP_MODE_SERVER ? SECPKG_CRED_… in http_sspi_find_credentials()
2019 if (mode == _HTTP_MODE_SERVER) in http_sspi_make_credentials()
2026 …Status = AcquireCredentialsHandle(NULL, UNISP_NAME, mode == _HTTP_MODE_SERVER ? SECPKG_CRED_INBOUN… in http_sspi_make_credentials()
2103 …if (!http_sspi_make_credentials(http->tls, L"ServerContainer", common_name, _HTTP_MODE_SERVER, 10)) in http_sspi_server()
Dtls-boringssl.c341 if (http->mode == _HTTP_MODE_SERVER && !tls_keypath) in _httpTLSStart()
Dhttp-private.h274 _HTTP_MODE_SERVER /* Server connected (accepted) from client */ enumerator
Dhttp.c145 _HTTP_MODE_SERVER)) == NULL) in httpAcceptConnection()
1075 (http->state == HTTP_STATE_GET && http->mode == _HTTP_MODE_SERVER) || in httpGetLength2()
3785 coding = http->mode == _HTTP_MODE_SERVER ? _HTTP_CODING_GZIP : in http_content_coding_start()
3801 coding = http->mode == _HTTP_MODE_SERVER ? _HTTP_CODING_DEFLATE : in http_content_coding_start()
4463 if (http->mode == _HTTP_MODE_SERVER && in http_set_length()
Dtls-gnutls.c1259 if (http->mode == _HTTP_MODE_SERVER && !tls_keypath) in _httpTLSStart()
Dtls-darwin.c1181 if (http->mode == _HTTP_MODE_SERVER && !tls_keychain) in _httpTLSStart()