Lines Matching refs:bval
1035 bool bval; in pdo_firebird_set_attribute() local
1041 if (!pdo_get_bool_param(&bval, val)) { in pdo_firebird_set_attribute()
1053 if (dbh->auto_commit ^ bval) { in pdo_firebird_set_attribute()
1054 if (bval) { in pdo_firebird_set_attribute()
1075 dbh->auto_commit = bval; in pdo_firebird_set_attribute()
1081 if (!pdo_get_bool_param(&bval, val)) { in pdo_firebird_set_attribute()
1084 H->fetch_table_names = bval; in pdo_firebird_set_attribute()
1162 if (!pdo_get_bool_param(&bval, val)) { in pdo_firebird_set_attribute()
1172 if (H->is_writable_txn != bval) { in pdo_firebird_set_attribute()
1173 H->is_writable_txn = bval; in pdo_firebird_set_attribute()
1178 H->is_writable_txn = !bval; in pdo_firebird_set_attribute()
1184 H->is_writable_txn = !bval; in pdo_firebird_set_attribute()