Searched refs:remove_whitespace (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dconf.h124 int CONF_parse_list(const char *list, char sep, int remove_whitespace,
/external/chromium_org/third_party/boringssl/src/crypto/conf/
H A Dconf.c704 int CONF_parse_list(const char *list, char sep, int remove_whitespace, argument
717 if (remove_whitespace) {
729 if (remove_whitespace) {
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dx509v3.c88 int remove_whitespace = 1; local
93 if (remove_whitespace && x509_whitespace(*ipos))
96 remove_whitespace = x509_whitespace(*ipos);
/external/wpa_supplicant_8/src/tls/
H A Dx509v3.c88 int remove_whitespace = 1; local
93 if (remove_whitespace && x509_whitespace(*ipos))
96 remove_whitespace = x509_whitespace(*ipos);
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dx509v3.c88 int remove_whitespace = 1; local
93 if (remove_whitespace && x509_whitespace(*ipos))
96 remove_whitespace = x509_whitespace(*ipos);

Completed in 138 milliseconds