HomeSort by: relevance | last modified time | path
    Searched refs:POL_STATS_SIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
pol_stats.h 38 #define POL_STATS_SIZE 2 /* TLS level and REQUIRETLS */
42 POL_STAT st[POL_STATS_SIZE];
pol_stats.c 131 for (tp = pstats->st; tp < pstats->st + POL_STATS_SIZE; tp++)
143 for (tp = pstats->st; tp < pstats->st + POL_STATS_SIZE; tp++)
161 if (idx < 0 || idx >= POL_STATS_SIZE)
181 if (idx < 0 || idx >= POL_STATS_SIZE)
197 if (idx < 0 || idx >= POL_STATS_SIZE)
211 for (idx = 0; idx < POL_STATS_SIZE; idx++) {

Completed in 17 milliseconds