HomeSort by relevance Sort by last modified time
    Searched defs:sk_strcmp (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_utl.c 69 static int sk_strcmp(const char * const *a, const char * const *b);
461 static int sk_strcmp(const char * const *a, const char * const *b) function
553 if(!*sk) *sk = sk_OPENSSL_STRING_new(sk_strcmp);
  /external/openssl/crypto/x509v3/
v3_utl.c 69 static int sk_strcmp(const char * const *a, const char * const *b);
461 static int sk_strcmp(const char * const *a, const char * const *b) function
553 if(!*sk) *sk = sk_OPENSSL_STRING_new(sk_strcmp);

Completed in 215 milliseconds