Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_channel.c92 char *endEol = NULL; in ReadResponse() local
95 endEol = ProcessLastResponse(&processed); in ReadResponse()
96 while (endEol == NULL) { in ReadResponse()
106 endEol = FindEndOfLine(g_bufferCur); in ReadResponse()
116 *endEol = '\0'; in ReadResponse()
118 g_bufferCur = endEol + 1; in ReadResponse()