Home
last modified time | relevance | path

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

/dports/net/bctoolbox/bctoolbox-0.6.0/src/logging/
H A Dlogging.c74 } bctbx_file_log_handler_t; typedef
121bctbx_file_log_handler_t* filehandler = (bctbx_file_log_handler_t*)bctbx_malloc(sizeof(bctbx_file_… in bctbx_create_file_log_handler()
168 static bctbx_file_log_handler_t filehandler; in bctbx_set_log_file()
514 static int _try_open_log_collection_file(bctbx_file_log_handler_t *filehandler) { in _try_open_log_collection_file()
535 static void _rotate_log_collection_files(bctbx_file_log_handler_t *filehandler) { in _rotate_log_collection_files()
588 static void _open_log_collection_file(bctbx_file_log_handler_t *filehandler) { in _open_log_collection_file()
595 static void _close_log_collection_file(bctbx_file_log_handler_t *filehandler) { in _close_log_collection_file()
613 bctbx_file_log_handler_t *filehandler = (bctbx_file_log_handler_t *) user_info; in bctbx_logv_file()
682 bctbx_file_log_handler_t *filehandler = (bctbx_file_log_handler_t *) handler->user_info; in bctbx_logv_file_destroy()