Home
last modified time | relevance | path

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

/PHP-5.5/ext/pdo_oci/
H A Doci_statement.c398 amt = n; in oci_stmt_param_hook()
404 n -= amt; in oci_stmt_param_hook()
417 amt = n; in oci_stmt_param_hook()
423 n -= amt; in oci_stmt_param_hook()
617 ub4 amt; in oci_blob_write() local
620 amt = count; in oci_blob_write()
631 return amt; in oci_blob_write()
637 ub4 amt; in oci_blob_read() local
640 amt = count; in oci_blob_read()
650 if (amt < count) { in oci_blob_read()
[all …]
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c28641 int amt,
28677 if( got==amt ){
28755 int amt,
28812 amt -= wrote;
28819 if( amt>0 ){
57278 int a = amt;
57285 amt -= a;
57421 amt -= a;
57505 u32 amt;
57515 if( pCur->info.nLocal<amt ) amt = pCur->info.nLocal;
[all …]

Completed in 410 milliseconds