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

  /external/boringssl/src/include/openssl/
conf.h 130 int CONF_parse_list(const char *list, char sep, int remove_whitespace,
  /external/boringssl/src/crypto/conf/
conf.c 732 int CONF_parse_list(const char *list, char sep, int remove_whitespace,
745 if (remove_whitespace) {
759 if (remove_whitespace) {
  /external/wpa_supplicant_8/src/tls/
x509v3.c 88 int remove_whitespace = 1; local
93 if (remove_whitespace && x509_whitespace(*ipos))
96 remove_whitespace = x509_whitespace(*ipos);
    [all...]

Completed in 160 milliseconds