Home
last modified time | relevance | path

Searched refs:STATUS_VAR (Results 1 – 25 of 223) sorted by relevance

123456789

/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/fpu/
H A Dsoftfloat.c1728 if ( aSig ) return commonNaNToFloat64( float32ToCommonNaN( a STATUS_VAR ) STATUS_VAR ); in float32_to_float64()
3336 return commonNaNToFloat32(float16ToCommonNaN(a STATUS_VAR) STATUS_VAR); in float16_to_float32()
3370 float32ToCommonNaN(a STATUS_VAR) STATUS_VAR); in float32_to_float16()
3408 float16ToCommonNaN(a STATUS_VAR) STATUS_VAR); in float16_to_float64()
3443 float64ToCommonNaN(a STATUS_VAR) STATUS_VAR); in float64_to_float16()
4799 return commonNaNToFloat32( floatx80ToCommonNaN( a STATUS_VAR ) STATUS_VAR ); in floatx80_to_float32()
4831 return commonNaNToFloat64( floatx80ToCommonNaN( a STATUS_VAR ) STATUS_VAR ); in floatx80_to_float64()
4862 return commonNaNToFloat128( floatx80ToCommonNaN( a STATUS_VAR ) STATUS_VAR ); in floatx80_to_float128()
5929 return commonNaNToFloat32( float128ToCommonNaN( a STATUS_VAR ) STATUS_VAR ); in float128_to_float32()
5963 return commonNaNToFloat64( float128ToCommonNaN( a STATUS_VAR ) STATUS_VAR ); in float128_to_float64()
[all …]
H A Dsoftfloat-specialize.h212 if ( float16_is_signaling_nan( a ) ) float_raise( float_flag_invalid STATUS_VAR ); in float16ToCommonNaN()
315 if ( float32_is_signaling_nan( a ) ) float_raise( float_flag_invalid STATUS_VAR ); in float32ToCommonNaN()
468 float_raise(float_flag_invalid STATUS_VAR); in pickNaNMulAdd()
497 float_raise(float_flag_invalid STATUS_VAR); in pickNaNMulAdd()
525 float_raise(float_flag_invalid STATUS_VAR); in pickNaNMulAdd()
621 float_raise(float_flag_invalid STATUS_VAR); in propagateFloat32MulAddNaN()
626 cIsQuietNaN, cIsSignalingNaN, infzero STATUS_VAR); in propagateFloat32MulAddNaN()
727 if ( float64_is_signaling_nan( a ) ) float_raise( float_flag_invalid STATUS_VAR); in float64ToCommonNaN()
820 float_raise(float_flag_invalid STATUS_VAR); in propagateFloat64MulAddNaN()
825 cIsQuietNaN, cIsSignalingNaN, infzero STATUS_VAR); in propagateFloat64MulAddNaN()
[all …]
/dports/emulators/unicorn/unicorn-1.0.2/qemu/fpu/
H A Dsoftfloat.c1728 if ( aSig ) return commonNaNToFloat64( float32ToCommonNaN( a STATUS_VAR ) STATUS_VAR ); in float32_to_float64()
3336 return commonNaNToFloat32(float16ToCommonNaN(a STATUS_VAR) STATUS_VAR); in float16_to_float32()
3370 float32ToCommonNaN(a STATUS_VAR) STATUS_VAR); in float32_to_float16()
3408 float16ToCommonNaN(a STATUS_VAR) STATUS_VAR); in float16_to_float64()
3443 float64ToCommonNaN(a STATUS_VAR) STATUS_VAR); in float64_to_float16()
4799 return commonNaNToFloat32( floatx80ToCommonNaN( a STATUS_VAR ) STATUS_VAR ); in floatx80_to_float32()
4831 return commonNaNToFloat64( floatx80ToCommonNaN( a STATUS_VAR ) STATUS_VAR ); in floatx80_to_float64()
4862 return commonNaNToFloat128( floatx80ToCommonNaN( a STATUS_VAR ) STATUS_VAR ); in floatx80_to_float128()
5929 return commonNaNToFloat32( float128ToCommonNaN( a STATUS_VAR ) STATUS_VAR ); in float128_to_float32()
5963 return commonNaNToFloat64( float128ToCommonNaN( a STATUS_VAR ) STATUS_VAR ); in float128_to_float64()
[all …]
/dports/emulators/x49gp/x49gp/x49gp-code/qemu/qemu-git/fpu/
H A Dsoftfloat.c112 float_raise( float_flag_invalid STATUS_VAR); in roundAndPackInt32()
163 float_raise( float_flag_invalid STATUS_VAR); in roundAndPackInt64()
1378 float_raise( float_flag_invalid STATUS_VAR); in float32_to_int64()
1691 float_raise( float_flag_invalid STATUS_VAR); in subFloat32Sigs()
2492 float32ToCommonNaN(a STATUS_VAR); in float16_to_float32()
2526 float32ToCommonNaN(a STATUS_VAR); in float32_to_float16()
2733 res = float64_round_to_int(a STATUS_VAR); in float64_trunc_to_int()
5516 return int64_to_float32(a STATUS_VAR); in uint32_to_float32()
5521 return int64_to_float64(a STATUS_VAR); in uint32_to_float64()
5529 v = float32_to_int64(a STATUS_VAR); in float32_to_uint32()
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dmysqld.cc2950 {"admin_commands", (char*) offsetof(STATUS_VAR, com_other), SHOW_LONG_STATUS},
3077 {"stmt_close", (char*) offsetof(STATUS_VAR, com_stmt_close), SHOW_LONG_STATUS},
3078 {"stmt_execute", (char*) offsetof(STATUS_VAR, com_stmt_execute), SHOW_LONG_STATUS},
3079 {"stmt_fetch", (char*) offsetof(STATUS_VAR, com_stmt_fetch), SHOW_LONG_STATUS},
3082 {"stmt_reset", (char*) offsetof(STATUS_VAR, com_stmt_reset), SHOW_LONG_STATUS},
3104 char *first_com= (char*) offsetof(STATUS_VAR, com_stat[0]); in init_sql_statement_names()
3105 char *last_com= (char*) offsetof(STATUS_VAR, com_stat[(uint) SQLCOM_END]); in init_sql_statement_names()
3106 int record_size= (char*) offsetof(STATUS_VAR, com_stat[1]) in init_sql_statement_names()
3107 - (char*) offsetof(STATUS_VAR, com_stat[0]); in init_sql_statement_names()
6658 {"Questions", (char*) offsetof(STATUS_VAR, questions), SHOW_LONG_STATUS},
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dmysqld.cc2814 char *first_com= (char*) offsetof(STATUS_VAR, com_stat[0]); in init_sql_statement_names()
2815 char *last_com= (char*) offsetof(STATUS_VAR, com_stat[(uint) SQLCOM_END]); in init_sql_statement_names()
2816 int record_size= (char*) offsetof(STATUS_VAR, com_stat[1]) in init_sql_statement_names()
2817 - (char*) offsetof(STATUS_VAR, com_stat[0]); in init_sql_statement_names()
7345 …{"Bytes_received", (char*) offsetof(STATUS_VAR, bytes_received), SHOW_LONGLONG_…
7346 …{"Bytes_sent", (char*) offsetof(STATUS_VAR, bytes_sent), SHOW_LONGLONG_…
7348 …{"Com_stmt_reprepare", (char*) offsetof(STATUS_VAR, com_stmt_reprepare), SHOW_LONG_STAT…
7359 …{"Created_tmp_disk_tables", (char*) offsetof(STATUS_VAR, created_tmp_disk_tables), SHOW_LONGLONG_…
7361 …{"Created_tmp_tables", (char*) offsetof(STATUS_VAR, created_tmp_tables), SHOW_LONGLONG_…
7366 …{"Handler_commit", (char*) offsetof(STATUS_VAR, ha_commit_count), SHOW_LONGLONG_…
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dmysqld.cc2804 char *first_com= (char*) offsetof(STATUS_VAR, com_stat[0]); in init_sql_statement_names()
2805 char *last_com= (char*) offsetof(STATUS_VAR, com_stat[(uint) SQLCOM_END]); in init_sql_statement_names()
2806 int record_size= (char*) offsetof(STATUS_VAR, com_stat[1]) in init_sql_statement_names()
2807 - (char*) offsetof(STATUS_VAR, com_stat[0]); in init_sql_statement_names()
7332 …{"Bytes_received", (char*) offsetof(STATUS_VAR, bytes_received), SHOW_LONGLONG_…
7333 …{"Bytes_sent", (char*) offsetof(STATUS_VAR, bytes_sent), SHOW_LONGLONG_…
7335 …{"Com_stmt_reprepare", (char*) offsetof(STATUS_VAR, com_stmt_reprepare), SHOW_LONG_STAT…
7346 …{"Created_tmp_disk_tables", (char*) offsetof(STATUS_VAR, created_tmp_disk_tables), SHOW_LONGLONG_…
7348 …{"Created_tmp_tables", (char*) offsetof(STATUS_VAR, created_tmp_tables), SHOW_LONGLONG_…
7353 …{"Handler_commit", (char*) offsetof(STATUS_VAR, ha_commit_count), SHOW_LONGLONG_…
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dmysqld.cc2814 char *first_com= (char*) offsetof(STATUS_VAR, com_stat[0]); in init_sql_statement_names()
2815 char *last_com= (char*) offsetof(STATUS_VAR, com_stat[(uint) SQLCOM_END]); in init_sql_statement_names()
2816 int record_size= (char*) offsetof(STATUS_VAR, com_stat[1]) in init_sql_statement_names()
2817 - (char*) offsetof(STATUS_VAR, com_stat[0]); in init_sql_statement_names()
7345 …{"Bytes_received", (char*) offsetof(STATUS_VAR, bytes_received), SHOW_LONGLONG_…
7346 …{"Bytes_sent", (char*) offsetof(STATUS_VAR, bytes_sent), SHOW_LONGLONG_…
7348 …{"Com_stmt_reprepare", (char*) offsetof(STATUS_VAR, com_stmt_reprepare), SHOW_LONG_STAT…
7359 …{"Created_tmp_disk_tables", (char*) offsetof(STATUS_VAR, created_tmp_disk_tables), SHOW_LONGLONG_…
7361 …{"Created_tmp_tables", (char*) offsetof(STATUS_VAR, created_tmp_tables), SHOW_LONGLONG_…
7366 …{"Handler_commit", (char*) offsetof(STATUS_VAR, ha_commit_count), SHOW_LONGLONG_…
[all …]
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dstatus.c1234 STATUS_VAR(0)
1235 STATUS_VAR(1)
1236 STATUS_VAR(2)
1237 STATUS_VAR(3)
1238 STATUS_VAR(4)
1239 STATUS_VAR(5)
1240 STATUS_VAR(6)
1241 STATUS_VAR(7)
1242 STATUS_VAR(8)
1243 STATUS_VAR(9)
[all …]
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dstatus.c1234 STATUS_VAR(0)
1235 STATUS_VAR(1)
1236 STATUS_VAR(2)
1237 STATUS_VAR(3)
1238 STATUS_VAR(4)
1239 STATUS_VAR(5)
1240 STATUS_VAR(6)
1241 STATUS_VAR(7)
1242 STATUS_VAR(8)
1243 STATUS_VAR(9)
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dmysqld.cc2846 char *first_com= (char*) offsetof(STATUS_VAR, com_stat[0]); in init_sql_statement_names()
2847 char *last_com= (char*) offsetof(STATUS_VAR, com_stat[(uint) SQLCOM_END]); in init_sql_statement_names()
2848 int record_size= (char*) offsetof(STATUS_VAR, com_stat[1]) in init_sql_statement_names()
2849 - (char*) offsetof(STATUS_VAR, com_stat[0]); in init_sql_statement_names()
7607 …{"Bytes_received", (char*) offsetof(STATUS_VAR, bytes_received), SHOW_LONGLONG_…
7608 …{"Bytes_sent", (char*) offsetof(STATUS_VAR, bytes_sent), SHOW_LONGLONG_…
7610 …{"Com_stmt_reprepare", (char*) offsetof(STATUS_VAR, com_stmt_reprepare), SHOW_LONG_STAT…
7621 …{"Created_tmp_disk_tables", (char*) offsetof(STATUS_VAR, created_tmp_disk_tables), SHOW_LONGLONG_…
7623 …{"Created_tmp_tables", (char*) offsetof(STATUS_VAR, created_tmp_tables), SHOW_LONGLONG_…
7628 …{"Handler_commit", (char*) offsetof(STATUS_VAR, ha_commit_count), SHOW_LONGLONG_…
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dmysqld.cc2546 char *first_com= (char*) offsetof(STATUS_VAR, com_stat[0]); in init_sql_statement_names()
2547 char *last_com= (char*) offsetof(STATUS_VAR, com_stat[(uint) SQLCOM_END]); in init_sql_statement_names()
2548 int record_size= (char*) offsetof(STATUS_VAR, com_stat[1]) in init_sql_statement_names()
2549 - (char*) offsetof(STATUS_VAR, com_stat[0]); in init_sql_statement_names()
6822 …{"Bytes_received", (char*) offsetof(STATUS_VAR, bytes_received), SHOW_LONGLONG_…
6823 …{"Bytes_sent", (char*) offsetof(STATUS_VAR, bytes_sent), SHOW_LONGLONG_…
6825 …{"Com_stmt_reprepare", (char*) offsetof(STATUS_VAR, com_stmt_reprepare), SHOW_LONG_STAT…
6836 …{"Created_tmp_disk_tables", (char*) offsetof(STATUS_VAR, created_tmp_disk_tables), SHOW_LONGLONG_…
6838 …{"Created_tmp_tables", (char*) offsetof(STATUS_VAR, created_tmp_tables), SHOW_LONGLONG_…
6843 …{"Handler_commit", (char*) offsetof(STATUS_VAR, ha_commit_count), SHOW_LONGLONG_…
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dmysqld.cc2545 char *first_com= (char*) offsetof(STATUS_VAR, com_stat[0]); in init_sql_statement_names()
2546 char *last_com= (char*) offsetof(STATUS_VAR, com_stat[(uint) SQLCOM_END]); in init_sql_statement_names()
2547 int record_size= (char*) offsetof(STATUS_VAR, com_stat[1]) in init_sql_statement_names()
2548 - (char*) offsetof(STATUS_VAR, com_stat[0]); in init_sql_statement_names()
6804 …{"Bytes_received", (char*) offsetof(STATUS_VAR, bytes_received), SHOW_LONGLONG_…
6805 …{"Bytes_sent", (char*) offsetof(STATUS_VAR, bytes_sent), SHOW_LONGLONG_…
6807 …{"Com_stmt_reprepare", (char*) offsetof(STATUS_VAR, com_stmt_reprepare), SHOW_LONG_STAT…
6818 …{"Created_tmp_disk_tables", (char*) offsetof(STATUS_VAR, created_tmp_disk_tables), SHOW_LONGLONG_…
6820 …{"Created_tmp_tables", (char*) offsetof(STATUS_VAR, created_tmp_tables), SHOW_LONGLONG_…
6825 …{"Handler_commit", (char*) offsetof(STATUS_VAR, ha_commit_count), SHOW_LONGLONG_…
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dmysqld.cc3445 {"admin_commands", (char*) offsetof(STATUS_VAR, com_other), SHOW_LONG_STATUS},
3568 {"stmt_close", (char*) offsetof(STATUS_VAR, com_stmt_close), SHOW_LONG_STATUS},
3569 {"stmt_execute", (char*) offsetof(STATUS_VAR, com_stmt_execute), SHOW_LONG_STATUS},
3570 {"stmt_fetch", (char*) offsetof(STATUS_VAR, com_stmt_fetch), SHOW_LONG_STATUS},
3571 {"stmt_prepare", (char*) offsetof(STATUS_VAR, com_stmt_prepare), SHOW_LONG_STATUS},
3572 {"stmt_reprepare", (char*) offsetof(STATUS_VAR, com_stmt_reprepare), SHOW_LONG_STATUS},
3573 {"stmt_reset", (char*) offsetof(STATUS_VAR, com_stmt_reset), SHOW_LONG_STATUS},
3595 char *first_com= (char*) offsetof(STATUS_VAR, com_stat[0]); in init_sql_statement_names()
3596 char *last_com= (char*) offsetof(STATUS_VAR, com_stat[(uint) SQLCOM_END]); in init_sql_statement_names()
3597 int record_size= (char*) offsetof(STATUS_VAR, com_stat[1]) in init_sql_statement_names()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dmysqld.cc3743 {"admin_commands", (char*) offsetof(STATUS_VAR, com_other), SHOW_LONG_STATUS},
3878 {"stmt_close", (char*) offsetof(STATUS_VAR, com_stmt_close), SHOW_LONG_STATUS},
3879 {"stmt_execute", (char*) offsetof(STATUS_VAR, com_stmt_execute), SHOW_LONG_STATUS},
3880 {"stmt_fetch", (char*) offsetof(STATUS_VAR, com_stmt_fetch), SHOW_LONG_STATUS},
3881 {"stmt_prepare", (char*) offsetof(STATUS_VAR, com_stmt_prepare), SHOW_LONG_STATUS},
3882 {"stmt_reprepare", (char*) offsetof(STATUS_VAR, com_stmt_reprepare), SHOW_LONG_STATUS},
3883 {"stmt_reset", (char*) offsetof(STATUS_VAR, com_stmt_reset), SHOW_LONG_STATUS},
3906 char *first_com= (char*) offsetof(STATUS_VAR, com_stat[0]); in init_sql_statement_names()
3907 char *last_com= (char*) offsetof(STATUS_VAR, com_stat[(uint) SQLCOM_END]); in init_sql_statement_names()
3908 int record_size= (char*) offsetof(STATUS_VAR, com_stat[1]) in init_sql_statement_names()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dmysqld.cc3733 {"admin_commands", (char*) offsetof(STATUS_VAR, com_other), SHOW_LONG_STATUS},
3868 {"stmt_close", (char*) offsetof(STATUS_VAR, com_stmt_close), SHOW_LONG_STATUS},
3869 {"stmt_execute", (char*) offsetof(STATUS_VAR, com_stmt_execute), SHOW_LONG_STATUS},
3870 {"stmt_fetch", (char*) offsetof(STATUS_VAR, com_stmt_fetch), SHOW_LONG_STATUS},
3871 {"stmt_prepare", (char*) offsetof(STATUS_VAR, com_stmt_prepare), SHOW_LONG_STATUS},
3872 {"stmt_reprepare", (char*) offsetof(STATUS_VAR, com_stmt_reprepare), SHOW_LONG_STATUS},
3873 {"stmt_reset", (char*) offsetof(STATUS_VAR, com_stmt_reset), SHOW_LONG_STATUS},
3896 char *first_com= (char*) offsetof(STATUS_VAR, com_stat[0]); in init_sql_statement_names()
3897 char *last_com= (char*) offsetof(STATUS_VAR, com_stat[(uint) SQLCOM_END]); in init_sql_statement_names()
3898 int record_size= (char*) offsetof(STATUS_VAR, com_stat[1]) in init_sql_statement_names()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dmysqld.cc3743 {"admin_commands", (char*) offsetof(STATUS_VAR, com_other), SHOW_LONG_STATUS},
3878 {"stmt_close", (char*) offsetof(STATUS_VAR, com_stmt_close), SHOW_LONG_STATUS},
3879 {"stmt_execute", (char*) offsetof(STATUS_VAR, com_stmt_execute), SHOW_LONG_STATUS},
3880 {"stmt_fetch", (char*) offsetof(STATUS_VAR, com_stmt_fetch), SHOW_LONG_STATUS},
3881 {"stmt_prepare", (char*) offsetof(STATUS_VAR, com_stmt_prepare), SHOW_LONG_STATUS},
3882 {"stmt_reprepare", (char*) offsetof(STATUS_VAR, com_stmt_reprepare), SHOW_LONG_STATUS},
3883 {"stmt_reset", (char*) offsetof(STATUS_VAR, com_stmt_reset), SHOW_LONG_STATUS},
3906 char *first_com= (char*) offsetof(STATUS_VAR, com_stat[0]); in init_sql_statement_names()
3907 char *last_com= (char*) offsetof(STATUS_VAR, com_stat[(uint) SQLCOM_END]); in init_sql_statement_names()
3908 int record_size= (char*) offsetof(STATUS_VAR, com_stat[1]) in init_sql_statement_names()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dmysqld.cc3569 {"admin_commands", (char*) offsetof(STATUS_VAR, com_other), SHOW_LONG_STATUS},
3692 {"stmt_close", (char*) offsetof(STATUS_VAR, com_stmt_close), SHOW_LONG_STATUS},
3693 {"stmt_execute", (char*) offsetof(STATUS_VAR, com_stmt_execute), SHOW_LONG_STATUS},
3694 {"stmt_fetch", (char*) offsetof(STATUS_VAR, com_stmt_fetch), SHOW_LONG_STATUS},
3695 {"stmt_prepare", (char*) offsetof(STATUS_VAR, com_stmt_prepare), SHOW_LONG_STATUS},
3696 {"stmt_reprepare", (char*) offsetof(STATUS_VAR, com_stmt_reprepare), SHOW_LONG_STATUS},
3697 {"stmt_reset", (char*) offsetof(STATUS_VAR, com_stmt_reset), SHOW_LONG_STATUS},
3719 char *first_com= (char*) offsetof(STATUS_VAR, com_stat[0]); in init_sql_statement_names()
3720 char *last_com= (char*) offsetof(STATUS_VAR, com_stat[(uint) SQLCOM_END]); in init_sql_statement_names()
3721 int record_size= (char*) offsetof(STATUS_VAR, com_stat[1]) in init_sql_statement_names()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/include/
H A Dhave_openssl_binary.inc12 let STATUS_VAR= $__error;
13 if ($STATUS_VAR)
34 print CONFIG_INC "let \$STATUS_VAR = 1;\n";
37 print CONFIG_INC "let \$STATUS_VAR = 0;\n";
45 if ($STATUS_VAR)
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/include/
H A Dhave_openssl_binary.inc12 let STATUS_VAR= $__error;
13 if ($STATUS_VAR)
34 print CONFIG_INC "let \$STATUS_VAR = 1;\n";
37 print CONFIG_INC "let \$STATUS_VAR = 0;\n";
45 if ($STATUS_VAR)
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/include/
H A Dhave_openssl_binary.inc12 let STATUS_VAR= $__error;
13 if ($STATUS_VAR)
34 print CONFIG_INC "let \$STATUS_VAR = 1;\n";
37 print CONFIG_INC "let \$STATUS_VAR = 0;\n";
45 if ($STATUS_VAR)
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/include/
H A Dhave_openssl_binary.inc12 let STATUS_VAR= $__error;
13 if ($STATUS_VAR)
34 print CONFIG_INC "let \$STATUS_VAR = 1;\n";
37 print CONFIG_INC "let \$STATUS_VAR = 0;\n";
45 if ($STATUS_VAR)
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/include/
H A Dhave_openssl_binary.inc12 let STATUS_VAR= $__error;
13 if ($STATUS_VAR)
34 print CONFIG_INC "let \$STATUS_VAR = 1;\n";
37 print CONFIG_INC "let \$STATUS_VAR = 0;\n";
45 if ($STATUS_VAR)
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/include/
H A Dhave_openssl_binary.inc12 let STATUS_VAR= $__error;
13 if ($STATUS_VAR)
34 print CONFIG_INC "let \$STATUS_VAR = 1;\n";
37 print CONFIG_INC "let \$STATUS_VAR = 0;\n";
45 if ($STATUS_VAR)
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/include/
H A Dhave_openssl_binary.inc12 let STATUS_VAR= $__error;
13 if ($STATUS_VAR)
34 print CONFIG_INC "let \$STATUS_VAR = 1;\n";
37 print CONFIG_INC "let \$STATUS_VAR = 0;\n";
45 if ($STATUS_VAR)

123456789