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

/frameworks/base/media/libdrm/mobile1/src/xml/
H A Dxml_tinyparser.c38 static uint8_t *xml_goto_tagend(uint8_t *buffer) function
87 if (NULL == (buffer = xml_goto_tagend(buffer + tagLen + 1)))
202 if (NULL == (buffer = xml_goto_tagend(buffer))) {
303 uint8_t *pCheck = xml_goto_tagend(pStart);
425 if (NULL == (pStart = xml_goto_tagend(pStart))) {

Completed in 3 milliseconds