Home
last modified time | relevance | path

Searched refs:belle_sip_header_proxy_authenticate_t (Results 1 – 11 of 11) sorted by relevance

/dports/net/belle-sip/belle-sip-1.6.3-0/include/belle-sip/
H A Dauth-helper.h57 …t* belle_sip_auth_helper_create_proxy_authorization(const belle_sip_header_proxy_authenticate_t* p…
H A Dheaders.h540 typedef struct _belle_sip_header_proxy_authenticate belle_sip_header_proxy_authenticate_t; typedef
541 BELLESIP_EXPORT belle_sip_header_proxy_authenticate_t* belle_sip_header_proxy_authenticate_new(void…
542 BELLESIP_EXPORT belle_sip_header_proxy_authenticate_t* belle_sip_header_proxy_authenticate_parse(co…
543 …fine BELLE_SIP_HEADER_PROXY_AUTHENTICATE(t) BELLE_SIP_CAST(t,belle_sip_header_proxy_authenticate_t)
H A Dtypes.h87 BELLE_SIP_TYPE_ID(belle_sip_header_proxy_authenticate_t),
/dports/net/belle-sip/belle-sip-1.6.3-0/tester/
H A Dauth_helper_tester.c68belle_sip_header_proxy_authenticate_t* proxy_authenticate=belle_sip_header_proxy_authenticate_pars… in test_proxy_authentication()
H A Dbelle_sip_headers_tester.c637 belle_sip_header_proxy_authenticate_t* L_tmp; in test_proxy_authenticate_header()
638belle_sip_header_proxy_authenticate_t* L_proxy_authorization = belle_sip_header_proxy_authenticate… in test_proxy_authenticate_header()
/dports/net/belle-sip/belle-sip-1.6.3-0/src/
H A Dauth_helper.c69 …t* belle_sip_auth_helper_create_proxy_authorization(const belle_sip_header_proxy_authenticate_t* p… in belle_sip_auth_helper_create_proxy_authorization()
H A Dbelle_sip_headers_impl.c1508 static void belle_sip_header_proxy_authenticate_destroy(belle_sip_header_proxy_authenticate_t* prox… in belle_sip_header_proxy_authenticate_destroy()
1511 static void belle_sip_header_proxy_authenticate_clone(belle_sip_header_proxy_authenticate_t* proxy_… in belle_sip_header_proxy_authenticate_clone()
1512 … const belle_sip_header_proxy_authenticate_t *orig ) { in belle_sip_header_proxy_authenticate_clone()
1515 …ip_error_code belle_sip_header_proxy_authenticate_marshal(belle_sip_header_proxy_authenticate_t* p… in belle_sip_header_proxy_authenticate_marshal()
H A Dhttp-provider.c70 if (belle_sip_message_get_header_by_type(resp,belle_sip_header_proxy_authenticate_t)) { in http_channel_context_handle_authentication()
H A Dbelle_sip_internal.h176 BELLE_SIP_DECLARE_VPTR(belle_sip_header_proxy_authenticate_t);
H A Dprovider.c1046 if (BELLE_SIP_OBJECT_IS_INSTANCE_OF(authenticate,belle_sip_header_proxy_authenticate_t)) { in authorization_context_fill_from_auth()
/dports/net/belle-sip/belle-sip-1.6.3-0/src/grammars/
H A Dbelle_sip_message.g1000 header_proxy_authenticate returns [belle_sip_header_proxy_authenticate_t* ret]
1001 scope { belle_sip_header_proxy_authenticate_t* current; }