Home
last modified time | relevance | path

Searched refs:start_pos (Results 176 – 200 of 6626) sorted by relevance

12345678910>>...266

/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/galera/t/
H A Drpl_row_annotate.test27 let $start_pos= `select @binlog_start_pos`;
29 --replace_result $start_pos <start_pos>
31 --eval SHOW BINLOG EVENTS IN 'mysqld-bin.000001' FROM $start_pos
36 let $start_pos= `select @binlog_start_pos`;
38 --replace_result $start_pos <start_pos>
40 --eval SHOW BINLOG EVENTS IN 'mysqld-bin.000001' FROM $start_pos
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/galera/t/
H A Drpl_row_annotate.test27 let $start_pos= `select @binlog_start_pos`;
29 --replace_result $start_pos <start_pos>
31 --eval SHOW BINLOG EVENTS IN 'mysqld-bin.000001' FROM $start_pos
36 let $start_pos= `select @binlog_start_pos`;
38 --replace_result $start_pos <start_pos>
40 --eval SHOW BINLOG EVENTS IN 'mysqld-bin.000001' FROM $start_pos
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkeditable.h56 gint start_pos,
66 gint start_pos,
70 gint start_pos,
73 gint start_pos,
76 gint *start_pos,
87 gint start_pos,
91 gint *start_pos,
100 gint start_pos,
104 gint start_pos,
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkeditable.h60 gint start_pos,
70 gint start_pos,
74 gint start_pos,
77 gint start_pos,
80 gint *start_pos,
89 gint start_pos,
92 gint *start_pos,
99 gint start_pos,
102 gint start_pos,
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Deditable.h191 void delete_text(int start_pos, int end_pos);
207 Glib::ustring get_chars(int start_pos, int end_pos) const;
221 void select_region(int start_pos, int end_pos);
233 bool get_selection_bounds(int& start_pos, int& end_pos) const;
306 virtual void delete_text_vfunc(int start_pos, int end_pos);
309 virtual Glib::ustring get_chars_vfunc(int start_pos, int end_pos) const;
312 virtual void select_region_vfunc(int start_pos, int end_pos);
314 virtual bool get_selection_bounds_vfunc(int& start_pos, int& end_pos) const;
335 virtual void on_delete_text(int start_pos, int end_pos);
/dports/net/sems/sems-f89581a/apps/sbc/
H A DHeaderFilter.cpp90 int skip_header(const std::string& hdr, size_t start_pos, in skip_header() argument
95 name_end = val_begin = val_end = start_pos; in skip_header()
112 size_t p = start_pos; in skip_header()
209 size_t start_pos = 0; in inplaceHeaderFilter() local
210 while (start_pos<hdrs.length()) { in inplaceHeaderFilter()
213 if ((res = skip_header(hdrs, start_pos, name_end, val_begin, in inplaceHeaderFilter()
217 string hdr_name = hdrs.substr(start_pos, name_end-start_pos); in inplaceHeaderFilter()
227 hdrs.erase(start_pos, hdr_end-start_pos); in inplaceHeaderFilter()
229 start_pos = hdr_end; in inplaceHeaderFilter()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/optimizer/geqo/
H A Dgeqo_cx.c51 start_pos, in cx() local
65 start_pos = geqo_randint(root, num_gene - 1, 0); in cx()
68 offspring[start_pos] = tour1[start_pos]; in cx()
71 curr_pos = start_pos; in cx()
72 city_table[(int) tour1[start_pos]].used = 1; in cx()
81 while (tour2[curr_pos] != tour1[start_pos]) in cx()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/optimizer/geqo/
H A Dgeqo_cx.c51 start_pos, in cx() local
65 start_pos = geqo_randint(root, num_gene - 1, 0); in cx()
68 offspring[start_pos] = tour1[start_pos]; in cx()
71 curr_pos = start_pos; in cx()
72 city_table[(int) tour1[start_pos]].used = 1; in cx()
81 while (tour2[curr_pos] != tour1[start_pos]) in cx()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/optimizer/geqo/
H A Dgeqo_cx.c51 start_pos, in cx() local
65 start_pos = geqo_randint(root, num_gene - 1, 0); in cx()
68 offspring[start_pos] = tour1[start_pos]; in cx()
71 curr_pos = start_pos; in cx()
72 city_table[(int) tour1[start_pos]].used = 1; in cx()
81 while (tour2[curr_pos] != tour1[start_pos]) in cx()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/optimizer/geqo/
H A Dgeqo_cx.c52 start_pos, in cx() local
66 start_pos = geqo_randint(root, num_gene - 1, 0); in cx()
69 offspring[start_pos] = tour1[start_pos]; in cx()
72 curr_pos = start_pos; in cx()
73 city_table[(int) tour1[start_pos]].used = 1; in cx()
82 while (tour2[curr_pos] != tour1[start_pos]) in cx()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/optimizer/geqo/
H A Dgeqo_cx.c52 start_pos, in cx() local
66 start_pos = geqo_randint(root, num_gene - 1, 0); in cx()
69 offspring[start_pos] = tour1[start_pos]; in cx()
72 curr_pos = start_pos; in cx()
73 city_table[(int) tour1[start_pos]].used = 1; in cx()
82 while (tour2[curr_pos] != tour1[start_pos]) in cx()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/optimizer/geqo/
H A Dgeqo_cx.c52 start_pos, in cx() local
66 start_pos = geqo_randint(root, num_gene - 1, 0); in cx()
69 offspring[start_pos] = tour1[start_pos]; in cx()
72 curr_pos = start_pos; in cx()
73 city_table[(int) tour1[start_pos]].used = 1; in cx()
82 while (tour2[curr_pos] != tour1[start_pos]) in cx()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/optimizer/geqo/
H A Dgeqo_cx.c52 start_pos, in cx() local
66 start_pos = geqo_randint(root, num_gene - 1, 0); in cx()
69 offspring[start_pos] = tour1[start_pos]; in cx()
72 curr_pos = start_pos; in cx()
73 city_table[(int) tour1[start_pos]].used = 1; in cx()
82 while (tour2[curr_pos] != tour1[start_pos]) in cx()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/optimizer/geqo/
H A Dgeqo_cx.c52 start_pos, in cx() local
66 start_pos = geqo_randint(root, num_gene - 1, 0); in cx()
69 offspring[start_pos] = tour1[start_pos]; in cx()
72 curr_pos = start_pos; in cx()
73 city_table[(int) tour1[start_pos]].used = 1; in cx()
82 while (tour2[curr_pos] != tour1[start_pos]) in cx()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/optimizer/geqo/
H A Dgeqo_cx.c52 start_pos, in cx() local
66 start_pos = geqo_randint(root, num_gene - 1, 0); in cx()
69 offspring[start_pos] = tour1[start_pos]; in cx()
72 curr_pos = start_pos; in cx()
73 city_table[(int) tour1[start_pos]].used = 1; in cx()
82 while (tour2[curr_pos] != tour1[start_pos]) in cx()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/optimizer/geqo/
H A Dgeqo_cx.c52 start_pos, in cx() local
66 start_pos = geqo_randint(root, num_gene - 1, 0); in cx()
69 offspring[start_pos] = tour1[start_pos]; in cx()
72 curr_pos = start_pos; in cx()
73 city_table[(int) tour1[start_pos]].used = 1; in cx()
82 while (tour2[curr_pos] != tour1[start_pos]) in cx()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/optimizer/geqo/
H A Dgeqo_cx.c52 start_pos, in cx() local
66 start_pos = geqo_randint(root, num_gene - 1, 0); in cx()
69 offspring[start_pos] = tour1[start_pos]; in cx()
72 curr_pos = start_pos; in cx()
73 city_table[(int) tour1[start_pos]].used = 1; in cx()
82 while (tour2[curr_pos] != tour1[start_pos]) in cx()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/optimizer/geqo/
H A Dgeqo_cx.c52 start_pos, in cx() local
66 start_pos = geqo_randint(root, num_gene - 1, 0); in cx()
69 offspring[start_pos] = tour1[start_pos]; in cx()
72 curr_pos = start_pos; in cx()
73 city_table[(int) tour1[start_pos]].used = 1; in cx()
82 while (tour2[curr_pos] != tour1[start_pos]) in cx()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/optimizer/geqo/
H A Dgeqo_cx.c52 start_pos, in cx() local
66 start_pos = geqo_randint(root, num_gene - 1, 0); in cx()
69 offspring[start_pos] = tour1[start_pos]; in cx()
72 curr_pos = start_pos; in cx()
73 city_table[(int) tour1[start_pos]].used = 1; in cx()
82 while (tour2[curr_pos] != tour1[start_pos]) in cx()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/optimizer/geqo/
H A Dgeqo_cx.c52 start_pos, in cx() local
66 start_pos = geqo_randint(root, num_gene - 1, 0); in cx()
69 offspring[start_pos] = tour1[start_pos]; in cx()
72 curr_pos = start_pos; in cx()
73 city_table[(int) tour1[start_pos]].used = 1; in cx()
82 while (tour2[curr_pos] != tour1[start_pos]) in cx()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/optimizer/geqo/
H A Dgeqo_cx.c52 start_pos, in cx() local
66 start_pos = geqo_randint(root, num_gene - 1, 0); in cx()
69 offspring[start_pos] = tour1[start_pos]; in cx()
72 curr_pos = start_pos; in cx()
73 city_table[(int) tour1[start_pos]].used = 1; in cx()
82 while (tour2[curr_pos] != tour1[start_pos]) in cx()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/optimizer/geqo/
H A Dgeqo_cx.c52 start_pos, in cx() local
66 start_pos = geqo_randint(root, num_gene - 1, 0); in cx()
69 offspring[start_pos] = tour1[start_pos]; in cx()
72 curr_pos = start_pos; in cx()
73 city_table[(int) tour1[start_pos]].used = 1; in cx()
82 while (tour2[curr_pos] != tour1[start_pos]) in cx()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/optimizer/geqo/
H A Dgeqo_cx.c52 start_pos, in cx() local
66 start_pos = geqo_randint(root, num_gene - 1, 0); in cx()
69 offspring[start_pos] = tour1[start_pos]; in cx()
72 curr_pos = start_pos; in cx()
73 city_table[(int) tour1[start_pos]].used = 1; in cx()
82 while (tour2[curr_pos] != tour1[start_pos]) in cx()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/optimizer/geqo/
H A Dgeqo_cx.c52 start_pos, in cx() local
66 start_pos = geqo_randint(root, num_gene - 1, 0); in cx()
69 offspring[start_pos] = tour1[start_pos]; in cx()
72 curr_pos = start_pos; in cx()
73 city_table[(int) tour1[start_pos]].used = 1; in cx()
82 while (tour2[curr_pos] != tour1[start_pos]) in cx()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/optimizer/geqo/
H A Dgeqo_cx.c52 start_pos, in cx() local
66 start_pos = geqo_randint(root, num_gene - 1, 0); in cx()
69 offspring[start_pos] = tour1[start_pos]; in cx()
72 curr_pos = start_pos; in cx()
73 city_table[(int) tour1[start_pos]].used = 1; in cx()
82 while (tour2[curr_pos] != tour1[start_pos]) in cx()

12345678910>>...266