Home
last modified time | relevance | path

Searched refs:belle_sip_header_proxy_authorization_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 BELLESIP_EXPORT belle_sip_header_proxy_authorization_t* belle_sip_auth_helper_create_proxy_authoriz…
74 …XPORT int belle_sip_auth_helper_fill_proxy_authorization(belle_sip_header_proxy_authorization_t* p…
H A Dheaders.h490 typedef struct _belle_sip_header_proxy_authorization belle_sip_header_proxy_authorization_t; typedef
491 BELLESIP_EXPORT belle_sip_header_proxy_authorization_t* belle_sip_header_proxy_authorization_new(vo…
492 BELLESIP_EXPORT belle_sip_header_proxy_authorization_t* belle_sip_header_proxy_authorization_parse(…
493 …ne BELLE_SIP_HEADER_PROXY_AUTHORIZATION(t) BELLE_SIP_CAST(t,belle_sip_header_proxy_authorization_t)
H A Dtypes.h85 BELLE_SIP_TYPE_ID(belle_sip_header_proxy_authorization_t),
/dports/net/belle-sip/belle-sip-1.6.3-0/src/
H A Dauth_helper.c69 belle_sip_header_proxy_authorization_t* belle_sip_auth_helper_create_proxy_authorization(const bell… in belle_sip_auth_helper_create_proxy_authorization()
70 belle_sip_header_proxy_authorization_t* authorization = belle_sip_header_proxy_authorization_new(); in belle_sip_auth_helper_create_proxy_authorization()
249 int belle_sip_auth_helper_fill_proxy_authorization(belle_sip_header_proxy_authorization_t* proxy_au… in belle_sip_auth_helper_fill_proxy_authorization()
H A Dbelle_sip_headers_impl.c1345 static void belle_sip_header_proxy_authorization_destroy(belle_sip_header_proxy_authorization_t* pr… in belle_sip_header_proxy_authorization_destroy()
1349 static void belle_sip_header_proxy_authorization_clone(belle_sip_header_proxy_authorization_t* prox… in belle_sip_header_proxy_authorization_clone()
1350 … const belle_sip_header_proxy_authorization_t *orig ) { in belle_sip_header_proxy_authorization_clone()
1353 …_error_code belle_sip_header_proxy_authorization_marshal(belle_sip_header_proxy_authorization_t* p… in belle_sip_header_proxy_authorization_marshal()
H A Dbelle_sip_internal.h177 BELLE_SIP_DECLARE_VPTR(belle_sip_header_proxy_authorization_t);
H A Dprovider.c200 …R_AUTHORIZATION(belle_sip_message_get_header_by_type(req, belle_sip_header_proxy_authorization_t)); in belle_sip_provider_dispatch_response()
/dports/net/belle-sip/belle-sip-1.6.3-0/tester/
H A Dbelle_sip_register_tester.c839 BELLE_SIP_MESSAGE(message_request), belle_sip_header_proxy_authorization_t in reuse_nonce_base()
856 BELLE_SIP_MESSAGE(message_request), belle_sip_header_proxy_authorization_t in reuse_nonce_base()
866 BELLE_SIP_MESSAGE(message_request), belle_sip_header_proxy_authorization_t in reuse_nonce_base()
876 BELLE_SIP_MESSAGE(message_request), belle_sip_header_proxy_authorization_t in reuse_nonce_base()
908 …R_AUTHORIZATION(belle_sip_message_get_header_by_type(req,belle_sip_header_proxy_authorization_t)))… in register_process_request_event()
H A Dauth_helper_tester.c69belle_sip_header_proxy_authorization_t* proxy_authorization = belle_sip_auth_helper_create_proxy_a… in test_proxy_authentication()
H A Dbelle_sip_headers_tester.c550belle_sip_header_proxy_authorization_t* L_authorization = belle_sip_header_proxy_authorization_par… in test_proxy_authorization_header()
/dports/net/belle-sip/belle-sip-1.6.3-0/src/grammars/
H A Dbelle_sip_message.g1086 header_proxy_authorization returns [belle_sip_header_proxy_authorization_t* ret=NULL]
1087 scope { belle_sip_header_proxy_authorization_t* current; }