Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc2091 const unsigned char *limit_src = src + szsrc; in Base64EscapeInternal() local
2095 while (cur_src < limit_src - 3) { // keep going as long as we have >= 32 bits in Base64EscapeInternal()
2111 szsrc = limit_src - cur_src; in Base64EscapeInternal()