Home
last modified time | relevance | path

Searched refs:osip_from_to_str (Results 1 – 10 of 10) sorted by relevance

/dports/net/libosip2/libosip2-5.3.0/src/test/
H A Dtfrom.c60 if (osip_from_to_str(from, &dest) != -1) { in main()
/dports/net/libosip2/libosip2-5.3.0/include/osipparser2/headers/
H A Dosip_record_route.h79 #define osip_record_route_to_str osip_from_to_str
H A Dosip_route.h79 #define osip_route_to_str osip_from_to_str
H A Dosip_from.h78 int osip_from_to_str(const osip_from_t *header, char **dest);
H A Dosip_to.h86 #define osip_to_to_str osip_from_to_str
/dports/net/libosip2/libosip2-5.3.0/src/osipparser2/
H A Dosip_to.c80 return osip_from_to_str((osip_from_t *) to, dest); in osip_to_to_str()
H A Dosip_contact.c119 return osip_from_to_str((osip_from_t *) contact, dest); in osip_contact_to_str()
H A Dosip_from.c323 int osip_from_to_str(const osip_from_t *from, char **dest) { in osip_from_to_str() function
H A Dosip_message_to_str.c413 {"From: ", 6, NULL, NULL, (int (*)(void *, char **)) & osip_from_to_str}, in _osip_message_to_str()
/dports/net/libosip2/libosip2-5.3.0/platform/vsnet/
H A Dosipparser2.def108 osip_from_to_str @105