Home
last modified time | relevance | path

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

/PHP-7.0/ext/pdo_oci/
H A Doci_statement.c425 n -= amt; in oci_stmt_param_hook()
444 n -= amt; in oci_stmt_param_hook()
645 ub4 amt; in oci_blob_write() local
648 amt = (ub4) count; in oci_blob_write()
658 self->offset += amt; in oci_blob_write()
659 return amt; in oci_blob_write()
665 ub4 amt; in oci_blob_read() local
668 amt = (ub4) count; in oci_blob_read()
677 self->offset += amt; in oci_blob_read()
678 if (amt < count) { in oci_blob_read()
[all …]
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c32492 int amt,
32499 assert( amt>0 );
32528 if( got==amt ){
32606 int amt,
32663 amt -= wrote;
62618 int a = amt;
62625 amt -= a;
62763 amt -= a;
62847 u32 amt;
62857 if( pCur->info.nLocal<amt ) amt = pCur->info.nLocal;
[all …]

Completed in 356 milliseconds