Searched refs:ContentURILen (Results 1 – 2 of 2) sorted by relevance
62 pDcfInfo->ContentURILen = *(tmpBuf++); in drm_dcfParser()65 strncpy((char *)pDcfInfo->ContentURI, (char *)tmpBuf, pDcfInfo->ContentURILen); in drm_dcfParser()66 tmpBuf += pDcfInfo->ContentURILen; in drm_dcfParser()
57 uint8_t ContentURILen; /**< Length of the ContentURI field */ member