Searched refs:byte_amt (Results 1 – 1 of 1) sorted by relevance
646 oraub8 byte_amt = (oraub8) count; in oci_blob_read() local650 &byte_amt, &char_amt, (oraub8) self->offset, buf, (oraub8) count, in oci_blob_read()653 ub4 byte_amt = (ub4) count; in oci_blob_read() local656 &byte_amt, self->offset, buf, (ub4) count, in oci_blob_read()665 self->offset += self->csfrm == 0 ? byte_amt : char_amt; in oci_blob_read()667 self->offset += byte_amt; in oci_blob_read()669 if (byte_amt < count) { in oci_blob_read()672 return byte_amt; in oci_blob_read()
Completed in 5 milliseconds