Searched refs:endOfValue (Results 1 – 1 of 1) sorted by relevance
589 char *endOfValue = ptr; in parseNextPortion() local590 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 …]