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

/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Dremote.c102 if (sel == DB_TYPE_MEMORY) return global.db_memory_max;
111 if (sel == DB_TYPE_MEMORY) global.db_memory_max = size;
123 if (sel == DB_TYPE_MEMORY) asl_memory_statistics(global.memory_db, &m);
160 if (global.dbtype & DB_TYPE_MEMORY) dbselect = DB_TYPE_MEMORY;
327 else if (dbselect == DB_TYPE_MEMORY) snprintf(str, sizeof(str), "memory store\n");
346 if ((global.dbtype & DB_TYPE_MEMORY) == 0)
353 dbselect = DB_TYPE_MEMORY;
410 snprintf(str, sizeof(str), "memory database is %senabled\n", (global.dbtype & DB_TYPE_MEMORY) ? "" : "not ");
412 if ((global.dbtype & DB_TYPE_MEMORY) !
[all...]
H A Ddaemon.h74 #define DB_TYPE_MEMORY 0x00000002 macro
H A Ddbserver.c161 if ((dbtype & DB_TYPE_MEMORY) && (global.memory_db == NULL))
511 if (asl_check_option(msg, ASL_OPT_DB_MEMORY)) dbtype |= DB_TYPE_MEMORY;
533 global.dbtype |= DB_TYPE_MEMORY;
534 dbtype |= DB_TYPE_MEMORY;
547 if (dbtype & DB_TYPE_MEMORY)
657 if (global.dbtype & DB_TYPE_MEMORY)
915 if (global.dbtype & DB_TYPE_MEMORY) n++;
934 if (global.dbtype & DB_TYPE_MEMORY)
H A Dsyslogd.c368 if (global.dbtype & DB_TYPE_MEMORY)
570 global.dbtype |= DB_TYPE_MEMORY;
H A Ddaemon.c651 intval = DB_TYPE_MEMORY;

Completed in 232 milliseconds