Home
last modified time | relevance | path

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

/PHP-7.4/ext/pdo_oci/
H A Doci_statement.c424 n -= amt; in oci_stmt_param_hook()
443 n -= amt; in oci_stmt_param_hook()
640 ub4 amt; in oci_blob_write() local
643 amt = (ub4) count; in oci_blob_write()
653 self->offset += amt; in oci_blob_write()
654 return amt; in oci_blob_write()
660 ub4 amt; in oci_blob_read() local
663 amt = (ub4) count; in oci_blob_read()
672 self->offset += amt; in oci_blob_read()
673 if (amt < count) { in oci_blob_read()
[all …]

Completed in 10 milliseconds