Lines Matching refs:amt
397 ub4 amt, offset = 1; in oci_stmt_param_hook() local
411 amt = (ub4) n; in oci_stmt_param_hook()
413 &amt, offset, consume, (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()
432 &amt, offset, consume, (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()
630 &amt, self->offset, (char*)buf, (ub4) count, in oci_blob_write()
638 self->offset += amt; in oci_blob_write()
639 return amt; in oci_blob_write()