sdp_data.c | 348 _sdp_putstr(int indent, const char *type, const uint8_t *str, size_t len) function in typeref:typename:void 543 _sdp_putstr(indent, "str8", next, len); 557 _sdp_putstr(indent, "url8", next, len); 571 _sdp_putstr(indent, "str16", next, len); 585 _sdp_putstr(indent, "url16", next, len); 599 _sdp_putstr(indent, "str32", next, len); 613 _sdp_putstr(indent, "url32", next, len);
|