Home
last modified time | relevance | path

Searched refs:cur1 (Results 1 – 25 of 1577) sorted by relevance

12345678910>>...64

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/configcpp/
H A Dxmlparser.cpp45 cur1 = cur1->xmlChildrenNode; in getConfig()
73 cur1 = cur1->next; in getConfig()
89 cur1 = cur1->xmlChildrenNode; in getConfig()
118 cur1 = cur1->next; in getConfig()
131 cur1 = cur1->xmlChildrenNode; in setConfig()
173 cur1 = cur1->next; in setConfig()
197 cur1 = cur1->xmlChildrenNode; in delConfig()
221 cur1 = cur1->next; in delConfig()
237 cur1 = cur1->xmlChildrenNode; in enumConfig()
246 cur1 = cur1->next; in enumConfig()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/configcpp/
H A Dxmlparser.cpp45 cur1 = cur1->xmlChildrenNode; in getConfig()
73 cur1 = cur1->next; in getConfig()
89 cur1 = cur1->xmlChildrenNode; in getConfig()
118 cur1 = cur1->next; in getConfig()
131 cur1 = cur1->xmlChildrenNode; in setConfig()
173 cur1 = cur1->next; in setConfig()
197 cur1 = cur1->xmlChildrenNode; in delConfig()
221 cur1 = cur1->next; in delConfig()
237 cur1 = cur1->xmlChildrenNode; in enumConfig()
246 cur1 = cur1->next; in enumConfig()
[all …]
/dports/databases/iowow/iowow-1.4.13/src/kv/tests/
H A Diwkv_test5.c32 IWKV_cursor cur1; in iwkv_test5_2() local
60 rc = iwkv_cursor_del(cur1, 0); in iwkv_test5_2()
63 rc = iwkv_cursor_close(&cur1); in iwkv_test5_2()
70 rc = iwkv_cursor_close(&cur1); in iwkv_test5_2()
91 rc = iwkv_cursor_del(cur1, 0); in iwkv_test5_2()
94 rc = iwkv_cursor_close(&cur1); in iwkv_test5_2()
101 rc = iwkv_cursor_close(&cur1); in iwkv_test5_2()
114 IWKV_cursor cur1, cur2; in iwkv_test5_1() local
158 CU_ASSERT_EQUAL(cur1->cnpos, 17); in iwkv_test5_1()
209 CU_ASSERT_EQUAL(cur1->cnpos, 1); in iwkv_test5_1()
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/sqlite3/test/
H A Dtransactions.py39 self.cur1 = self.con1.cursor()
45 self.cur1.close()
57 self.cur1.execute("create table test(i)")
59 self.cur1.execute("create table test2(j)")
65 self.cur1.execute("create table test(i)")
72 self.cur1.execute("create table test(i)")
75 self.cur1.execute("update test set i=6")
81 self.cur1.execute("create table test(i)")
84 self.cur1.execute("delete from test")
90 self.cur1.execute("create table test(i)")
[all …]
/dports/lang/python27/Python-2.7.18/Lib/sqlite3/test/
H A Dtransactions.py39 self.cur1 = self.con1.cursor()
45 self.cur1.close()
57 self.cur1.execute("create table test(i)")
59 self.cur1.execute("create table test2(j)")
65 self.cur1.execute("create table test(i)")
72 self.cur1.execute("create table test(i)")
75 self.cur1.execute("update test set i=6")
81 self.cur1.execute("create table test(i)")
84 self.cur1.execute("delete from test")
90 self.cur1.execute("create table test(i)")
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/sqlite3/test/
H A Dtransactions.py38 self.cur1 = self.con1.cursor()
44 self.cur1.close()
56 self.cur1.execute("create table test(i)")
58 self.cur1.execute("create table test2(j)")
64 self.cur1.execute("create table test(i)")
71 self.cur1.execute("create table test(i)")
74 self.cur1.execute("update test set i=6")
80 self.cur1.execute("create table test(i)")
83 self.cur1.execute("delete from test")
89 self.cur1.execute("create table test(i)")
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/sqlite3/test/
H A Dtransactions.py38 self.cur1 = self.con1.cursor()
44 self.cur1.close()
56 self.cur1.execute("create table test(i)")
58 self.cur1.execute("create table test2(j)")
64 self.cur1.execute("create table test(i)")
71 self.cur1.execute("create table test(i)")
74 self.cur1.execute("update test set i=6")
80 self.cur1.execute("create table test(i)")
83 self.cur1.execute("delete from test")
89 self.cur1.execute("create table test(i)")
[all …]
/dports/lang/python37/Python-3.7.12/Lib/sqlite3/test/
H A Dtransactions.py38 self.cur1 = self.con1.cursor()
44 self.cur1.close()
56 self.cur1.execute("create table test(i)")
58 self.cur1.execute("create table test2(j)")
64 self.cur1.execute("create table test(i)")
71 self.cur1.execute("create table test(i)")
74 self.cur1.execute("update test set i=6")
80 self.cur1.execute("create table test(i)")
83 self.cur1.execute("delete from test")
89 self.cur1.execute("create table test(i)")
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/sqlite3/test/
H A Dtransactions.py38 self.cur1 = self.con1.cursor()
44 self.cur1.close()
56 self.cur1.execute("create table test(i)")
58 self.cur1.execute("create table test2(j)")
64 self.cur1.execute("create table test(i)")
71 self.cur1.execute("create table test(i)")
74 self.cur1.execute("update test set i=6")
80 self.cur1.execute("create table test(i)")
83 self.cur1.execute("delete from test")
89 self.cur1.execute("create table test(i)")
[all …]
/dports/lang/python39/Python-3.9.9/Lib/sqlite3/test/
H A Dtransactions.py38 self.cur1 = self.con1.cursor()
44 self.cur1.close()
56 self.cur1.execute("create table test(i)")
58 self.cur1.execute("create table test2(j)")
64 self.cur1.execute("create table test(i)")
71 self.cur1.execute("create table test(i)")
74 self.cur1.execute("update test set i=6")
80 self.cur1.execute("create table test(i)")
83 self.cur1.execute("delete from test")
89 self.cur1.execute("create table test(i)")
[all …]
/dports/lang/python38/Python-3.8.12/Lib/sqlite3/test/
H A Dtransactions.py38 self.cur1 = self.con1.cursor()
44 self.cur1.close()
56 self.cur1.execute("create table test(i)")
58 self.cur1.execute("create table test2(j)")
64 self.cur1.execute("create table test(i)")
71 self.cur1.execute("create table test(i)")
74 self.cur1.execute("update test set i=6")
80 self.cur1.execute("create table test(i)")
83 self.cur1.execute("delete from test")
89 self.cur1.execute("create table test(i)")
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/sqlite3/test/
H A Dtransactions.py38 self.cur1 = self.con1.cursor()
44 self.cur1.close()
56 self.cur1.execute("create table test(i)")
58 self.cur1.execute("create table test2(j)")
64 self.cur1.execute("create table test(i)")
71 self.cur1.execute("create table test(i)")
74 self.cur1.execute("update test set i=6")
80 self.cur1.execute("create table test(i)")
83 self.cur1.execute("delete from test")
89 self.cur1.execute("create table test(i)")
[all …]
/dports/lang/python310/Python-3.10.1/Lib/sqlite3/test/
H A Dtransactions.py37 self.cur1 = self.con1.cursor()
43 self.cur1.close()
55 self.cur1.execute("create table test(i)")
57 self.cur1.execute("create table test2(j)")
63 self.cur1.execute("create table test(i)")
70 self.cur1.execute("create table test(i)")
73 self.cur1.execute("update test set i=6")
79 self.cur1.execute("create table test(i)")
82 self.cur1.execute("delete from test")
88 self.cur1.execute("create table test(i)")
[all …]
/dports/lang/php73/php-7.3.33/ext/oci8/tests/
H A Drefcur_prefetch_4.phpt43 fetch cur1 into c1,c2;
69 $cur1 = oci_new_cursor($c);
70 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) {
91 $cur1 = oci_new_cursor($c);
103 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) {
106 oci_set_prefetch($cur1,5);
108 oci_execute($cur1);
114 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) {
119 oci_execute($cur1);
121 oci_set_prefetch($cur1,5);
[all …]
H A Drefcur_prefetch_2.phpt41 fetch cur1 into c1,c2;
67 $cur1 = oci_new_cursor($c);
68 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) {
90 oci_execute($cur1);
92 oci_set_prefetch($cur1,0);
101 oci_set_prefetch($cur1,5);
111 $cur1 = oci_new_cursor($c);
112 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) {
118 oci_execute($cur1);
119 var_dump(oci_fetch_row($cur1));
[all …]
/dports/www/mod_php81/php-8.1.1/ext/oci8/tests/
H A Drefcur_prefetch_4.phpt69 $cur1 = oci_new_cursor($c);
70 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) {
91 $cur1 = oci_new_cursor($c);
103 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) {
106 oci_set_prefetch($cur1,5);
108 oci_execute($cur1);
113 $cur1 = oci_new_cursor($c);
114 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) {
119 oci_execute($cur1);
121 oci_set_prefetch($cur1,5);
[all …]
H A Drefcur_prefetch_2.phpt41 fetch cur1 into c1,c2;
67 $cur1 = oci_new_cursor($c);
68 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) {
90 oci_execute($cur1);
92 oci_set_prefetch($cur1,0);
101 oci_set_prefetch($cur1,5);
111 $cur1 = oci_new_cursor($c);
112 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) {
118 oci_execute($cur1);
119 var_dump(oci_fetch_row($cur1));
[all …]
/dports/lang/php81/php-8.1.1/ext/oci8/tests/
H A Drefcur_prefetch_4.phpt69 $cur1 = oci_new_cursor($c);
70 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) {
91 $cur1 = oci_new_cursor($c);
103 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) {
106 oci_set_prefetch($cur1,5);
108 oci_execute($cur1);
113 $cur1 = oci_new_cursor($c);
114 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) {
119 oci_execute($cur1);
121 oci_set_prefetch($cur1,5);
[all …]
H A Drefcur_prefetch_2.phpt41 fetch cur1 into c1,c2;
67 $cur1 = oci_new_cursor($c);
68 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) {
90 oci_execute($cur1);
92 oci_set_prefetch($cur1,0);
101 oci_set_prefetch($cur1,5);
111 $cur1 = oci_new_cursor($c);
112 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) {
118 oci_execute($cur1);
119 var_dump(oci_fetch_row($cur1));
[all …]
/dports/lang/php74/php-7.4.27/ext/oci8/tests/
H A Drefcur_prefetch_4.phpt43 fetch cur1 into c1,c2;
69 $cur1 = oci_new_cursor($c);
70 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) {
91 $cur1 = oci_new_cursor($c);
103 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) {
106 oci_set_prefetch($cur1,5);
108 oci_execute($cur1);
114 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) {
119 oci_execute($cur1);
121 oci_set_prefetch($cur1,5);
[all …]
H A Drefcur_prefetch_2.phpt41 fetch cur1 into c1,c2;
67 $cur1 = oci_new_cursor($c);
68 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) {
90 oci_execute($cur1);
92 oci_set_prefetch($cur1,0);
101 oci_set_prefetch($cur1,5);
111 $cur1 = oci_new_cursor($c);
112 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) {
118 oci_execute($cur1);
119 var_dump(oci_fetch_row($cur1));
[all …]
/dports/lang/php80/php-8.0.15/ext/oci8/tests/
H A Drefcur_prefetch_4.phpt69 $cur1 = oci_new_cursor($c);
70 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) {
91 $cur1 = oci_new_cursor($c);
103 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) {
106 oci_set_prefetch($cur1,5);
108 oci_execute($cur1);
113 $cur1 = oci_new_cursor($c);
114 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) {
119 oci_execute($cur1);
121 oci_set_prefetch($cur1,5);
[all …]
/dports/www/mod_php73/php-7.3.33/ext/oci8/tests/
H A Drefcur_prefetch_4.phpt43 fetch cur1 into c1,c2;
69 $cur1 = oci_new_cursor($c);
70 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) {
91 $cur1 = oci_new_cursor($c);
103 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) {
106 oci_set_prefetch($cur1,5);
108 oci_execute($cur1);
114 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) {
119 oci_execute($cur1);
121 oci_set_prefetch($cur1,5);
[all …]
/dports/www/mod_php74/php-7.4.27/ext/oci8/tests/
H A Drefcur_prefetch_4.phpt43 fetch cur1 into c1,c2;
69 $cur1 = oci_new_cursor($c);
70 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) {
91 $cur1 = oci_new_cursor($c);
103 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) {
106 oci_set_prefetch($cur1,5);
108 oci_execute($cur1);
114 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) {
119 oci_execute($cur1);
121 oci_set_prefetch($cur1,5);
[all …]
/dports/www/mod_php80/php-8.0.15/ext/oci8/tests/
H A Drefcur_prefetch_4.phpt69 $cur1 = oci_new_cursor($c);
70 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) {
91 $cur1 = oci_new_cursor($c);
103 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) {
106 oci_set_prefetch($cur1,5);
108 oci_execute($cur1);
113 $cur1 = oci_new_cursor($c);
114 if (!oci_bind_by_name($s1,":cur1",$cur1,-1,SQLT_RSET)) {
119 oci_execute($cur1);
121 oci_set_prefetch($cur1,5);
[all …]

12345678910>>...64