NormalizeHeaderKey  177 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc     const std::string& key = NormalizeHeaderKey(iter->first);
NormalizeHeaderKey  244 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc       headers_[NormalizeHeaderKey(iter->first)] = iter->second;
NormalizeHeaderKey   15 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.h std::string NormalizeHeaderKey(const std::string& s);
NormalizeHeaderKey   55 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc           key = NormalizeHeaderKey(key);