HomeSort by relevance Sort by last modified time
    Searched full:g_logging (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/vpx_mem/
vpx_mem_tracker.c 130 } g_logging = {NULL, 0, NULL, NULL}; variable in typeref:struct:__anon11012
134 #define g_logging vpxglobalm(vpxmem,g_logging) macro
244 if (!g_logging.type && g_logging.file && g_logging.file != stderr)
246 fclose(g_logging.file);
247 g_logging.file = NULL;
354 g_logging.type = 0;
358 g_logging.file = stderr
    [all...]

Completed in 127 milliseconds