Searched refs:numLogSections (Results 1 – 1 of 1) sorted by relevance
2438 const int numLogSections = log_filter_section_getNumRegisteredSections(); in GetLogSections() local2440 lua_createtable(L, 0, numLogSections); in GetLogSections()2441 for (int i = 0; i < numLogSections; ++i) { in GetLogSections()