Home
last modified time | relevance | path

Searched refs:select_info (Results 1 – 25 of 80) sorted by relevance

1234

/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/ogr/
H A Dswq.c1118 swq_select *select_info; in swq_select_preparse() local
1396 join_info = select_info->join_defs + select_info->join_count++; in swq_select_preparse()
1532 def = select_info->order_defs + select_info->order_specs; in swq_select_preparse()
1793 select_info->table_defs = in swq_parse_table_def()
1804 select_info->table_defs[select_info->table_count].data_source = datasource; in swq_parse_table_def()
1805 select_info->table_defs[select_info->table_count].table_name = table; in swq_parse_table_def()
1806 select_info->table_defs[select_info->table_count].table_alias = alias; in swq_parse_table_def()
1808 select_info->table_count++; in swq_parse_table_def()
2073 select_info->query_mode = -1; in swq_select_parse()
2421 if( select_info == NULL ) in swq_select_free()
[all …]
H A Dswq.h199 swq_select **select_info );
200 const char *swq_select_expand_wildcard( swq_select *select_info,
202 const char *swq_select_parse( swq_select *select_info,
205 void swq_select_free( swq_select *select_info );
207 const char *swq_reform_command( swq_select *select_info );
211 const char *swq_select_finish_summarize( swq_select *select_info );
212 const char *swq_select_summarize( swq_select *select_info,
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtklabel.c744 if (self->select_info) in gtk_label_state_flags_changed()
782 if (self->select_info && self->select_info->links) in gtk_label_update_layout_attributes()
1847 self->select_info && self->select_info->links) in emit_activate_link()
4623 self->select_info->selection_anchor = self->select_info->selection_end; in gtk_label_content_detach()
4703 if (!self->select_info->selectable && !self->select_info->links) in gtk_label_clear_select_info()
4740 old_setting = self->select_info && self->select_info->selectable; in gtk_label_set_selectable()
4781 return self->select_info && self->select_info->selectable; in gtk_label_get_selectable()
4791 if (self->select_info && self->select_info->selectable) in gtk_label_select_region_index()
5522 self->select_info->context_link = self->select_info->active_link; in gtk_label_do_popup()
5593 if (self->select_info && self->select_info->selectable) in _gtk_label_get_cursor_position()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dswq.cpp295 swq_select_summarize( swq_select *select_info, in swq_select_summarize() argument
305 if( select_info->query_mode == SWQM_RECORDSET ) in swq_select_summarize()
324 memset( select_info->column_summary, 0, in swq_select_summarize()
336 if( select_info->column_summary == NULL ) in swq_select_summarize()
552 || select_info->order_specs == 0 ) in swq_select_finish_summarize()
555 if( select_info->order_specs > 1 ) in swq_select_finish_summarize()
559 select_info->column_defs[0].field_index ) in swq_select_finish_summarize()
562 if( select_info->column_summary == NULL ) in swq_select_finish_summarize()
574 count = select_info->column_summary[0].count; in swq_select_finish_summarize()
601 void swq_select_free( swq_select *select_info ) in swq_select_free() argument
[all …]
H A Dswq.h379 CPLErr swq_select_parse( swq_select *select_info,
383 const char *swq_select_finish_summarize( swq_select *select_info );
384 const char *swq_select_summarize( swq_select *select_info,
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtklabel.c3497 if (priv->select_info && priv->select_info->links) in gtk_label_update_layout_attributes()
4120 if (priv->select_info && priv->select_info->window) in gtk_label_size_allocate()
4239 (priv->select_info && priv->select_info->links)) in gtk_label_style_updated()
5528 if (!priv->select_info->selectable && !priv->select_info->links) in gtk_label_clear_select_info()
5562 old_setting = priv->select_info && priv->select_info->selectable; in gtk_label_set_selectable()
5610 return priv->select_info && priv->select_info->selectable; in gtk_label_get_selectable()
5754 if (priv->select_info && priv->select_info->selectable) in gtk_label_select_region_index()
6653 priv->select_info->selection_anchor != priv->select_info->selection_end; in gtk_label_do_popup()
6771 priv->select_info && priv->select_info->links) in emit_activate_link()
6973 if (priv->select_info && priv->select_info->selectable) in _gtk_label_get_cursor_position()
[all …]
/dports/www/anyterm/anyterm-1.1.29/libpbe/include/
H A DFileDescriptor.hh714 class select_info { class in pbe::FileDescriptor
744 select_info(select_item_readable i) { in select_info() function in pbe::FileDescriptor::select_info
775 friend select_info operator||(select_info, select_item_readable);
776 friend select_info operator||(select_info, select_item_writeable);
777 friend select_info operator||(select_info, select_item_exception);
795 inline FileDescriptor::select_info
798 FileDescriptor::select_info i = lhs; in operator ||()
803 inline FileDescriptor::select_info
806 FileDescriptor::select_info i = lhs; in operator ||()
811 inline FileDescriptor::select_info
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dswq.cpp324 swq_select_summarize( swq_select *select_info, in swq_select_summarize() argument
333 if( select_info->query_mode == SWQM_RECORDSET ) in swq_select_summarize()
343 select_info->order_specs > 0 ) in swq_select_summarize()
345 if( select_info->order_specs > 1 ) in swq_select_summarize()
348 if( select_info->order_defs[0].field_index != in swq_select_summarize()
357 if( select_info->column_summary.empty() ) in swq_select_summarize()
359 select_info->column_summary.resize(select_info->result_columns); in swq_select_summarize()
365 if( select_info->order_specs > 0 ) in swq_select_summarize()
388 select_info->column_summary[i].min = in swq_select_summarize()
390 select_info->column_summary[i].max = in swq_select_summarize()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dswq.cpp324 swq_select_summarize( swq_select *select_info, in swq_select_summarize() argument
333 if( select_info->query_mode == SWQM_RECORDSET ) in swq_select_summarize()
343 select_info->order_specs > 0 ) in swq_select_summarize()
345 if( select_info->order_specs > 1 ) in swq_select_summarize()
348 if( select_info->order_defs[0].field_index != in swq_select_summarize()
357 if( select_info->column_summary.empty() ) in swq_select_summarize()
359 select_info->column_summary.resize(select_info->result_columns); in swq_select_summarize()
365 if( select_info->order_specs > 0 ) in swq_select_summarize()
388 select_info->column_summary[i].min = in swq_select_summarize()
390 select_info->column_summary[i].max = in swq_select_summarize()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dswq.cpp324 swq_select_summarize( swq_select *select_info, in swq_select_summarize() argument
333 if( select_info->query_mode == SWQM_RECORDSET ) in swq_select_summarize()
343 select_info->order_specs > 0 ) in swq_select_summarize()
345 if( select_info->order_specs > 1 ) in swq_select_summarize()
348 if( select_info->order_defs[0].field_index != in swq_select_summarize()
357 if( select_info->column_summary.empty() ) in swq_select_summarize()
359 select_info->column_summary.resize(select_info->result_columns); in swq_select_summarize()
365 if( select_info->order_specs > 0 ) in swq_select_summarize()
388 select_info->column_summary[i].min = in swq_select_summarize()
390 select_info->column_summary[i].max = in swq_select_summarize()
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtklabel.c970 if (label->select_info && label->select_info->selectable) in gtk_label_get_property()
980 if (label->select_info && label->select_info->selectable) in gtk_label_get_property()
3243 if (label->select_info && label->select_info->window) in gtk_label_size_allocate()
3295 if (label->select_info) in gtk_label_state_changed()
4637 if (!label->select_info->selectable && !label->select_info->links) in gtk_label_clear_select_info()
4665 old_setting = label->select_info && label->select_info->selectable; in gtk_label_set_selectable()
4709 return label->select_info && label->select_info->selectable; in gtk_label_get_selectable()
4852 label->select_info->selection_anchor = label->select_info->selection_end; in clear_text_callback()
4865 if (label->select_info && label->select_info->selectable) in gtk_label_select_region_index()
5681 label->select_info->selection_anchor != label->select_info->selection_end; in gtk_label_do_popup()
[all …]
/dports/security/cardpeek/cardpeek-0.8.4/ui/gtk/
H A Dgui_cardview.c96 char **select_info; in menu_cardview_open_cb() local
104 if (select_info[1]) in menu_cardview_open_cb()
112 g_free(select_info[0]); in menu_cardview_open_cb()
113 g_free(select_info[1]); in menu_cardview_open_cb()
120 char **select_info; in menu_cardview_save_as_cb() local
127 if (select_info[1]) in menu_cardview_save_as_cb()
135 g_free(select_info[0]); in menu_cardview_save_as_cb()
136 g_free(select_info[1]); in menu_cardview_save_as_cb()
366 char **select_info; in menu_cardview_analyzer_load_cb() local
372 if (select_info[1]) in menu_cardview_analyzer_load_cb()
[all …]
H A Dgui_readerview.c48 char** select_info; in menu_readerview_save_as_cb() local
54select_info = ui_select_file("Save recorded data",path_config_get_string(PATH_CONFIG_FOLDER_REPLAY… in menu_readerview_save_as_cb()
55 if (select_info[1]) in menu_readerview_save_as_cb()
57 filename = luax_escape_string(select_info[1]); in menu_readerview_save_as_cb()
62 g_free(select_info[0]); in menu_readerview_save_as_cb()
63 g_free(select_info[1]); in menu_readerview_save_as_cb()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucp/wireup/
H A Dselect.c234 select_info->score = score; in ucp_wireup_init_select_info()
235 select_info->addr_index = addr_index; in ucp_wireup_init_select_info()
236 select_info->path_index = 0; in ucp_wireup_init_select_info()
237 select_info->rsc_index = rsc_index; in ucp_wireup_init_select_info()
238 select_info->priority = priority; in ucp_wireup_init_select_info()
459 *select_info = sinfo; in ucp_wireup_select_transport()
656 ucp_wireup_select_info_t select_info = {0}; in ucp_wireup_add_memaccess_lanes() local
677 reg_score = select_info.score; in ucp_wireup_add_memaccess_lanes()
821 ucp_wireup_select_info_t select_info; in ucp_wireup_add_cm_lane() local
836 return ucp_wireup_add_lane_desc(&select_info, select_info.rsc_index, in ucp_wireup_add_cm_lane()
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/src/
H A Dsocket.erl86 select_info/0,
730 -type select_info() :: type
731 {select_info,
1507 SelectInfo :: select_info(),
1762 Cont :: select_info(),
1776 SelectInfo :: select_info(),
1833 SelectInfo :: select_info(),
1883 Cont :: select_info(),
1885 SelectInfo :: select_info(),
1910 Cont :: select_info(),
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/src/
H A Dsocket.erl86 select_info/0,
730 -type select_info() :: type
731 {select_info,
1507 SelectInfo :: select_info(),
1762 Cont :: select_info(),
1776 SelectInfo :: select_info(),
1833 SelectInfo :: select_info(),
1883 Cont :: select_info(),
1885 SelectInfo :: select_info(),
1910 Cont :: select_info(),
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/src/
H A Dsocket.erl86 select_info/0,
730 -type select_info() :: type
731 {select_info,
1507 SelectInfo :: select_info(),
1762 Cont :: select_info(),
1776 SelectInfo :: select_info(),
1833 SelectInfo :: select_info(),
1883 Cont :: select_info(),
1885 SelectInfo :: select_info(),
1910 Cont :: select_info(),
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/src/
H A Dsocket.erl86 select_info/0,
730 -type select_info() :: type
731 {select_info,
1507 SelectInfo :: select_info(),
1762 Cont :: select_info(),
1776 SelectInfo :: select_info(),
1833 SelectInfo :: select_info(),
1883 Cont :: select_info(),
1885 SelectInfo :: select_info(),
1910 Cont :: select_info(),
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/test/
H A Dsocket_test_ttest_tcp_socket.erl373 select_info => undefined,
454 select_info := undefined,
460 reader_loop(State#{select_info => SelectInfo});
475 select_info := {select_info, _, Ref},
568 select_info := undefined,
589 select_info := {select_info, _, Ref},
656 select_info := SelectInfo,
667 select_info := SelectInfo,
678 select_info := SelectInfo,
689 select_info := SelectInfo,
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/test/
H A Dsocket_test_ttest_tcp_socket.erl373 select_info => undefined,
454 select_info := undefined,
460 reader_loop(State#{select_info => SelectInfo});
475 select_info := {select_info, _, Ref},
568 select_info := undefined,
589 select_info := {select_info, _, Ref},
656 select_info := SelectInfo,
667 select_info := SelectInfo,
678 select_info := SelectInfo,
689 select_info := SelectInfo,
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/test/
H A Dsocket_test_ttest_tcp_socket.erl373 select_info => undefined,
454 select_info := undefined,
460 reader_loop(State#{select_info => SelectInfo});
475 select_info := {select_info, _, Ref},
568 select_info := undefined,
589 select_info := {select_info, _, Ref},
656 select_info := SelectInfo,
667 select_info := SelectInfo,
678 select_info := SelectInfo,
689 select_info := SelectInfo,
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/test/
H A Dsocket_test_ttest_tcp_socket.erl373 select_info => undefined,
454 select_info := undefined,
460 reader_loop(State#{select_info => SelectInfo});
475 select_info := {select_info, _, Ref},
568 select_info := undefined,
589 select_info := {select_info, _, Ref},
656 select_info := SelectInfo,
667 select_info := SelectInfo,
678 select_info := SelectInfo,
689 select_info := SelectInfo,
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/test/
H A Dsocket_test_ttest_tcp_socket.erl373 select_info => undefined,
454 select_info := undefined,
460 reader_loop(State#{select_info => SelectInfo});
475 select_info := {select_info, _, Ref},
568 select_info := undefined,
589 select_info := {select_info, _, Ref},
656 select_info := SelectInfo,
667 select_info := SelectInfo,
678 select_info := SelectInfo,
689 select_info := SelectInfo,
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/test/
H A Dsocket_test_ttest_tcp_socket.erl373 select_info => undefined,
454 select_info := undefined,
460 reader_loop(State#{select_info => SelectInfo});
475 select_info := {select_info, _, Ref},
568 select_info := undefined,
589 select_info := {select_info, _, Ref},
656 select_info := SelectInfo,
667 select_info := SelectInfo,
678 select_info := SelectInfo,
689 select_info := SelectInfo,
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/src/
H A Dsocket.erl68 select_info/0,
698 -type select_info() :: {select_info, select_tag(), select_ref()}. type
1096 SelectInfo :: select_info(),
1191 SelectInfo :: select_info(),
1283 SelectInfo :: select_info(),
1307 SelectInfo :: select_info(),
1447 SelectInfo :: select_info(),
1475 SelectInfo :: select_info(),
1703 SelectInfo :: select_info(),
1733 SelectInfo :: select_info(),
[all …]

1234