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

/freebsd-10-stable/contrib/serf/
H A Dserf_private.h118 typedef struct serf__authn_info_t { struct
124 } serf__authn_info_t; typedef in typeref:struct:serf__authn_info_t
153 value: serf__authn_info_t *
159 serf__authn_info_t proxy_authn_info;
274 serf__authn_info_t authn_info;
413 /* Get the cached serf__authn_info_t object for the target server, or create one
415 TODO: The serf__authn_info_t objects are allocated in the context pool, so
419 serf__authn_info_t *serf__get_authn_info_for_server(serf_connection_t *conn);
H A Doutgoing.c331 serf__authn_info_t *authn_info;
1706 serf__authn_info_t *authn_info;
/freebsd-10-stable/contrib/serf/auth/
H A Dauth_basic.c46 serf__authn_info_t *authn_info;
135 serf__authn_info_t *authn_info;
160 serf__authn_info_t *authn_info;
H A Dauth.c142 serf__authn_info_t *authn_info;
386 serf__authn_info_t *authn_info;
469 serf__authn_info_t *serf__get_authn_info_for_server(serf_connection_t *conn)
472 serf__authn_info_t *authn_info;
478 authn_info = apr_pcalloc(ctx->pool, sizeof(serf__authn_info_t));
H A Dauth_digest.c249 serf__authn_info_t *authn_info;
377 serf__authn_info_t *authn_info;
405 serf__authn_info_t *authn_info;
530 serf__authn_info_t *authn_info;
H A Dauth_spnego.c256 serf__authn_info_t *authn_info;
377 serf__authn_info_t *authn_info;

Completed in 105 milliseconds