HomeSort by relevance Sort by last modified time
    Searched defs:current_section (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/importer/
firefox_importer_utils.cc 138 std::string current_section; local
151 current_section = line.substr(1);
152 size_t end = current_section.rfind(']');
154 current_section.erase(end);
164 if (current_section.find('.') == std::string::npos &&
166 root->SetString(current_section + "." + key, value);
  /external/dbus/bus/
desktop-file.c 61 int current_section; /**< The current section being parsed */ member in struct:__anon5981
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;
  /external/e2fsprogs/e2fsck/
profile.c 157 struct profile_node *current_section; member in struct:parse_state
729 &iter, &state->current_section);
733 &state->current_section);
744 state->current_section->final = 1;
759 state->current_section->final = 1;
760 state->current_section = state->current_section->parent;
816 retval = profile_add_node(state->current_section,
817 tag, 0, &state->current_section);
821 state->current_section->final = 1
    [all...]
  /external/quake/quake/src/WinQuake/
snd_gus.cpp 63 static int current_section; variable
373 if (i!=current_section)
375 current_section=i;
391 current_section=add_section(ts,ftell(f));
405 if (field_buffers[i].section==current_section)
421 fseek(f,section_buffers[current_section].offset,SEEK_SET);
429 add_field(ts,current_section,string_start_pos);
438 fseek(f,section_buffers[current_section].offset,SEEK_SET);
    [all...]

Completed in 151 milliseconds