OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_http_sspi_t
(Results
1 - 2
of
2
) sorted by null
/external/libcups/cups/
tls-sspi.c
62
static
_http_sspi_t
*http_sspi_alloc(void);
66
static void http_sspi_free(
_http_sspi_t
*sspi);
67
static BOOL http_sspi_make_credentials(
_http_sspi_t
*sspi, const LPWSTR containerName, const char *common_name, _http_mode_t mode, int years);
69
static void http_sspi_set_allows_any_root(
_http_sspi_t
*sspi, BOOL allow);
70
static void http_sspi_set_allows_expired_certs(
_http_sspi_t
*sspi, BOOL allow);
89
_http_sspi_t
*sspi; /* SSPI data */
709
_http_sspi_t
*sspi = http->tls; /* SSPI data */
1018
_http_sspi_t
*sspi = http->tls; /* SSPI data */
1122
_http_sspi_t
*sspi = http->tls; /* SSPI data */
[
all
...]
http-private.h
249
}
_http_sspi_t
;
typedef in typeref:struct:_http_sspi_s
250
typedef
_http_sspi_t
*http_tls_t;
Completed in 803 milliseconds