Home | History | Annotate | Download | only in pdfium

Lines Matching refs:bytes_to_copy

3196     int bytes_to_copy = rv_bytes < length ? rv_bytes : length;
3197 memcpy(response, rv_16.c_str(), bytes_to_copy);