Home
last modified time | relevance | path

Searched refs:endOfValue (Results 1 – 1 of 1) sorted by relevance

/external/opencore/protocols/rtsp_parcom/src/
Drtsp_par_com_incoming_message.cpp589 char *endOfValue = ptr; in parseNextPortion() local
590 while (CHAR_LF != *(endOfValue) in parseNextPortion()
591 && CHAR_CR != *(endOfValue) in parseNextPortion()
592 && CHAR_NULL != *(endOfValue)) in parseNextPortion()
594 ++endOfValue; in parseNextPortion()
597 if (CHAR_CR == *(endOfValue) && CHAR_LF == *(endOfValue + 1)) in parseNextPortion()
601 *(endOfValue) = CHAR_NULL; in parseNextPortion()
602 *(++endOfValue) = CHAR_NULL; in parseNextPortion()
606 *endOfValue = CHAR_NULL; in parseNextPortion()
620 ptr = endOfValue + 1; in parseNextPortion()
[all …]