Searched refs:strlenContent (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.c175 static const size_t strlenContent = sizeof strContent - 1; variable
473 if (strncmp(pSession->mimeHeaderName.ptr, strContent, strlenContent) == 0) {
474 if (strcmp(pSession->mimeHeaderName.ptr + strlenContent, strType) == 0) {
480 } else if (strcmp(pSession->mimeHeaderName.ptr + strlenContent, strTransferEncoding) == 0) {

Completed in 99 milliseconds