Home
last modified time | relevance | path

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

/dports/science/py-dlib/dlib-19.22/dlib/logger/
H A Dlogger_kernel_1.h74 typedef void (*print_header_type)( typedef
82 const print_header_type& new_header
367 print_header_type logger_header ( in logger_header()
371 print_header_type ph in set_logger_header()
573 print_header_type val;
577 print_header_type logger_header (
588 print_header_type ph
611 const print_header_type& new_header
661 print_header_type print_header;
H A Dlogger_kernel_abstract.h84 typedef void (*print_header_type)( typedef
92 const print_header_type& new_header
384 print_header_type logger_header (
404 print_header_type print_header
H A Dlogger_kernel_1.cpp51 const print_header_type& new_header in set_all_logging_headers()
318 print_header_type logger::global_data::
332 print_header_type ph in set_logger_header()
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/dlib/logger/
H A Dlogger_kernel_1.h74 typedef void (*print_header_type)( typedef
82 const print_header_type& new_header
367 print_header_type logger_header ( in logger_header()
371 print_header_type ph in set_logger_header()
573 print_header_type val;
577 print_header_type logger_header (
588 print_header_type ph
611 const print_header_type& new_header
661 print_header_type print_header;
H A Dlogger_kernel_abstract.h84 typedef void (*print_header_type)( typedef
92 const print_header_type& new_header
384 print_header_type logger_header (
404 print_header_type print_header
/dports/science/dlib-cpp/dlib-19.22/dlib/logger/
H A Dlogger_kernel_1.h74 typedef void (*print_header_type)( typedef
82 const print_header_type& new_header
367 print_header_type logger_header ( in logger_header()
371 print_header_type ph in set_logger_header()
573 print_header_type val;
577 print_header_type logger_header (
588 print_header_type ph
611 const print_header_type& new_header
661 print_header_type print_header;
H A Dlogger_kernel_abstract.h84 typedef void (*print_header_type)( typedef
92 const print_header_type& new_header
384 print_header_type logger_header (
404 print_header_type print_header
H A Dlogger_kernel_1.cpp51 const print_header_type& new_header in set_all_logging_headers()
318 print_header_type logger::global_data::
332 print_header_type ph in set_logger_header()
/dports/news/nn/nn-6.7.3/
H A Dsave.c83 int print_header_type = SHORT_HEADER; variable
346 if (print_header_type < NO_HEADER || print_header_type > FULL_HEADER) { in init_save()
347 msg("Invalid 'print-header-type' value %d", print_header_type); in init_save()
348 print_header_type = NO_HEADER; in init_save()
351 save_mode = print_header_type | IS_PIPE; in init_save()
H A Dvariable.c138 print_header_type, re_layout, re_layout_more, response_check_pause,
345 "print-header-type", INT 0, (char **) &print_header_type,