Home
last modified time | relevance | path

Searched refs:char_amt (Results 1 – 1 of 1) sorted by relevance

/PHP-8.3/ext/pdo_oci/
H A Doci_statement.c647 oraub8 char_amt = 0; in oci_blob_read() local
650 &byte_amt, &char_amt, (oraub8) self->offset, buf, (oraub8) count, in oci_blob_read()
665 self->offset += self->csfrm == 0 ? byte_amt : char_amt; in oci_blob_read()

Completed in 7 milliseconds