HomeSort by relevance Sort by last modified time
    Searched refs:RFC2595_MIN_LABEL_COUNT (Results 1 - 4 of 4) sorted by null

  /external/tlsdate/src/
tlsdate-helper-plan9.h 85 #define RFC2595_MIN_LABEL_COUNT 3
tlsdate-helper.h 98 #define RFC2595_MIN_LABEL_COUNT 3
tlsdate-helper-plan9.c 388 (label_count <= ((uint32_t)RFC2595_MIN_LABEL_COUNT)))
418 label_count >= ((uint32_t)RFC2595_MIN_LABEL_COUNT))
434 } while (0 != wildcard_encountered && label_count <= RFC2595_MIN_LABEL_COUNT);
447 if (wildcard_encountered & ok && label_count >= RFC2595_MIN_LABEL_COUNT)
    [all...]
tlsdate-helper.c 524 (label_count <= ((uint32_t)RFC2595_MIN_LABEL_COUNT)))
554 label_count >= ((uint32_t)RFC2595_MIN_LABEL_COUNT))
570 } while (0 != wildcard_encountered && label_count <= RFC2595_MIN_LABEL_COUNT);
583 if (wildcard_encountered & ok && label_count >= RFC2595_MIN_LABEL_COUNT)
    [all...]

Completed in 64 milliseconds