Searched refs:documentationUrl (Results 1 – 2 of 2) sorted by relevance
1355 service->documentationUrl = MEM_MALLOC.alloc(SDP_MAX_ATTRIBUTE_LEN); in SdpGetDocumentationUrl()1356 if (service->documentationUrl == NULL) { in SdpGetDocumentationUrl()1360 (void)memset_s(service->documentationUrl, SDP_MAX_ATTRIBUTE_LEN, 0, SDP_MAX_ATTRIBUTE_LEN); in SdpGetDocumentationUrl()1362 return SdpGetString(bufferInfo, service->documentationUrl, DE_TYPE_URL); in SdpGetDocumentationUrl()1904 if (service->documentationUrl) { in SdpFreeService()1905 MEM_MALLOC.free(service->documentationUrl); in SdpFreeService()1906 service->documentationUrl = NULL; in SdpFreeService()
468 char *documentationUrl; member