Home
last modified time | relevance | path

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

/dports/security/silktools/silk-3.19.1/src/libsilk/
H A Dsku-options.c1087 static uint32_t time_format_flags = 0; variable
1171 || 0 == (time_format_flags & (SK_OPTION_TIMESTAMP_NEVER_MSEC in time_format_option_parse()
1191 if (time_format_flags & SK_OPTION_TIMESTAMP_NEVER_MSEC) { in time_format_option_parse()
1199 if (time_format_flags & SK_OPTION_TIMESTAMP_ALWAYS_MSEC) { in time_format_option_parse()
1285 if (time_format_flags & (SK_OPTION_TIMESTAMP_NEVER_MSEC in time_format_option_handler()
1334 time_format_flags = flags; in skOptionsTimestampFormatRegister()
1335 if (time_format_flags & SK_OPTION_TIMESTAMP_NEVER_MSEC) { in skOptionsTimestampFormatRegister()
1361 if (time_format_flags & SK_OPTION_TIMESTAMP_OPTION_LEGACY){ in skOptionsTimestampFormatRegister()
1399 if (time_format_flags & SK_OPTION_TIMESTAMP_NEVER_MSEC) { in skOptionsTimestampFormatUsage()
1430 if (0 == (time_format_flags & (SK_OPTION_TIMESTAMP_NEVER_MSEC in skOptionsTimestampFormatUsage()
[all …]