Home
last modified time | relevance | path

Searched refs:tag_from2 (Results 1 – 2 of 2) sorted by relevance

/dports/net/libosip2/libosip2-5.3.0/src/osipparser2/
H A Dosip_from.c746 osip_generic_param_t *tag_from2; in osip_from_tag_match() local
752 osip_from_param_get_byname(from2, "tag", &tag_from2); in osip_from_tag_match()
754 if (tag_from1 == NULL && tag_from2 == NULL) in osip_from_tag_match()
757 if ((tag_from1 != NULL && tag_from2 == NULL) || (tag_from1 == NULL && tag_from2 != NULL)) in osip_from_tag_match()
760 if (tag_from1->gvalue == NULL || tag_from2->gvalue == NULL) in osip_from_tag_match()
763 if (0 != strcmp(tag_from1->gvalue, tag_from2->gvalue)) in osip_from_tag_match()
/dports/net/libosip2/libosip2-5.3.0/src/osip2/
H A Dosip_transaction.c781 osip_generic_param_t *tag_from2; in __osip_transaction_matching_request_osip_to_xist_17_2_3() local
784 osip_from_param_get_byname(request->to, "tag", &tag_from2); in __osip_transaction_matching_request_osip_to_xist_17_2_3()
786 if (tag_from1 == NULL && tag_from2 != NULL) { in __osip_transaction_matching_request_osip_to_xist_17_2_3()
789 } else if (tag_from1 != NULL && tag_from2 == NULL) { in __osip_transaction_matching_request_osip_to_xist_17_2_3()