Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dwin32.cc204 const char* readcursor = src; in inet_pton_v6() local
205 char c = *readcursor++; in inet_pton_v6()
210 c = *readcursor++; in inet_pton_v6()
212 readcursor = src; in inet_pton_v6()
224 if (*readcursor == ':' && *(readcursor+1) == ':' && in inet_pton_v6()
225 *(readcursor + 2) != 0) { in inet_pton_v6()
227 const char* addrstart = readcursor + 2; in inet_pton_v6()
256 while (*readcursor != 0 && addr_cursor < addr_end) { in inet_pton_v6()
257 if (*readcursor == ':') { in inet_pton_v6()
258 if (*(readcursor + 1) == ':') { in inet_pton_v6()
[all …]