Home
last modified time | relevance | path

Searched refs:tmp_cstr (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/gui/macosx/
H A DVLCStatusBarIcon.m336 static char *tmp_cstr = NULL;
340 if (tmp_cstr) {
346 FREENULL(tmp_cstr);
351 if (tmp_cstr) {
353 FREENULL(tmp_cstr);
358 if (tmp_cstr) {
360 FREENULL(tmp_cstr);
365 if (tmp_cstr) {
367 FREENULL(tmp_cstr);
372 if (tmp_cstr) {
[all …]
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/
H A Ddnf-repo.cpp944 const char *tmp_cstr; in dnf_repo_set_keyfile_data() local
975 if (tmp_cstr) { in dnf_repo_set_keyfile_data()
976 if (strstr(tmp_cstr, "metalink")) in dnf_repo_set_keyfile_data()
977 metalinkurl = tmp_cstr; in dnf_repo_set_keyfile_data()
979 mirrorlisturl = tmp_cstr; in dnf_repo_set_keyfile_data()
984 if (tmp_cstr) in dnf_repo_set_keyfile_data()
985 metalinkurl = tmp_cstr; in dnf_repo_set_keyfile_data()
1105 tmp_cstr = NULL; in dnf_repo_set_keyfile_data()
1115 tmp_cstr = tmp_str.c_str(); in dnf_repo_set_keyfile_data()
1122 tmp_cstr = NULL; in dnf_repo_set_keyfile_data()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_parse.cc1353 LEX_CSTRING tmp_cstr= {tmp.str, tmp.length}; in dispatch_command() local
1354 if (!mysql_change_db(thd, tmp_cstr, FALSE)) in dispatch_command()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_parse.cc1406 LEX_CSTRING tmp_cstr= {tmp.str, tmp.length}; in dispatch_command() local
1407 if (!mysql_change_db(thd, tmp_cstr, FALSE)) in dispatch_command()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_parse.cc1406 LEX_CSTRING tmp_cstr= {tmp.str, tmp.length}; in dispatch_command() local
1407 if (!mysql_change_db(thd, tmp_cstr, FALSE)) in dispatch_command()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_parse.cc1406 LEX_CSTRING tmp_cstr= {tmp.str, tmp.length}; in dispatch_command() local
1407 if (!mysql_change_db(thd, tmp_cstr, FALSE)) in dispatch_command()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_parse.cc1353 LEX_CSTRING tmp_cstr= {tmp.str, tmp.length}; in dispatch_command() local
1354 if (!mysql_change_db(thd, tmp_cstr, FALSE)) in dispatch_command()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_parse.cc1636 LEX_CSTRING tmp_cstr = {tmp.str, tmp.length}; in dispatch_command() local
1637 if (!mysql_change_db(thd, tmp_cstr, false)) { in dispatch_command()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_parse.cc1578 LEX_CSTRING tmp_cstr= {tmp.str, tmp.length}; in dispatch_command() local
1579 if (!mysql_change_db(thd, tmp_cstr, FALSE)) in dispatch_command()