Home
last modified time | relevance | path

Searched refs:cur2 (Results 1 – 25 of 1306) sorted by relevance

12345678910>>...53

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/configcpp/
H A Dxmlparser.cpp55 while (cur2 != NULL) in getConfig()
69 cur2 = cur2->next; in getConfig()
99 while (cur2 != NULL) in getConfig()
114 cur2 = cur2->next; in getConfig()
129 xmlNodePtr cur2; in setConfig() local
141 while (cur2 != NULL) in setConfig()
163 cur2 = cur2->next; in setConfig()
207 while (cur2 != NULL) in delConfig()
210 cur2 = cur2->next; in delConfig()
270 while (cur2 != NULL) in enumSection()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/configcpp/
H A Dxmlparser.cpp55 while (cur2 != NULL) in getConfig()
69 cur2 = cur2->next; in getConfig()
99 while (cur2 != NULL) in getConfig()
114 cur2 = cur2->next; in getConfig()
129 xmlNodePtr cur2; in setConfig() local
141 while (cur2 != NULL) in setConfig()
163 cur2 = cur2->next; in setConfig()
207 while (cur2 != NULL) in delConfig()
210 cur2 = cur2->next; in delConfig()
270 while (cur2 != NULL) in enumSection()
[all …]
/dports/games/gtkatlantic/gtkatlantic-0.6.3/src/
H A Dload.c132 xmlNodePtr cur, cur2; in xmlparse_file_interface() local
189 cur2 = cur2 -> next; in xmlparse_file_interface()
227 cur2 = cur2 -> next; in xmlparse_file_interface()
262 cur2 = cur2 -> next; in xmlparse_file_interface()
297 cur2 = cur2 -> next; in xmlparse_file_interface()
332 cur2 = cur2 -> next; in xmlparse_file_interface()
367 cur2 = cur2 -> next; in xmlparse_file_interface()
402 cur2 = cur2 -> next; in xmlparse_file_interface()
437 cur2 = cur2 -> next; in xmlparse_file_interface()
556 cur2 = cur2 -> next; in xmlparse_file_interface()
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/sqlite3/test/
H A Dtransactions.py42 self.cur2 = self.con2.cursor()
48 self.cur2.close()
60 self.cur2.execute("select i from test")
61 res = self.cur2.fetchall()
67 self.cur2.execute("select i from test")
68 res = self.cur2.fetchall()
77 res = self.cur2.fetchone()[0]
86 res = self.cur2.fetchall()
95 res = self.cur2.fetchall()
105 res = self.cur2.fetchall()
[all …]
/dports/lang/python27/Python-2.7.18/Lib/sqlite3/test/
H A Dtransactions.py42 self.cur2 = self.con2.cursor()
48 self.cur2.close()
60 self.cur2.execute("select i from test")
61 res = self.cur2.fetchall()
67 self.cur2.execute("select i from test")
68 res = self.cur2.fetchall()
77 res = self.cur2.fetchone()[0]
86 res = self.cur2.fetchall()
95 res = self.cur2.fetchall()
105 res = self.cur2.fetchall()
[all …]
/dports/print/foomatic-db-engine/foomatic-db-engine-4.0.13/
H A Dfoomatic-perl-data.c936 cur2 = cur2->next; in parseOverviewPrinter()
1085 cur2 = cur2->next; in parseOverviewPrinter()
1124 cur2 = cur2->next; in parseOverviewPrinter()
1270 cur2 = cur2->next; in parseOverviewPrinter()
1477 cur2 = cur2->next; in parseComboPrinter()
1507 cur2 = cur2->next; in parseComboPrinter()
1518 cur2 = cur2->next; in parseComboPrinter()
1542 cur2 = cur2->next; in parseComboPrinter()
1688 cur2 = cur2->next; in parseComboPrinter()
1880 cur2 = cur2->next; in parseComboDriver()
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/sqlite3/test/
H A Dtransactions.py41 self.cur2 = self.con2.cursor()
47 self.cur2.close()
59 self.cur2.execute("select i from test")
60 res = self.cur2.fetchall()
66 self.cur2.execute("select i from test")
67 res = self.cur2.fetchall()
76 res = self.cur2.fetchone()[0]
85 res = self.cur2.fetchall()
94 res = self.cur2.fetchall()
104 res = self.cur2.fetchall()
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/sqlite3/test/
H A Dtransactions.py41 self.cur2 = self.con2.cursor()
47 self.cur2.close()
59 self.cur2.execute("select i from test")
60 res = self.cur2.fetchall()
66 self.cur2.execute("select i from test")
67 res = self.cur2.fetchall()
76 res = self.cur2.fetchone()[0]
85 res = self.cur2.fetchall()
94 res = self.cur2.fetchall()
104 res = self.cur2.fetchall()
[all …]
/dports/lang/python37/Python-3.7.12/Lib/sqlite3/test/
H A Dtransactions.py41 self.cur2 = self.con2.cursor()
47 self.cur2.close()
59 self.cur2.execute("select i from test")
60 res = self.cur2.fetchall()
66 self.cur2.execute("select i from test")
67 res = self.cur2.fetchall()
76 res = self.cur2.fetchone()[0]
85 res = self.cur2.fetchall()
94 res = self.cur2.fetchall()
104 res = self.cur2.fetchall()
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/sqlite3/test/
H A Dtransactions.py41 self.cur2 = self.con2.cursor()
47 self.cur2.close()
59 self.cur2.execute("select i from test")
60 res = self.cur2.fetchall()
66 self.cur2.execute("select i from test")
67 res = self.cur2.fetchall()
76 res = self.cur2.fetchone()[0]
85 res = self.cur2.fetchall()
94 res = self.cur2.fetchall()
104 res = self.cur2.fetchall()
[all …]
/dports/lang/python39/Python-3.9.9/Lib/sqlite3/test/
H A Dtransactions.py41 self.cur2 = self.con2.cursor()
47 self.cur2.close()
59 self.cur2.execute("select i from test")
60 res = self.cur2.fetchall()
66 self.cur2.execute("select i from test")
67 res = self.cur2.fetchall()
76 res = self.cur2.fetchone()[0]
85 res = self.cur2.fetchall()
94 res = self.cur2.fetchall()
104 res = self.cur2.fetchall()
[all …]
/dports/lang/python38/Python-3.8.12/Lib/sqlite3/test/
H A Dtransactions.py41 self.cur2 = self.con2.cursor()
47 self.cur2.close()
59 self.cur2.execute("select i from test")
60 res = self.cur2.fetchall()
66 self.cur2.execute("select i from test")
67 res = self.cur2.fetchall()
76 res = self.cur2.fetchone()[0]
85 res = self.cur2.fetchall()
94 res = self.cur2.fetchall()
104 res = self.cur2.fetchall()
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/sqlite3/test/
H A Dtransactions.py41 self.cur2 = self.con2.cursor()
47 self.cur2.close()
59 self.cur2.execute("select i from test")
60 res = self.cur2.fetchall()
66 self.cur2.execute("select i from test")
67 res = self.cur2.fetchall()
76 res = self.cur2.fetchone()[0]
85 res = self.cur2.fetchall()
94 res = self.cur2.fetchall()
104 res = self.cur2.fetchall()
[all …]
/dports/lang/python310/Python-3.10.1/Lib/sqlite3/test/
H A Dtransactions.py40 self.cur2 = self.con2.cursor()
46 self.cur2.close()
58 self.cur2.execute("select i from test")
59 res = self.cur2.fetchall()
65 self.cur2.execute("select i from test")
66 res = self.cur2.fetchall()
75 res = self.cur2.fetchone()[0]
84 res = self.cur2.fetchall()
93 res = self.cur2.fetchall()
103 res = self.cur2.fetchall()
[all …]
/dports/databases/py-pum/pum-0.9.14/test/
H A Dtest_checker.py40 self.cur2 = self.conn2.cursor()
70 self.cur2.execute(
78 self.cur2.execute(
96 self.cur2.execute(
104 self.cur2.execute(
157 self.cur2.execute(
165 self.cur2.execute(
200 self.cur2.execute(
245 self.cur2.execute(
267 self.cur2.execute(
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/suite/engines/funcs/r/
H A Dsp_alter.result17 OPEN cur2;
30 CLOSE cur2;
66 OPEN cur2;
79 CLOSE cur2;
115 OPEN cur2;
128 CLOSE cur2;
164 OPEN cur2;
177 CLOSE cur2;
213 OPEN cur2;
262 OPEN cur2;
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/suite/engines/funcs/t/
H A Dsp_alter.test20 OPEN cur2;
33 CLOSE cur2;
58 OPEN cur2;
71 CLOSE cur2;
96 OPEN cur2;
109 CLOSE cur2;
134 OPEN cur2;
147 CLOSE cur2;
172 OPEN cur2;
210 OPEN cur2;
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/suite/engines/funcs/t/
H A Dsp_alter.test20 OPEN cur2;
33 CLOSE cur2;
58 OPEN cur2;
71 CLOSE cur2;
96 OPEN cur2;
109 CLOSE cur2;
134 OPEN cur2;
147 CLOSE cur2;
172 OPEN cur2;
210 OPEN cur2;
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/suite/engines/funcs/r/
H A Dsp_alter.result17 OPEN cur2;
30 CLOSE cur2;
66 OPEN cur2;
79 CLOSE cur2;
115 OPEN cur2;
128 CLOSE cur2;
164 OPEN cur2;
177 CLOSE cur2;
213 OPEN cur2;
262 OPEN cur2;
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/suite/engines/funcs/r/
H A Dsp_alter.result17 OPEN cur2;
30 CLOSE cur2;
66 OPEN cur2;
79 CLOSE cur2;
115 OPEN cur2;
128 CLOSE cur2;
164 OPEN cur2;
177 CLOSE cur2;
213 OPEN cur2;
262 OPEN cur2;
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/engines/funcs/t/
H A Dsp_alter.test20 OPEN cur2;
33 CLOSE cur2;
58 OPEN cur2;
71 CLOSE cur2;
96 OPEN cur2;
109 CLOSE cur2;
134 OPEN cur2;
147 CLOSE cur2;
172 OPEN cur2;
210 OPEN cur2;
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/engines/funcs/r/
H A Dsp_alter.result17 OPEN cur2;
30 CLOSE cur2;
66 OPEN cur2;
79 CLOSE cur2;
115 OPEN cur2;
128 CLOSE cur2;
164 OPEN cur2;
177 CLOSE cur2;
213 OPEN cur2;
262 OPEN cur2;
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/engines/funcs/t/
H A Dsp_alter.test20 OPEN cur2;
33 CLOSE cur2;
58 OPEN cur2;
71 CLOSE cur2;
96 OPEN cur2;
109 CLOSE cur2;
134 OPEN cur2;
147 CLOSE cur2;
172 OPEN cur2;
210 OPEN cur2;
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/engines/funcs/r/
H A Dsp_alter.result17 OPEN cur2;
30 CLOSE cur2;
66 OPEN cur2;
79 CLOSE cur2;
115 OPEN cur2;
128 CLOSE cur2;
164 OPEN cur2;
177 CLOSE cur2;
213 OPEN cur2;
262 OPEN cur2;
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/suite/engines/funcs/t/
H A Dsp_alter.test20 OPEN cur2;
33 CLOSE cur2;
58 OPEN cur2;
71 CLOSE cur2;
96 OPEN cur2;
109 CLOSE cur2;
134 OPEN cur2;
147 CLOSE cur2;
172 OPEN cur2;
210 OPEN cur2;
[all …]

12345678910>>...53