Home
last modified time | relevance | path

Searched refs:curr_section (Results 1 – 25 of 50) sorted by relevance

12

/dports/net/samba412/samba-4.12.15/lib/util/
H A Dtiniparser.c76 struct tiniparser_section *curr_section; in find_section() local
99 for (curr_section = d->section_list; in find_section()
100 curr_section; in find_section()
101 curr_section = curr_section->next_section) { in find_section()
110 return curr_section; in find_section()
292 *pp_section = curr_section->next_section; in section_parser()
298 d->section_list = curr_section; in section_parser()
371 for (curr_section = d->section_list; in tiniparser_freedict()
372 curr_section; in tiniparser_freedict()
373 curr_section = next_section) { in tiniparser_freedict()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/include/util/
H A DConfigObject.hpp104 bool get(ConfigSection *curr_section,
111 bool set(ConfigSection *curr_section,
203 Uint32 &curr_section) const;
205 Uint32 &curr_section) const;
207 Uint32 &curr_section) const;
209 Uint32 &curr_section) const;
211 Uint32 &curr_section) const;
213 Uint32 &curr_section) const;
215 Uint32 &curr_section) const;
217 Uint32 &curr_section) const;
[all …]
/dports/devel/lxqt-build-tools/lxqt-build-tools-0.10.0/cmake/modules/
H A DLXQtTranslateDesktopYaml.pl15 my ($curr_section) = @_;
16 if (defined $curr_section) {
17 my $transl_yaml_re = qr/^${curr_section}\/([^: ]+) ?: *([^ ].*)$/;
40 my $curr_section = undef;
43 flush_translations($curr_section);
44 $curr_section = $1;
48 flush_translations($curr_section);
/dports/x11/screengrab/screengrab-2.3.0/cmake/
H A DLXQtTranslateDesktopYaml.pl15 my ($curr_section) = @_;
16 if (defined $curr_section) {
17 my $transl_yaml_re = qr/^${curr_section}\/([^: ]+) ?: *([^ ].*)$/;
40 my $curr_section = undef;
43 flush_translations($curr_section);
44 $curr_section = $1;
48 flush_translations($curr_section);
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/common/mgmcommon/
H A DConfigObject.cpp315 if (unlikely(curr_section == nullptr)) in set()
345 if (unlikely(curr_section == nullptr)) in get()
357 if (curr_section->get(key, entry)) in get()
1303 curr_section = 1; in create_v1_header_section()
1332 curr_section = 2; in create_v1_node_header_section()
1345 curr_section++; in create_v1_node_specific_sections()
1378 curr_section++; in create_v1_system_header_section()
1385 curr_section++; in create_v1_system_section()
1401 curr_section++; in create_v1_comm_header_section()
1439 curr_section++; in create_v1_comm_specific_sections()
[all …]
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-core/src/api/
H A Dconfig.c244 while (curr_section != NULL) in delete_list()
355 while (curr_section != NULL) in copy_configlist_active_to_saved()
364 curr_section = curr_section->next; in copy_configlist_active_to_saved()
413 config_section *curr_section; in ConfigListSections() local
422 while (curr_section != NULL) in ConfigListSections()
425 curr_section = curr_section->next; in ConfigListSections()
443 if (*curr_section != NULL && strcasecmp(SectionName, (*curr_section)->name) == 0) in ConfigOpenSection()
456 *curr_section = new_section; in ConfigOpenSection()
509 curr_section = curr_section->next; in ConfigHasUnsavedChanges()
516 curr_section = curr_section->next; in ConfigHasUnsavedChanges()
[all …]
/dports/devel/inilib/inilib-1.0.7b3/src/
H A Dregistry.cc91 registry::section_read(fstream &input_file, section& curr_section) in section_read() argument
139 curr_section.insert(key_string, atoi(value_string.c_str())); in section_read()
141 curr_section.insert(key_string, atof(value_string.c_str())); in section_read()
143 curr_section.insert(key_string, value_string); in section_read()
150 registry::section_write(fstream &output_file, section& curr_section) in section_write() argument
156 for (s = curr_section.begin(); s != curr_section.end(); ++s) { in section_write()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_table_cell.cc831 LayoutTableSection* curr_section = Section(); in ComputeCollapsedBeforeBorder() local
844 curr_section = table->SectionAbove(curr_section, kSkipEmptySections); in ComputeCollapsedBeforeBorder()
845 if (curr_section) { in ComputeCollapsedBeforeBorder()
857 if (!curr_section) { in ComputeCollapsedBeforeBorder()
953 LayoutTableSection* curr_section = Section(); in ComputeCollapsedAfterBorder() local
954 if (RowIndex() + ResolvedRowSpan() >= curr_section->NumRows()) { in ComputeCollapsedAfterBorder()
966 curr_section = table->SectionBelow(curr_section, kSkipEmptySections); in ComputeCollapsedAfterBorder()
967 if (curr_section) { in ComputeCollapsedAfterBorder()
970 curr_section->StyleRef().BorderBeforeStyle(), in ComputeCollapsedAfterBorder()
971 curr_section->StyleRef().BorderBeforeWidth(), in ComputeCollapsedAfterBorder()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_table_cell.cc893 LayoutTableSection* curr_section = Section(); in ComputeCollapsedBeforeBorder() local
906 curr_section = table->SectionAbove(curr_section, kSkipEmptySections); in ComputeCollapsedBeforeBorder()
907 if (curr_section) { in ComputeCollapsedBeforeBorder()
919 if (!curr_section) { in ComputeCollapsedBeforeBorder()
1016 LayoutTableSection* curr_section = Section(); in ComputeCollapsedAfterBorder() local
1017 if (RowIndex() + ResolvedRowSpan() >= curr_section->NumRows()) { in ComputeCollapsedAfterBorder()
1029 curr_section = table->SectionBelow(curr_section, kSkipEmptySections); in ComputeCollapsedAfterBorder()
1030 if (curr_section) { in ComputeCollapsedAfterBorder()
1033 curr_section->StyleRef().BorderBeforeStyle(), in ComputeCollapsedAfterBorder()
1034 curr_section->StyleRef().BorderBeforeWidth(), in ComputeCollapsedAfterBorder()
[all …]
/dports/biology/avida/avida-2.12.4-src/avida-core/source/utils/make_actions_html/
H A Dmake_actions_html.pl80 my $curr_section;
81 foreach $curr_section (@section_list) {
82 print OUTPUT_FILE $section_header_hash{$curr_section};
85 if ($section_hash{$curr_action} eq $curr_section) {
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/
H A Dec_conf.c278 struct conf_entry *curr_section = NULL; in load_conf() local
335 if ( (curr_section = search_section(p)) == NULL) in load_conf()
343 if (curr_section == NULL) in load_conf()
371 if (curr_section == dissectors) { in load_conf()
377 if ( (value = search_entry(curr_section, q)) == NULL) in load_conf()
381 if (curr_section == strings) { in load_conf()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/apitools/
H A Drun_pylint.py81 curr_section = test_cfg._sections.setdefault(
84 curr_val = curr_section.get(opt)
87 curr_section[opt] = '%s\n%s' % (curr_val, opt_val)
/dports/sysutils/dunst/dunst-1.6.1/contrib/
H A Ddunst_xr_theme_changer.sh217 curr_section="${BASH_REMATCH[1]}"
227 curr_sett_name="${curr_section}-${curr_attr_name}"
/dports/german/BBBike/BBBike-3.18/lib/
H A DWWWBrowser.pm384 my $curr_section;
391 $curr_section = $1;
392 …} elsif (defined $curr_section && $curr_section eq 'URL Handlers' && /^(default|\Q$url_scheme\E)-s…
H A DKDEUtil.pm474 my $curr_section;
479 $curr_section = $1;
481 if (defined $curr_section) {
482 $cfg->{$curr_section}{$1} = $2;
/dports/textproc/p5-Tk-Pod/Tk-Pod-0.9943/Pod/
H A DWWWBrowser.pm393 my $curr_section;
400 $curr_section = $1;
401 …} elsif (defined $curr_section && $curr_section eq 'URL Handlers' && /^(default|\Q$url_scheme\E)-s…
/dports/math/PDL/PDL-2.019/Demos/
H A DPrima.pm67 my (@demo, $curr_section, $curr_par, $curr_code);
74 $curr_section = $1;
78 push @demo, $curr_section, $curr_par, $curr_code;
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/ASDocGen/
H A Ddatadoc.c47 xml_elem_t* curr_section ; member
85 xml_state->curr_section = sect ; in add_data_section_header2xml()
165 varlist = ADD_TAG(xml_state.curr_section,variablelist); in make_data_file_info()
311 link = ADD_TAG(xml_state->curr_section,ulink); in convert_data_file()
324 xml_elem_t* p = ADD_TAG(xml_state->curr_section,para); in convert_data_file()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/test-drivers/vidtv/
H A Dvidtv_channel.c315 struct vidtv_psi_table_pmt *curr_section = NULL; in vidtv_channel_pmt_match_sections() local
327 curr_section = sections[j]; in vidtv_channel_pmt_match_sections()
329 if (!curr_section) in vidtv_channel_pmt_match_sections()
332 curr_id = be16_to_cpu(curr_section->header.id); in vidtv_channel_pmt_match_sections()
355 vidtv_psi_pmt_stream_assign(curr_section, head); in vidtv_channel_pmt_match_sections()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/test-drivers/vidtv/
H A Dvidtv_channel.c315 struct vidtv_psi_table_pmt *curr_section = NULL; in vidtv_channel_pmt_match_sections() local
327 curr_section = sections[j]; in vidtv_channel_pmt_match_sections()
329 if (!curr_section) in vidtv_channel_pmt_match_sections()
332 curr_id = be16_to_cpu(curr_section->header.id); in vidtv_channel_pmt_match_sections()
355 vidtv_psi_pmt_stream_assign(curr_section, head); in vidtv_channel_pmt_match_sections()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/test-drivers/vidtv/
H A Dvidtv_channel.c315 struct vidtv_psi_table_pmt *curr_section = NULL; in vidtv_channel_pmt_match_sections() local
327 curr_section = sections[j]; in vidtv_channel_pmt_match_sections()
329 if (!curr_section) in vidtv_channel_pmt_match_sections()
332 curr_id = be16_to_cpu(curr_section->header.id); in vidtv_channel_pmt_match_sections()
355 vidtv_psi_pmt_stream_assign(curr_section, head); in vidtv_channel_pmt_match_sections()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/tools/advisor/advisor/
H A Drule_parser.py450 curr_section = None
459 curr_section = element # it's a new IniParser header
472 if curr_section is IniParser.Element.rule:
474 elif curr_section is IniParser.Element.cond:
484 elif curr_section is IniParser.Element.sugg:
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/tools/advisor/advisor/
H A Drule_parser.py450 curr_section = None
459 curr_section = element # it's a new IniParser header
472 if curr_section is IniParser.Element.rule:
474 elif curr_section is IniParser.Element.cond:
484 elif curr_section is IniParser.Element.sugg:
/dports/databases/rocksdb/rocksdb-6.26.1/tools/advisor/advisor/
H A Drule_parser.py450 curr_section = None
459 curr_section = element # it's a new IniParser header
472 if curr_section is IniParser.Element.rule:
474 elif curr_section is IniParser.Element.cond:
484 elif curr_section is IniParser.Element.sugg:
/dports/databases/rocksdb-lite/rocksdb-6.26.1/tools/advisor/advisor/
H A Drule_parser.py450 curr_section = None
459 curr_section = element # it's a new IniParser header
472 if curr_section is IniParser.Element.rule:
474 elif curr_section is IniParser.Element.cond:
484 elif curr_section is IniParser.Element.sugg:

12