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

  /external/libvpx/vpx_mem/
vpx_mem_tracker.c 135 } g_logging = {NULL, 0, NULL, NULL}; variable in typeref:struct:__anon8526
139 #define g_logging vpxglobalm(vpxmem,g_logging) macro
252 if (!g_logging.type && g_logging.file && g_logging.file != stderr)
255 fclose(g_logging.file);
257 g_logging.file = NULL;
364 g_logging.type = 0;
368 g_logging.file = stderr
    [all...]

Completed in 46 milliseconds