Home
last modified time | relevance | path

Searched refs:queue_length_string (Results 1 – 1 of 1) sorted by relevance

/minix3/usr.sbin/syslogd/
H A Dsyslogd.c142 char *queue_length_string; member
2984 FREEPTR(TypeInfo[j].queue_length_string); in die()
3109 {"tls_queue_length", &TypeInfo[F_TLS].queue_length_string}, in read_config_file()
3112 {"file_queue_length", &TypeInfo[F_FILE].queue_length_string}, in read_config_file()
3113 {"pipe_queue_length", &TypeInfo[F_PIPE].queue_length_string}, in read_config_file()
3114 {"fifo_queue_length", &TypeInfo[F_FIFO].queue_length_string}, in read_config_file()
3130 if (TypeInfo[i].queue_length_string in read_config_file()
3131 && TypeInfo[i].queue_length_string in read_config_file()
3133 FREEPTR(TypeInfo[i].queue_length_string); in read_config_file()
3134 TypeInfo[i].queue_length_string = in read_config_file()
[all …]