17 size_t chars, read_chars;
18 char *pachData = (
char *)dst;
110 res = handle->
hooks->
pfnRead( handle, pachData, &chars );
136 if( length != handle->
len )
140 size_t skip_size = (handle->
len -
141 ((!is_unicode? read_chars: read_chars*
sizeof(
FB_WCHAR )) % handle->
len)) % handle->
len;
167 *bytesread = read_chars;