Searched refs:ft_custom_trace_level (Results 1 – 3 of 3) sorted by relevance
84 static const char* ft_custom_trace_level = NULL; variable247 if ( ft_custom_trace_level != NULL ) in ft_debug_init()248 ft2_debug = ft_custom_trace_level; in ft_debug_init()556 ft_custom_trace_level = level; in FT_Trace_Set_Level()569 ft_custom_trace_level = NULL; in FT_Trace_Set_Default_Level()
84 static const char* ft_custom_trace_level = NULL; variable301 if ( ft_custom_trace_level != NULL ) in ft_debug_init()302 ft2_debug = ft_custom_trace_level; in ft_debug_init()610 ft_custom_trace_level = level; in FT_Trace_Set_Level()623 ft_custom_trace_level = NULL; in FT_Trace_Set_Default_Level()
2625 * src/base/ftdebug.c (ft_custom_trace_level): New variable.