Lines Matching defs:toread
597 ber_uint_t toread;
688 toread = (uintptr_t)ber->ber_end - (uintptr_t)ber->ber_rwptr;
690 if ( (rc = BerRead( sb, ber->ber_rwptr, (ber_int_t)toread )) <= 0 ) {
694 toread -= rc;
696 } while ( toread > 0 );
1103 ber_uint_t toread;
1194 toread = (uintptr_t)ber->ber_end - (uintptr_t)ber->ber_rwptr;
1197 (ber_int_t)toread )) <= 0 ) {
1201 toread -= rc;
1203 } while ( toread > 0 );