Searched refs:DB_TYPE_MEMORY (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/syslog-267/syslogd.tproj/
H A Dremote.c101 if (sel == DB_TYPE_MEMORY) return global.db_memory_max;
109 if (sel == DB_TYPE_MEMORY) global.db_memory_max = size;
120 if (sel == DB_TYPE_MEMORY) asl_memory_statistics(global.memory_db, &m);
156 if (global.dbtype & DB_TYPE_MEMORY) dbselect = DB_TYPE_MEMORY;
320 else if (dbselect == DB_TYPE_MEMORY) snprintf(str, sizeof(str), "memory store\n");
338 if ((global.dbtype & DB_TYPE_MEMORY) == 0)
345 dbselect = DB_TYPE_MEMORY;
383 snprintf(str, sizeof(str), "memory database is %senabled\n", (global.dbtype & DB_TYPE_MEMORY) ? "" : "not ");
385 if ((global.dbtype & DB_TYPE_MEMORY) !
[all...]
H A Ddaemon.h74 #define DB_TYPE_MEMORY 0x00000002 macro
H A Ddbserver.c150 if ((dbtype & DB_TYPE_MEMORY) && (global.memory_db == NULL))
490 if (asl_check_option(msg, ASL_OPT_DB_MEMORY)) dbtype |= DB_TYPE_MEMORY;
512 global.dbtype |= DB_TYPE_MEMORY;
513 dbtype |= DB_TYPE_MEMORY;
526 if (dbtype & DB_TYPE_MEMORY)
565 if ((global.dbtype & DB_TYPE_MEMORY) == 0)
612 if ((global.dbtype & DB_TYPE_MEMORY) || (global.disaster_occurred != 0))
852 if (global.dbtype & DB_TYPE_MEMORY) n++;
870 if (global.dbtype & DB_TYPE_MEMORY)
H A Dsyslogd.c367 if (global.dbtype & DB_TYPE_MEMORY)
554 global.dbtype = DB_TYPE_MEMORY;
581 global.dbtype |= DB_TYPE_MEMORY;
H A Ddaemon.c517 global.dbtype = DB_TYPE_MEMORY;
693 intval = DB_TYPE_MEMORY;
711 intval = DB_TYPE_MEMORY;

Completed in 138 milliseconds