Searched refs:current_section (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/examples/
H A Dvorbisfile_example.c38 int current_section; local
68 long ret=ov_read(&vf,pcmout,sizeof(pcmout),0,2,1,&current_section);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dass_split.c170 int current_section; member in struct:ASSSplitContext
178 const ASSSection *section = &ass_sections[ctx->current_section];
205 const ASSSection *section = &ass_sections[ctx->current_section];
206 int *number = &ctx->field_number[ctx->current_section];
207 int *order = ctx->field_order[ctx->current_section];
212 ctx->current_section = -1;
237 ctx->field_order[ctx->current_section] = order;
283 if (ctx->current_section >= 0)
292 ctx->current_section = i;
306 ctx->current_section
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Ddesktop-file.c61 int current_section; /**< The current section being parsed */ member in struct:__anon1632
313 parser->current_section = parser->desktop_file->n_sections - 1;
314 _dbus_assert (&parser->desktop_file->sections[parser->current_section] == section);
325 section = &parser->desktop_file->sections[parser->current_section];
590 if (parser->current_section != -1)
591 section_name = parser->desktop_file->sections[parser->current_section].section_name;
677 parser.current_section = -1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexi2html11962 my $current_section = $sections_list[0];
11963 $current_section = $node_top if ($node_top and $node_top->{'top_as_section'} and !$section_before_top);
11975 elsif (defined($current_section))
11978 $element->{'section_ref'} = $current_section;
11979 $element->{'toc_level'} = $current_section->{'toc_level'};
11980 push @{$current_section->{'node_childs'}}, $element;
11987 push @{$current_section->{'all_elements'}}, $element;
11989 $element_index = $current_section if ($element_index and ($element_index eq $element));
12000 $current_section = $element;

Completed in 211 milliseconds