Home
last modified time | relevance | path

Searched refs:COMPRESS_OPTION (Results 1 – 11 of 11) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/t/
H A Dasync_compress_client.inc4 # $COMPRESS_OPTION
15 connect(caching_con1,localhost,caching_sha2,caching,wl13510,,,SSL $COMPRESS_OPTION,,$COMPRESS_ALGOR…
37 connect(caching_con2,localhost,caching_sha2,caching1,wl13510,,,SSL $COMPRESS_OPTION,,$COMPRESS_ALGO…
40 connect(caching_con3,localhost,caching_sha2,caching,wl13510,,,SSL $COMPRESS_OPTION,,$COMPRESS_ALGOR…
59 connect(caching_con3,localhost,caching_sha2,caching,wl13510,,,SSL $COMPRESS_OPTION,,$COMPRESS_ALGOR…
68 connect(caching_con3,localhost,caching_sha2,caching,wl13510,,,SSL $COMPRESS_OPTION,,$COMPRESS_ALGOR…
81 connect(caching_con4,localhost,caching_sha2,caching,wl13510,,,$COMPRESS_OPTION,,$COMPRESS_ALGORITHM…
95 connect(caching_con5,localhost,caching_sha2,,wl13510,,,$COMPRESS_OPTION,,$COMPRESS_ALGORITHM);
121 connect(sha256_con2,localhost,sha256,,,,,SSL $COMPRESS_OPTION, sha256_password, $COMPRESS_ALGORITHM…
136 connect(sha256_con3,localhost,sha256,auth_string,,,,$COMPRESS_OPTION,sha256_password, $COMPRESS_ALG…
[all …]
H A Dasync_client.inc7 --echo # Compress option : $COMPRESS_OPTION
11 if($COMPRESS_OPTION)
13 connect(foo_con,localhost,foo,pwd,,,,SSL $COMPRESS_OPTION,,$COMPRESS_ALGORITHM);
15 if(!$COMPRESS_OPTION)
H A Dsync_client.inc6 --echo # Compress option : $COMPRESS_OPTION
10 if($COMPRESS_OPTION)
12 connect(foo_con,localhost,foo,pwd,,,,SSL $COMPRESS_OPTION,,$COMPRESS_ALGORITHM);
14 if(!$COMPRESS_OPTION)
H A Dasync_compress_client.test7 # $COMPRESS_OPTION : Valid value is 'compress'. #
15 --let $COMPRESS_OPTION = COMPRESS
H A Dbig_packets.inc56 --let $COMPRESS_OPTION = COMPRESS
74 #--let $COMPRESS_OPTION =
H A Dbig_packets_boundary.inc62 --let $COMPRESS_OPTION = COMPRESS
78 --let $COMPRESS_OPTION = COMPRESS
/dports/games/omega/omega/
H A Dcommand1.c143 case 'S': save(optionp(COMPRESS_OPTION), FALSE); in p_process()
299 case 'S': save(optionp(COMPRESS_OPTION), FALSE); break; in p_country_process()
H A Dchar.c80 optionset(COMPRESS_OPTION); in initplayer()
H A Dfile.c46 save(optionp(COMPRESS_OPTION), TRUE);
H A Ddefs.h692 #define COMPRESS_OPTION 128 macro
H A Dscr.c1604 wprintw(Showline[slot], optionp(COMPRESS_OPTION) ? "(now T) " : "(now F) ");