Searched refs:in_count (Results 1 – 1 of 1) sorted by relevance
266 unsigned int in_count=0, out_count=0; in base64_encode() local274 while(in_count<in_size) in base64_encode()279 if(in_count<in_size) in base64_encode()281 in[i] = (unsigned char) infile[in_count++]; in base64_encode()306 unsigned int in_count=0, out_count=0; in base64_decode() local314 while( in_count<in_size) in base64_decode()316 for( len = 0, i = 0; i < 4 && in_count<in_size; i++ ) in base64_decode()319 while( in_count<in_size && v == 0 ) in base64_decode()321 v = (unsigned char) infile[in_count++]; in base64_decode()328 if( in_count<in_size) in base64_decode()
Completed in 4 milliseconds