OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:log_entry
(Results
1 - 9
of
9
) sorted by null
/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;
/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
) {
/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;
nis.x
197
struct
log_entry
{
209
log_entry
lr_entries<>; /* zero or more entries */
/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;
nis.x
197
struct
log_entry
{
209
log_entry
lr_entries<>; /* zero or more entries */
/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;
nis.x
197
struct
log_entry
{
209
log_entry
lr_entries<>; /* zero or more entries */
/system/core/debuggerd/
tombstone.c
510
}
log_entry
;
local
513
ssize_t actual = read(logfd,
log_entry
.buf, LOGGER_ENTRY_MAX_LEN);
539
struct logger_entry* entry = &
log_entry
.entry;
Completed in 108 milliseconds