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

  /external/chromium/chrome/browser/sync/engine/
build_and_process_conflict_sets_command.cc 300 const syncable::Entry& log_entry) {
301 CHECK(e.good()) << "Missing parent in path of: " << log_entry;
305 "syncable::Entry: " << e << " Leaf: " << log_entry; local
309 "syncable::Entry: " << e << " Leaf: " << log_entry; local
318 const syncable::Entry& log_entry) {
321 << log_entry; local
324 << log_entry << " " << parent;
332 const syncable::Entry& log_entry) {
340 const syncable::Entry& log_entry) {
  /external/dnsmasq/src/
log.c 46 struct log_entry { struct
49 struct log_entry *next;
53 static struct log_entry *entries = NULL;
54 static struct log_entry *free_entries = NULL;
88 free_entries = safe_malloc(sizeof(struct log_entry));
141 struct log_entry *tmp = entries;
262 struct log_entry *entry;
319 else if (entries_alloced < max_logs && (entry = malloc(sizeof(struct log_entry))))
332 struct log_entry *tmp;
  /system/core/debuggerd/
tombstone.c 467 } log_entry; local
470 ssize_t actual = read(logfd, log_entry.buf, LOGGER_ENTRY_MAX_LEN);
496 struct logger_entry* entry = &log_entry.entry;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nis.h 380 struct log_entry { struct
391 typedef struct log_entry log_entry; typedef in typeref:struct:log_entry
398 log_entry *lr_entries_val;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis.h 380 struct log_entry { struct
391 typedef struct log_entry log_entry; typedef in typeref:struct:log_entry
398 log_entry *lr_entries_val;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis.h 380 struct log_entry { struct
391 typedef struct log_entry log_entry; typedef in typeref:struct:log_entry
398 log_entry *lr_entries_val;

Completed in 202 milliseconds