Searched refs:limit_src (Results 1 – 1 of 1) sorted by relevance
2091 const unsigned char *limit_src = src + szsrc; in Base64EscapeInternal() local2095 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()