Home
last modified time | relevance | path

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

/PHP-8.3/ext/pdo_oci/
H A Doci_statement.c411 amt = (ub4) n; in oci_stmt_param_hook()
416 offset += amt; in oci_stmt_param_hook()
417 n -= amt; in oci_stmt_param_hook()
418 consume += amt; in oci_stmt_param_hook()
430 amt = (ub4) n; in oci_stmt_param_hook()
435 consume += amt; in oci_stmt_param_hook()
436 n -= amt; in oci_stmt_param_hook()
625 ub4 amt; in oci_blob_write() local
628 amt = (ub4) count; in oci_blob_write()
638 self->offset += amt; in oci_blob_write()
[all …]

Completed in 6 milliseconds