Home
last modified time | relevance | path

Searched refs:r_bind (Results 1 – 25 of 27) sorted by relevance

12

/dports/databases/mariadb105-client/mariadb-10.5.15/libmariadb/unittest/libmariadb/
H A Dps_bugs.c1811 MYSQL_BIND p_bind[2],r_bind[2]; /* p: param bind; r: result bind */ in test_ps_query_cache() local
1912 memset(r_bind, '\0', sizeof(r_bind)); in test_ps_query_cache()
1913 r_bind[0].buffer_type= MYSQL_TYPE_LONG; in test_ps_query_cache()
1914 r_bind[0].buffer= (void *)&r_int_data; in test_ps_query_cache()
1915 r_bind[1].buffer_type= MYSQL_TYPE_VAR_STRING; in test_ps_query_cache()
1916 r_bind[1].buffer= (void *)r_str_data; in test_ps_query_cache()
1917 r_bind[1].buffer_length= array_elements(r_str_data); in test_ps_query_cache()
1918 r_bind[1].length= &r_str_length; in test_ps_query_cache()
1920 rc= mysql_stmt_bind_result(stmt, r_bind); in test_ps_query_cache()
/dports/databases/mariadb104-server/mariadb-10.4.24/libmariadb/unittest/libmariadb/
H A Dps_bugs.c1811 MYSQL_BIND p_bind[2],r_bind[2]; /* p: param bind; r: result bind */ in test_ps_query_cache() local
1912 memset(r_bind, '\0', sizeof(r_bind)); in test_ps_query_cache()
1913 r_bind[0].buffer_type= MYSQL_TYPE_LONG; in test_ps_query_cache()
1914 r_bind[0].buffer= (void *)&r_int_data; in test_ps_query_cache()
1915 r_bind[1].buffer_type= MYSQL_TYPE_VAR_STRING; in test_ps_query_cache()
1916 r_bind[1].buffer= (void *)r_str_data; in test_ps_query_cache()
1917 r_bind[1].buffer_length= array_elements(r_str_data); in test_ps_query_cache()
1918 r_bind[1].length= &r_str_length; in test_ps_query_cache()
1920 rc= mysql_stmt_bind_result(stmt, r_bind); in test_ps_query_cache()
/dports/databases/mariadb104-client/mariadb-10.4.24/libmariadb/unittest/libmariadb/
H A Dps_bugs.c1811 MYSQL_BIND p_bind[2],r_bind[2]; /* p: param bind; r: result bind */ in test_ps_query_cache() local
1912 memset(r_bind, '\0', sizeof(r_bind)); in test_ps_query_cache()
1913 r_bind[0].buffer_type= MYSQL_TYPE_LONG; in test_ps_query_cache()
1914 r_bind[0].buffer= (void *)&r_int_data; in test_ps_query_cache()
1915 r_bind[1].buffer_type= MYSQL_TYPE_VAR_STRING; in test_ps_query_cache()
1916 r_bind[1].buffer= (void *)r_str_data; in test_ps_query_cache()
1917 r_bind[1].buffer_length= array_elements(r_str_data); in test_ps_query_cache()
1918 r_bind[1].length= &r_str_length; in test_ps_query_cache()
1920 rc= mysql_stmt_bind_result(stmt, r_bind); in test_ps_query_cache()
/dports/databases/mariadb105-server/mariadb-10.5.15/libmariadb/unittest/libmariadb/
H A Dps_bugs.c1811 MYSQL_BIND p_bind[2],r_bind[2]; /* p: param bind; r: result bind */ in test_ps_query_cache() local
1912 memset(r_bind, '\0', sizeof(r_bind)); in test_ps_query_cache()
1913 r_bind[0].buffer_type= MYSQL_TYPE_LONG; in test_ps_query_cache()
1914 r_bind[0].buffer= (void *)&r_int_data; in test_ps_query_cache()
1915 r_bind[1].buffer_type= MYSQL_TYPE_VAR_STRING; in test_ps_query_cache()
1916 r_bind[1].buffer= (void *)r_str_data; in test_ps_query_cache()
1917 r_bind[1].buffer_length= array_elements(r_str_data); in test_ps_query_cache()
1918 r_bind[1].length= &r_str_length; in test_ps_query_cache()
1920 rc= mysql_stmt_bind_result(stmt, r_bind); in test_ps_query_cache()
/dports/databases/mariadb103-server/mariadb-10.3.34/libmariadb/unittest/libmariadb/
H A Dps_bugs.c1811 MYSQL_BIND p_bind[2],r_bind[2]; /* p: param bind; r: result bind */
1912 memset(r_bind, '\0', sizeof(r_bind));
1913 r_bind[0].buffer_type= MYSQL_TYPE_LONG;
1914 r_bind[0].buffer= (void *)&r_int_data;
1915 r_bind[1].buffer_type= MYSQL_TYPE_VAR_STRING;
1916 r_bind[1].buffer= (void *)r_str_data;
1917 r_bind[1].buffer_length= array_elements(r_str_data);
1918 r_bind[1].length= &r_str_length;
1920 rc= mysql_stmt_bind_result(stmt, r_bind);
/dports/databases/mariadb103-client/mariadb-10.3.34/libmariadb/unittest/libmariadb/
H A Dps_bugs.c1811 MYSQL_BIND p_bind[2],r_bind[2]; /* p: param bind; r: result bind */ in test_ps_query_cache() local
1912 memset(r_bind, '\0', sizeof(r_bind)); in test_ps_query_cache()
1913 r_bind[0].buffer_type= MYSQL_TYPE_LONG; in test_ps_query_cache()
1914 r_bind[0].buffer= (void *)&r_int_data; in test_ps_query_cache()
1915 r_bind[1].buffer_type= MYSQL_TYPE_VAR_STRING; in test_ps_query_cache()
1916 r_bind[1].buffer= (void *)r_str_data; in test_ps_query_cache()
1917 r_bind[1].buffer_length= array_elements(r_str_data); in test_ps_query_cache()
1918 r_bind[1].length= &r_str_length; in test_ps_query_cache()
1920 rc= mysql_stmt_bind_result(stmt, r_bind); in test_ps_query_cache()
/dports/databases/mariadb-connector-c/mariadb-connector-c-3.2.4-src/unittest/libmariadb/
H A Dps_bugs.c1811 MYSQL_BIND p_bind[2],r_bind[2]; /* p: param bind; r: result bind */
1912 memset(r_bind, '\0', sizeof(r_bind));
1913 r_bind[0].buffer_type= MYSQL_TYPE_LONG;
1914 r_bind[0].buffer= (void *)&r_int_data;
1915 r_bind[1].buffer_type= MYSQL_TYPE_VAR_STRING;
1916 r_bind[1].buffer= (void *)r_str_data;
1917 r_bind[1].buffer_length= array_elements(r_str_data);
1918 r_bind[1].length= &r_str_length;
1920 rc= mysql_stmt_bind_result(stmt, r_bind);
/dports/devel/radare2/radare2-5.1.1/libr/
H A Dmeson.build349 'include/r_bind.h',
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/archipack/
H A Darchipack_roof.py1052 r_bind = right
1057 s.right.bind(r_bind, ccw=False)
1082 s.right.bind(r_bind, ccw=False)
1085 r_bind = s.left
1096 s.right.bind(r_bind, ccw=False)
/dports/databases/mysql55-client/mysql-5.5.62/tests/
H A Dmysql_client_test.c2191 MYSQL_BIND p_bind[2],r_bind[2]; /* p: param bind; r: result bind */ in test_ps_query_cache() local
2312 bzero((char*) r_bind, sizeof(r_bind)); in test_ps_query_cache()
2313 r_bind[0].buffer_type= MYSQL_TYPE_LONG; in test_ps_query_cache()
2314 r_bind[0].buffer= (void *)&r_int_data; in test_ps_query_cache()
2315 r_bind[1].buffer_type= MYSQL_TYPE_VAR_STRING; in test_ps_query_cache()
2316 r_bind[1].buffer= (void *)r_str_data; in test_ps_query_cache()
2317 r_bind[1].buffer_length= array_elements(r_str_data); in test_ps_query_cache()
2318 r_bind[1].length= &r_str_length; in test_ps_query_cache()
2320 rc= mysql_stmt_bind_result(stmt, r_bind); in test_ps_query_cache()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/tests/
H A Dmysql_client_test.c2200 MYSQL_BIND p_bind[2],r_bind[2]; /* p: param bind; r: result bind */ in test_ps_query_cache() local
2321 memset(r_bind, 0, sizeof(r_bind)); in test_ps_query_cache()
2322 r_bind[0].buffer_type= MYSQL_TYPE_LONG; in test_ps_query_cache()
2323 r_bind[0].buffer= (void *)&r_int_data; in test_ps_query_cache()
2324 r_bind[1].buffer_type= MYSQL_TYPE_VAR_STRING; in test_ps_query_cache()
2325 r_bind[1].buffer= (void *)r_str_data; in test_ps_query_cache()
2326 r_bind[1].buffer_length= array_elements(r_str_data); in test_ps_query_cache()
2327 r_bind[1].length= &r_str_length; in test_ps_query_cache()
2329 rc= mysql_stmt_bind_result(stmt, r_bind); in test_ps_query_cache()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/tests/
H A Dmysql_client_test.c2200 MYSQL_BIND p_bind[2],r_bind[2]; /* p: param bind; r: result bind */ in test_ps_query_cache() local
2321 memset(r_bind, 0, sizeof(r_bind)); in test_ps_query_cache()
2322 r_bind[0].buffer_type= MYSQL_TYPE_LONG; in test_ps_query_cache()
2323 r_bind[0].buffer= (void *)&r_int_data; in test_ps_query_cache()
2324 r_bind[1].buffer_type= MYSQL_TYPE_VAR_STRING; in test_ps_query_cache()
2325 r_bind[1].buffer= (void *)r_str_data; in test_ps_query_cache()
2326 r_bind[1].buffer_length= array_elements(r_str_data); in test_ps_query_cache()
2327 r_bind[1].length= &r_str_length; in test_ps_query_cache()
2329 rc= mysql_stmt_bind_result(stmt, r_bind); in test_ps_query_cache()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/tests/
H A Dmysql_client_test.c2200 MYSQL_BIND p_bind[2],r_bind[2]; /* p: param bind; r: result bind */ in test_ps_query_cache() local
2321 memset(r_bind, 0, sizeof(r_bind)); in test_ps_query_cache()
2322 r_bind[0].buffer_type= MYSQL_TYPE_LONG; in test_ps_query_cache()
2323 r_bind[0].buffer= (void *)&r_int_data; in test_ps_query_cache()
2324 r_bind[1].buffer_type= MYSQL_TYPE_VAR_STRING; in test_ps_query_cache()
2325 r_bind[1].buffer= (void *)r_str_data; in test_ps_query_cache()
2326 r_bind[1].buffer_length= array_elements(r_str_data); in test_ps_query_cache()
2327 r_bind[1].length= &r_str_length; in test_ps_query_cache()
2329 rc= mysql_stmt_bind_result(stmt, r_bind); in test_ps_query_cache()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/tests/
H A Dmysql_client_test.c2194 MYSQL_BIND p_bind[2],r_bind[2]; /* p: param bind; r: result bind */ in test_ps_query_cache() local
2315 memset(r_bind, 0, sizeof(r_bind)); in test_ps_query_cache()
2316 r_bind[0].buffer_type= MYSQL_TYPE_LONG; in test_ps_query_cache()
2317 r_bind[0].buffer= (void *)&r_int_data; in test_ps_query_cache()
2318 r_bind[1].buffer_type= MYSQL_TYPE_VAR_STRING; in test_ps_query_cache()
2319 r_bind[1].buffer= (void *)r_str_data; in test_ps_query_cache()
2320 r_bind[1].buffer_length= array_elements(r_str_data); in test_ps_query_cache()
2321 r_bind[1].length= &r_str_length; in test_ps_query_cache()
2323 rc= mysql_stmt_bind_result(stmt, r_bind); in test_ps_query_cache()
/dports/databases/mysql56-client/mysql-5.6.51/tests/
H A Dmysql_client_test.c2194 MYSQL_BIND p_bind[2],r_bind[2]; /* p: param bind; r: result bind */ in test_ps_query_cache() local
2315 memset(r_bind, 0, sizeof(r_bind)); in test_ps_query_cache()
2316 r_bind[0].buffer_type= MYSQL_TYPE_LONG; in test_ps_query_cache()
2317 r_bind[0].buffer= (void *)&r_int_data; in test_ps_query_cache()
2318 r_bind[1].buffer_type= MYSQL_TYPE_VAR_STRING; in test_ps_query_cache()
2319 r_bind[1].buffer= (void *)r_str_data; in test_ps_query_cache()
2320 r_bind[1].buffer_length= array_elements(r_str_data); in test_ps_query_cache()
2321 r_bind[1].length= &r_str_length; in test_ps_query_cache()
2323 rc= mysql_stmt_bind_result(stmt, r_bind); in test_ps_query_cache()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/testclients/
H A Dmysql_client_test.c2201 MYSQL_BIND p_bind[2],r_bind[2]; /* p: param bind; r: result bind */ in test_ps_query_cache() local
2322 memset(r_bind, 0, sizeof(r_bind)); in test_ps_query_cache()
2323 r_bind[0].buffer_type= MYSQL_TYPE_LONG; in test_ps_query_cache()
2324 r_bind[0].buffer= (void *)&r_int_data; in test_ps_query_cache()
2325 r_bind[1].buffer_type= MYSQL_TYPE_VAR_STRING; in test_ps_query_cache()
2326 r_bind[1].buffer= (void *)r_str_data; in test_ps_query_cache()
2327 r_bind[1].buffer_length= array_elements(r_str_data); in test_ps_query_cache()
2328 r_bind[1].length= &r_str_length; in test_ps_query_cache()
2330 rc= mysql_stmt_bind_result(stmt, r_bind); in test_ps_query_cache()
/dports/databases/percona57-server/percona-server-5.7.36-39/testclients/
H A Dmysql_client_test.c2201 MYSQL_BIND p_bind[2],r_bind[2]; /* p: param bind; r: result bind */ in test_ps_query_cache() local
2322 memset(r_bind, 0, sizeof(r_bind)); in test_ps_query_cache()
2323 r_bind[0].buffer_type= MYSQL_TYPE_LONG; in test_ps_query_cache()
2324 r_bind[0].buffer= (void *)&r_int_data; in test_ps_query_cache()
2325 r_bind[1].buffer_type= MYSQL_TYPE_VAR_STRING; in test_ps_query_cache()
2326 r_bind[1].buffer= (void *)r_str_data; in test_ps_query_cache()
2327 r_bind[1].buffer_length= array_elements(r_str_data); in test_ps_query_cache()
2328 r_bind[1].length= &r_str_length; in test_ps_query_cache()
2330 rc= mysql_stmt_bind_result(stmt, r_bind); in test_ps_query_cache()
/dports/databases/percona57-client/percona-server-5.7.36-39/testclients/
H A Dmysql_client_test.c2201 MYSQL_BIND p_bind[2],r_bind[2]; /* p: param bind; r: result bind */ in test_ps_query_cache() local
2322 memset(r_bind, 0, sizeof(r_bind)); in test_ps_query_cache()
2323 r_bind[0].buffer_type= MYSQL_TYPE_LONG; in test_ps_query_cache()
2324 r_bind[0].buffer= (void *)&r_int_data; in test_ps_query_cache()
2325 r_bind[1].buffer_type= MYSQL_TYPE_VAR_STRING; in test_ps_query_cache()
2326 r_bind[1].buffer= (void *)r_str_data; in test_ps_query_cache()
2327 r_bind[1].buffer_length= array_elements(r_str_data); in test_ps_query_cache()
2328 r_bind[1].length= &r_str_length; in test_ps_query_cache()
2330 rc= mysql_stmt_bind_result(stmt, r_bind); in test_ps_query_cache()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/testclients/
H A Dmysql_client_test.c2201 MYSQL_BIND p_bind[2],r_bind[2]; /* p: param bind; r: result bind */ in test_ps_query_cache() local
2322 memset(r_bind, 0, sizeof(r_bind)); in test_ps_query_cache()
2323 r_bind[0].buffer_type= MYSQL_TYPE_LONG; in test_ps_query_cache()
2324 r_bind[0].buffer= (void *)&r_int_data; in test_ps_query_cache()
2325 r_bind[1].buffer_type= MYSQL_TYPE_VAR_STRING; in test_ps_query_cache()
2326 r_bind[1].buffer= (void *)r_str_data; in test_ps_query_cache()
2327 r_bind[1].buffer_length= array_elements(r_str_data); in test_ps_query_cache()
2328 r_bind[1].length= &r_str_length; in test_ps_query_cache()
2330 rc= mysql_stmt_bind_result(stmt, r_bind); in test_ps_query_cache()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/testclients/
H A Dmysql_client_test.c2201 MYSQL_BIND p_bind[2],r_bind[2]; /* p: param bind; r: result bind */ in test_ps_query_cache() local
2322 memset(r_bind, 0, sizeof(r_bind)); in test_ps_query_cache()
2323 r_bind[0].buffer_type= MYSQL_TYPE_LONG; in test_ps_query_cache()
2324 r_bind[0].buffer= (void *)&r_int_data; in test_ps_query_cache()
2325 r_bind[1].buffer_type= MYSQL_TYPE_VAR_STRING; in test_ps_query_cache()
2326 r_bind[1].buffer= (void *)r_str_data; in test_ps_query_cache()
2327 r_bind[1].buffer_length= array_elements(r_str_data); in test_ps_query_cache()
2328 r_bind[1].length= &r_str_length; in test_ps_query_cache()
2330 rc= mysql_stmt_bind_result(stmt, r_bind); in test_ps_query_cache()
/dports/databases/mysql57-client/mysql-5.7.36/testclients/
H A Dmysql_client_test.c2201 MYSQL_BIND p_bind[2],r_bind[2]; /* p: param bind; r: result bind */ in test_ps_query_cache() local
2322 memset(r_bind, 0, sizeof(r_bind)); in test_ps_query_cache()
2323 r_bind[0].buffer_type= MYSQL_TYPE_LONG; in test_ps_query_cache()
2324 r_bind[0].buffer= (void *)&r_int_data; in test_ps_query_cache()
2325 r_bind[1].buffer_type= MYSQL_TYPE_VAR_STRING; in test_ps_query_cache()
2326 r_bind[1].buffer= (void *)r_str_data; in test_ps_query_cache()
2327 r_bind[1].buffer_length= array_elements(r_str_data); in test_ps_query_cache()
2328 r_bind[1].length= &r_str_length; in test_ps_query_cache()
2330 rc= mysql_stmt_bind_result(stmt, r_bind); in test_ps_query_cache()
/dports/databases/mariadb104-server/mariadb-10.4.24/tests/
H A Dmysql_client_test.c2294 MYSQL_BIND p_bind[2],r_bind[2]; /* p: param bind; r: result bind */ in test_ps_query_cache() local
2435 bzero((char*) r_bind, sizeof(r_bind)); in test_ps_query_cache()
2436 r_bind[0].buffer_type= MYSQL_TYPE_LONG; in test_ps_query_cache()
2437 r_bind[0].buffer= (void *)&r_int_data; in test_ps_query_cache()
2438 r_bind[1].buffer_type= MYSQL_TYPE_VAR_STRING; in test_ps_query_cache()
2439 r_bind[1].buffer= (void *)r_str_data; in test_ps_query_cache()
2440 r_bind[1].buffer_length= array_elements(r_str_data); in test_ps_query_cache()
2441 r_bind[1].length= &r_str_length; in test_ps_query_cache()
2443 rc= mysql_stmt_bind_result(stmt, r_bind); in test_ps_query_cache()
/dports/databases/mariadb104-client/mariadb-10.4.24/tests/
H A Dmysql_client_test.c2294 MYSQL_BIND p_bind[2],r_bind[2]; /* p: param bind; r: result bind */ in test_ps_query_cache() local
2435 bzero((char*) r_bind, sizeof(r_bind)); in test_ps_query_cache()
2436 r_bind[0].buffer_type= MYSQL_TYPE_LONG; in test_ps_query_cache()
2437 r_bind[0].buffer= (void *)&r_int_data; in test_ps_query_cache()
2438 r_bind[1].buffer_type= MYSQL_TYPE_VAR_STRING; in test_ps_query_cache()
2439 r_bind[1].buffer= (void *)r_str_data; in test_ps_query_cache()
2440 r_bind[1].buffer_length= array_elements(r_str_data); in test_ps_query_cache()
2441 r_bind[1].length= &r_str_length; in test_ps_query_cache()
2443 rc= mysql_stmt_bind_result(stmt, r_bind); in test_ps_query_cache()
/dports/databases/mariadb105-client/mariadb-10.5.15/tests/
H A Dmysql_client_test.c2303 MYSQL_BIND p_bind[2],r_bind[2]; /* p: param bind; r: result bind */ in test_ps_query_cache() local
2444 bzero((char*) r_bind, sizeof(r_bind)); in test_ps_query_cache()
2445 r_bind[0].buffer_type= MYSQL_TYPE_LONG; in test_ps_query_cache()
2446 r_bind[0].buffer= (void *)&r_int_data; in test_ps_query_cache()
2447 r_bind[1].buffer_type= MYSQL_TYPE_VAR_STRING; in test_ps_query_cache()
2448 r_bind[1].buffer= (void *)r_str_data; in test_ps_query_cache()
2449 r_bind[1].buffer_length= array_elements(r_str_data); in test_ps_query_cache()
2450 r_bind[1].length= &r_str_length; in test_ps_query_cache()
2452 rc= mysql_stmt_bind_result(stmt, r_bind); in test_ps_query_cache()
/dports/databases/mariadb103-client/mariadb-10.3.34/tests/
H A Dmysql_client_test.c2294 MYSQL_BIND p_bind[2],r_bind[2]; /* p: param bind; r: result bind */ in test_ps_query_cache() local
2435 bzero((char*) r_bind, sizeof(r_bind)); in test_ps_query_cache()
2436 r_bind[0].buffer_type= MYSQL_TYPE_LONG; in test_ps_query_cache()
2437 r_bind[0].buffer= (void *)&r_int_data; in test_ps_query_cache()
2438 r_bind[1].buffer_type= MYSQL_TYPE_VAR_STRING; in test_ps_query_cache()
2439 r_bind[1].buffer= (void *)r_str_data; in test_ps_query_cache()
2440 r_bind[1].buffer_length= array_elements(r_str_data); in test_ps_query_cache()
2441 r_bind[1].length= &r_str_length; in test_ps_query_cache()
2443 rc= mysql_stmt_bind_result(stmt, r_bind); in test_ps_query_cache()

12