Home
last modified time | relevance | path

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

/PHP-7.1/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.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c35826 int amt,
35833 assert( amt>0 );
35862 if( got==amt ){
35940 int amt,
35946 assert( amt>0 );
35997 amt -= wrote;
67949 int a = amt;
67956 amt -= a;
68078 amt -= a;
68128 u32 amt,
[all …]

Completed in 554 milliseconds