Home
last modified time | relevance | path

Searched refs:db_supported_buffer_type (Results 1 – 14 of 14) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/libmariadb/libmariadb/
H A Dmariadb_stmt.c1207 if (stmt->mysql->methods->db_supported_buffer_type && in mysql_stmt_bind_param()
1208 !stmt->mysql->methods->db_supported_buffer_type(stmt->params[i].buffer_type)) in mysql_stmt_bind_param()
1312 if (stmt->mysql->methods->db_supported_buffer_type && in mysql_stmt_bind_result()
1313 !stmt->mysql->methods->db_supported_buffer_type(bind[i].buffer_type)) in mysql_stmt_bind_result()
/dports/databases/mariadb104-server/mariadb-10.4.24/libmariadb/libmariadb/
H A Dmariadb_stmt.c1207 if (stmt->mysql->methods->db_supported_buffer_type && in mysql_stmt_bind_param()
1208 !stmt->mysql->methods->db_supported_buffer_type(stmt->params[i].buffer_type)) in mysql_stmt_bind_param()
1312 if (stmt->mysql->methods->db_supported_buffer_type && in mysql_stmt_bind_result()
1313 !stmt->mysql->methods->db_supported_buffer_type(bind[i].buffer_type)) in mysql_stmt_bind_result()
/dports/databases/mariadb103-server/mariadb-10.3.34/libmariadb/libmariadb/
H A Dmariadb_stmt.c1207 if (stmt->mysql->methods->db_supported_buffer_type && in mysql_stmt_bind_param()
1208 !stmt->mysql->methods->db_supported_buffer_type(stmt->params[i].buffer_type)) in mysql_stmt_bind_param()
1312 if (stmt->mysql->methods->db_supported_buffer_type && in mysql_stmt_bind_result()
1313 !stmt->mysql->methods->db_supported_buffer_type(bind[i].buffer_type)) in mysql_stmt_bind_result()
/dports/databases/mariadb103-client/mariadb-10.3.34/libmariadb/libmariadb/
H A Dmariadb_stmt.c1207 if (stmt->mysql->methods->db_supported_buffer_type && in mysql_stmt_bind_param()
1208 !stmt->mysql->methods->db_supported_buffer_type(stmt->params[i].buffer_type)) in mysql_stmt_bind_param()
1312 if (stmt->mysql->methods->db_supported_buffer_type && in mysql_stmt_bind_result()
1313 !stmt->mysql->methods->db_supported_buffer_type(bind[i].buffer_type)) in mysql_stmt_bind_result()
/dports/databases/mariadb-connector-c/mariadb-connector-c-3.2.4-src/libmariadb/
H A Dmariadb_stmt.c1224 if (stmt->mysql->methods->db_supported_buffer_type &&
1225 !stmt->mysql->methods->db_supported_buffer_type(stmt->params[i].buffer_type))
1329 if (stmt->mysql->methods->db_supported_buffer_type &&
1330 !stmt->mysql->methods->db_supported_buffer_type(bind[i].buffer_type))
/dports/databases/mariadb104-client/mariadb-10.4.24/libmariadb/libmariadb/
H A Dmariadb_stmt.c1207 if (stmt->mysql->methods->db_supported_buffer_type && in mysql_stmt_bind_param()
1208 !stmt->mysql->methods->db_supported_buffer_type(stmt->params[i].buffer_type)) in mysql_stmt_bind_param()
1312 if (stmt->mysql->methods->db_supported_buffer_type && in mysql_stmt_bind_result()
1313 !stmt->mysql->methods->db_supported_buffer_type(bind[i].buffer_type)) in mysql_stmt_bind_result()
/dports/databases/mariadb105-server/mariadb-10.5.15/libmariadb/libmariadb/
H A Dmariadb_stmt.c1207 if (stmt->mysql->methods->db_supported_buffer_type && in mysql_stmt_bind_param()
1208 !stmt->mysql->methods->db_supported_buffer_type(stmt->params[i].buffer_type)) in mysql_stmt_bind_param()
1312 if (stmt->mysql->methods->db_supported_buffer_type && in mysql_stmt_bind_result()
1313 !stmt->mysql->methods->db_supported_buffer_type(bind[i].buffer_type)) in mysql_stmt_bind_result()
/dports/databases/mariadb105-client/mariadb-10.5.15/libmariadb/include/
H A Dmysql.h863 my_bool (*db_supported_buffer_type)(enum enum_field_types type); member
/dports/databases/mariadb104-server/mariadb-10.4.24/libmariadb/include/
H A Dmysql.h863 my_bool (*db_supported_buffer_type)(enum enum_field_types type); member
/dports/databases/mariadb104-client/mariadb-10.4.24/libmariadb/include/
H A Dmysql.h863 my_bool (*db_supported_buffer_type)(enum enum_field_types type); member
/dports/databases/mariadb105-server/mariadb-10.5.15/libmariadb/include/
H A Dmysql.h863 my_bool (*db_supported_buffer_type)(enum enum_field_types type); member
/dports/databases/mariadb103-server/mariadb-10.3.34/libmariadb/include/
H A Dmysql.h863 my_bool (*db_supported_buffer_type)(enum enum_field_types type); member
/dports/databases/mariadb-connector-c/mariadb-connector-c-3.2.4-src/include/
H A Dmysql.h864 my_bool (*db_supported_buffer_type)(enum enum_field_types type); member
/dports/databases/mariadb103-client/mariadb-10.3.34/libmariadb/include/
H A Dmysql.h863 my_bool (*db_supported_buffer_type)(enum enum_field_types type); member