#include <SSLContextSelectionMisc.h>
|
static bool | eq (char c1, char c2) |
|
static bool | ne (char c1, char c2) |
|
static bool | lt (char c1, char c2) |
|
static int | compare (const char *s1, const char *s2, size_t n) |
|
static const char * | find (const char *s, size_t n, char a) |
|
Definition at line 29 of file SSLContextSelectionMisc.h.
static int wangle::dn_char_traits::compare |
( |
const char * |
s1, |
|
|
const char * |
s2, |
|
|
size_t |
n |
|
) |
| |
|
inlinestatic |
Definition at line 42 of file SSLContextSelectionMisc.h.
44 if(::tolower(*s1) < ::tolower(*s2) ) {
47 if(::tolower(*s1) > ::tolower(*s2) ) {
static bool wangle::dn_char_traits::eq |
( |
char |
c1, |
|
|
char |
c2 |
|
) |
| |
|
inlinestatic |
static const char* wangle::dn_char_traits::find |
( |
const char * |
s, |
|
|
size_t |
n, |
|
|
char |
a |
|
) |
| |
|
inlinestatic |
static bool wangle::dn_char_traits::lt |
( |
char |
c1, |
|
|
char |
c2 |
|
) |
| |
|
inlinestatic |
static bool wangle::dn_char_traits::ne |
( |
char |
c1, |
|
|
char |
c2 |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: