Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_log.h39 #define NGX_LOG_DEBUG_FIRST NGX_LOG_DEBUG_CORE macro
H A Dngx_log.c513 for (n = 0, d = NGX_LOG_DEBUG_FIRST; d <= NGX_LOG_DEBUG_LAST; d <<= 1) {