OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drm_strnstr
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/libdrm/mobile1/src/parser/
parser_dm.c
51
const uint8_t *
drm_strnstr
(const uint8_t * str, const uint8_t * strSearch, int32_t len)
function
83
pStart =
drm_strnstr
(buffer, (uint8_t *)"--", bufferLen);
89
pEnd =
drm_strnstr
(pStart, (uint8_t *)DRM_NEW_LINE_CRLF, leftLen);
105
pEnd =
drm_strnstr
(pStart, (uint8_t *)DRM_NEW_LINE_CRLF, leftLen);
140
if(
drm_strnstr
(pStart, (uint8_t*)HEADERS_CONTENT_ID, pBufferEnd - pStart)){
257
pStart =
drm_strnstr
(pEnd, pDmInfo->boundary, leftLen);
261
pEnd =
drm_strnstr
(pStart, (uint8_t *)DRM_NEW_LINE_CRLF, leftLen);
parser_rel.c
518
if (NULL !=
drm_strnstr
(buffer, (uint8_t *)HEADERS_CONTENT_ID, bufferLen))
/frameworks/base/media/libdrm/mobile1/include/parser/
parser_dm.h
82
const uint8_t*
drm_strnstr
(const uint8_t* str, const uint8_t* strSearch, int32_t len);
Completed in 335 milliseconds