Searched refs:serf__authn_info_t (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/serf/
H A Dserf_private.h123 typedef struct serf__authn_info_t { struct
129 } serf__authn_info_t; typedef in typeref:struct:serf__authn_info_t
158 value: serf__authn_info_t *
164 serf__authn_info_t proxy_authn_info;
279 serf__authn_info_t authn_info;
418 /* Get the cached serf__authn_info_t object for the target server, or create one
420 TODO: The serf__authn_info_t objects are allocated in the context pool, so
424 serf__authn_info_t *serf__get_authn_info_for_server(serf_connection_t *conn);
H A Doutgoing.c336 serf__authn_info_t *authn_info;
1716 serf__authn_info_t *authn_info;
/freebsd-12-stable/contrib/serf/auth/
H A Dauth_basic.c51 serf__authn_info_t *authn_info;
140 serf__authn_info_t *authn_info;
165 serf__authn_info_t *authn_info;
H A Dauth.c147 serf__authn_info_t *authn_info;
391 serf__authn_info_t *authn_info;
474 serf__authn_info_t *serf__get_authn_info_for_server(serf_connection_t *conn)
477 serf__authn_info_t *authn_info;
483 authn_info = apr_pcalloc(ctx->pool, sizeof(serf__authn_info_t));
H A Dauth_digest.c254 serf__authn_info_t *authn_info;
382 serf__authn_info_t *authn_info;
410 serf__authn_info_t *authn_info;
535 serf__authn_info_t *authn_info;
H A Dauth_spnego.c262 serf__authn_info_t *authn_info;
383 serf__authn_info_t *authn_info;

Completed in 162 milliseconds