Searched refs:nextbyte (Results 1 – 1 of 1) sorted by relevance
196 u_char nextbyte; local227 nextbyte = ((pos - Base64) & 0x0f) << 4;229 target[tarindex+1] = nextbyte;230 else if (nextbyte)241 nextbyte = ((pos - Base64) & 0x03) << 6;243 target[tarindex+1] = nextbyte;244 else if (nextbyte)