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 | 110 struct mtree_entry *this_entry; member 1007 mtree->this_entry = mtree->entries; in read_mtree() 1093 if (mtree->this_entry == NULL) in read_header() 1095 if (strcmp(mtree->this_entry->name, "..") == 0) { in read_header() 1096 mtree->this_entry->used = 1; in read_header() 1109 if (!mtree->this_entry->used) { in read_header() 1111 r = parse_file(a, entry, mtree, mtree->this_entry, in read_header() 1116 mtree->this_entry = mtree->this_entry->next; in read_header()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectCommands.cpp | 1906 CommandArgumentEntry this_entry; in CommandObjectScriptingObjectParsed() local 1908 auto args_adder = [this, counter, &elem_counter, &this_entry] in CommandObjectScriptingObjectParsed() 1968 this_entry.emplace_back(arg_type, arg_repetition, in CommandObjectScriptingObjectParsed() 1984 if (this_entry.empty()) { in CommandObjectScriptingObjectParsed() 1991 m_arguments.push_back(this_entry); in CommandObjectScriptingObjectParsed()
|