Searched refs:this_entry (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_mtree.c | 108 struct mtree_entry *this_entry; member 1055 mtree->this_entry = mtree->entries; in read_mtree() 1141 if (mtree->this_entry == NULL) in read_header() 1143 if (strcmp(mtree->this_entry->name, "..") == 0) { in read_header() 1144 mtree->this_entry->used = 1; in read_header() 1157 if (!mtree->this_entry->used) { in read_header() 1159 r = parse_file(a, entry, mtree, mtree->this_entry, in read_header() 1164 mtree->this_entry = mtree->this_entry->next; in read_header()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectCommands.cpp | 1743 CommandArgumentEntry this_entry; in CommandObjectScriptingObjectParsed() local 1745 auto args_adder = [this, counter, &elem_counter, &this_entry] in CommandObjectScriptingObjectParsed() 1803 this_entry.emplace_back(arg_type, arg_repetition, in CommandObjectScriptingObjectParsed() 1817 if (this_entry.empty()) { in CommandObjectScriptingObjectParsed() 1822 m_arguments.push_back(this_entry); in CommandObjectScriptingObjectParsed()
|