Home
last modified time | relevance | path

Searched refs:tmp_cs (Results 101 – 123 of 123) sorted by relevance

12345

/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_show.cc6124 CHARSET_INFO *tmp_cs= cs[0]; in fill_schema_charsets() local
6125 if (tmp_cs && (tmp_cs->state & MY_CS_PRIMARY) && in fill_schema_charsets()
6133 table->field[0]->store(tmp_cs->csname, strlen(tmp_cs->csname), scs); in fill_schema_charsets()
6134 table->field[1]->store(tmp_cs->name, strlen(tmp_cs->name), scs); in fill_schema_charsets()
6135 comment= tmp_cs->comment ? tmp_cs->comment : ""; in fill_schema_charsets()
6232 CHARSET_INFO *tmp_cs= cs[0]; in fill_schema_collation() local
6233 if (!tmp_cs || !(tmp_cs->state & MY_CS_AVAILABLE) || in fill_schema_collation()
6235 !(tmp_cs->state & MY_CS_PRIMARY)) in fill_schema_collation()
6277 CHARSET_INFO *tmp_cs= cs[0]; in fill_schema_coll_charset_app() local
6278 if (!tmp_cs || !(tmp_cs->state & MY_CS_AVAILABLE) || in fill_schema_coll_charset_app()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_show.cc6175 CHARSET_INFO *tmp_cs= cs[0]; in fill_schema_charsets() local
6176 if (tmp_cs && (tmp_cs->state & MY_CS_PRIMARY) && in fill_schema_charsets()
6184 table->field[0]->store(tmp_cs->csname, strlen(tmp_cs->csname), scs); in fill_schema_charsets()
6185 table->field[1]->store(tmp_cs->name, strlen(tmp_cs->name), scs); in fill_schema_charsets()
6186 comment= tmp_cs->comment ? tmp_cs->comment : ""; in fill_schema_charsets()
6284 CHARSET_INFO *tmp_cs= cs[0]; in fill_schema_collation() local
6285 if (!tmp_cs || !(tmp_cs->state & MY_CS_AVAILABLE) || in fill_schema_collation()
6287 !(tmp_cs->state & MY_CS_PRIMARY)) in fill_schema_collation()
6329 CHARSET_INFO *tmp_cs= cs[0]; in fill_schema_coll_charset_app() local
6330 if (!tmp_cs || !(tmp_cs->state & MY_CS_AVAILABLE) || in fill_schema_coll_charset_app()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_show.cc6175 CHARSET_INFO *tmp_cs= cs[0]; in fill_schema_charsets() local
6176 if (tmp_cs && (tmp_cs->state & MY_CS_PRIMARY) && in fill_schema_charsets()
6184 table->field[0]->store(tmp_cs->csname, strlen(tmp_cs->csname), scs); in fill_schema_charsets()
6185 table->field[1]->store(tmp_cs->name, strlen(tmp_cs->name), scs); in fill_schema_charsets()
6186 comment= tmp_cs->comment ? tmp_cs->comment : ""; in fill_schema_charsets()
6284 CHARSET_INFO *tmp_cs= cs[0]; in fill_schema_collation() local
6285 if (!tmp_cs || !(tmp_cs->state & MY_CS_AVAILABLE) || in fill_schema_collation()
6287 !(tmp_cs->state & MY_CS_PRIMARY)) in fill_schema_collation()
6329 CHARSET_INFO *tmp_cs= cs[0]; in fill_schema_coll_charset_app() local
6330 if (!tmp_cs || !(tmp_cs->state & MY_CS_AVAILABLE) || in fill_schema_coll_charset_app()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_show.cc6136 CHARSET_INFO *tmp_cs= cs[0];
6137 if (tmp_cs && (tmp_cs->state & MY_CS_PRIMARY) &&
6145 table->field[0]->store(tmp_cs->csname, strlen(tmp_cs->csname), scs);
6146 table->field[1]->store(tmp_cs->name, strlen(tmp_cs->name), scs);
6147 comment= tmp_cs->comment ? tmp_cs->comment : "";
6245 CHARSET_INFO *tmp_cs= cs[0];
6246 if (!tmp_cs || !(tmp_cs->state & MY_CS_AVAILABLE) ||
6248 !(tmp_cs->state & MY_CS_PRIMARY))
6290 CHARSET_INFO *tmp_cs= cs[0];
6291 if (!tmp_cs || !(tmp_cs->state & MY_CS_AVAILABLE) ||
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_show.cc6136 CHARSET_INFO *tmp_cs= cs[0]; in fill_schema_charsets() local
6137 if (tmp_cs && (tmp_cs->state & MY_CS_PRIMARY) && in fill_schema_charsets()
6145 table->field[0]->store(tmp_cs->csname, strlen(tmp_cs->csname), scs); in fill_schema_charsets()
6146 table->field[1]->store(tmp_cs->name, strlen(tmp_cs->name), scs); in fill_schema_charsets()
6147 comment= tmp_cs->comment ? tmp_cs->comment : ""; in fill_schema_charsets()
6245 CHARSET_INFO *tmp_cs= cs[0]; in fill_schema_collation() local
6246 if (!tmp_cs || !(tmp_cs->state & MY_CS_AVAILABLE) || in fill_schema_collation()
6248 !(tmp_cs->state & MY_CS_PRIMARY)) in fill_schema_collation()
6290 CHARSET_INFO *tmp_cs= cs[0]; in fill_schema_coll_charset_app() local
6291 if (!tmp_cs || !(tmp_cs->state & MY_CS_AVAILABLE) || in fill_schema_coll_charset_app()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_show.cc6124 CHARSET_INFO *tmp_cs= cs[0]; in fill_schema_charsets() local
6125 if (tmp_cs && (tmp_cs->state & MY_CS_PRIMARY) && in fill_schema_charsets()
6133 table->field[0]->store(tmp_cs->csname, strlen(tmp_cs->csname), scs); in fill_schema_charsets()
6134 table->field[1]->store(tmp_cs->name, strlen(tmp_cs->name), scs); in fill_schema_charsets()
6135 comment= tmp_cs->comment ? tmp_cs->comment : ""; in fill_schema_charsets()
6232 CHARSET_INFO *tmp_cs= cs[0]; in fill_schema_collation() local
6233 if (!tmp_cs || !(tmp_cs->state & MY_CS_AVAILABLE) || in fill_schema_collation()
6235 !(tmp_cs->state & MY_CS_PRIMARY)) in fill_schema_collation()
6277 CHARSET_INFO *tmp_cs= cs[0]; in fill_schema_coll_charset_app() local
6278 if (!tmp_cs || !(tmp_cs->state & MY_CS_AVAILABLE) || in fill_schema_coll_charset_app()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgsstate.c1453 gs_color_space *tmp_cs; in gs_swapcolors_quick() local
1468 tmp_cs = pgs->color[0].color_space; in gs_swapcolors_quick()
1470 pgs->color[1].color_space = tmp_cs; in gs_swapcolors_quick()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgsstate.c1453 gs_color_space *tmp_cs; in gs_swapcolors_quick() local
1468 tmp_cs = pgs->color[0].color_space; in gs_swapcolors_quick()
1470 pgs->color[1].color_space = tmp_cs; in gs_swapcolors_quick()
/dports/multimedia/libva-vdpau-driver/libva-vdpau-driver-0.7.4/src/
H A Dutils_glx.c419 GLContextState old_cs, tmp_cs; in gl_init_context() local
433 gl_set_current_context(&old_cs, &tmp_cs); in gl_init_context()
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/cgroup/
H A Dcpuset.c2753 struct cpuset *tmp_cs; in cpuset_css_online() local
2796 cpuset_for_each_child(tmp_cs, pos_css, parent) { in cpuset_css_online()
2797 if (is_mem_exclusive(tmp_cs) || is_cpu_exclusive(tmp_cs)) { in cpuset_css_online()
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/cgroup/
H A Dcpuset.c2753 struct cpuset *tmp_cs; in cpuset_css_online() local
2796 cpuset_for_each_child(tmp_cs, pos_css, parent) { in cpuset_css_online()
2797 if (is_mem_exclusive(tmp_cs) || is_cpu_exclusive(tmp_cs)) { in cpuset_css_online()
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/cgroup/
H A Dcpuset.c2753 struct cpuset *tmp_cs; in cpuset_css_online() local
2796 cpuset_for_each_child(tmp_cs, pos_css, parent) { in cpuset_css_online()
2797 if (is_mem_exclusive(tmp_cs) || is_cpu_exclusive(tmp_cs)) { in cpuset_css_online()
/dports/science/afni/afni-AFNI_21.3.16/src/scripts_install/
H A DSurfLayers422 \rm tmp_cs?.txt
/dports/devel/ppl/ppl-1.2/src/
H A DGrid_public.cc1785 Congruence_System tmp_cs; in simplify_using_context_assign() local
1788 tmp_cs.insert(x_cs[i]); in simplify_using_context_assign()
1791 z.add_recycled_congruences(tmp_cs); in simplify_using_context_assign()
H A DPolyhedron_public.cc2250 Constraint_System tmp_cs; in simplify_using_context_assign() local
2253 tmp_cs.insert(x_cs[i]); in simplify_using_context_assign()
2256 z.add_recycled_constraints(tmp_cs); in simplify_using_context_assign()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/edac/
H A Damd64_edac.c2080 int tmp_cs; in f10_process_possible_spare() local
2085 for_each_chip_select(tmp_cs, dct, pvt) { in f10_process_possible_spare()
2086 if (chip_select_base(tmp_cs, dct, pvt) & 0x2) { in f10_process_possible_spare()
2087 csrow = tmp_cs; in f10_process_possible_spare()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/edac/
H A Damd64_edac.c2080 int tmp_cs; in f10_process_possible_spare() local
2085 for_each_chip_select(tmp_cs, dct, pvt) { in f10_process_possible_spare()
2086 if (chip_select_base(tmp_cs, dct, pvt) & 0x2) { in f10_process_possible_spare()
2087 csrow = tmp_cs; in f10_process_possible_spare()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/edac/
H A Damd64_edac.c2080 int tmp_cs; in f10_process_possible_spare() local
2085 for_each_chip_select(tmp_cs, dct, pvt) { in f10_process_possible_spare()
2086 if (chip_select_base(tmp_cs, dct, pvt) & 0x2) { in f10_process_possible_spare()
2087 csrow = tmp_cs; in f10_process_possible_spare()
/dports/games/flightgear-aircraft/fgaircraft/asw20/Nasal/
H A Daerotowing.nas313 var tmp_cs = candidates_callsign[index];
321 candidates_callsign[0] = tmp_cs;
335 var tmp_cs = candidates_callsign[bubble];
343 candidates_callsign[bubble - 1] = tmp_cs;
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Dzcolor.c6493 ref_colorspace tmp_cs; in zswapcolors() local
6496 tmp_cs = istate->colorspace[0]; in zswapcolors()
6498 istate->colorspace[1] = tmp_cs; in zswapcolors()
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Dzcolor.c6493 ref_colorspace tmp_cs; in zswapcolors() local
6496 tmp_cs = istate->colorspace[0]; in zswapcolors()
6498 istate->colorspace[1] = tmp_cs; in zswapcolors()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Dzcolor.c6921 ref_colorspace tmp_cs; in zswapcolors() local
6924 tmp_cs = istate->colorspace[0]; in zswapcolors()
6926 istate->colorspace[1] = tmp_cs; in zswapcolors()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Dzcolor.c6921 ref_colorspace tmp_cs; in zswapcolors() local
6924 tmp_cs = istate->colorspace[0]; in zswapcolors()
6926 istate->colorspace[1] = tmp_cs; in zswapcolors()

12345