Home
last modified time | relevance | path

Searched defs:accept (Results 1 – 7 of 7) sorted by relevance

/openbmc/bmcweb/include/
H A Dforward_unauthorized.hpp26 std::string_view accept, crow::Response& res) in sendUnauthorized()
/openbmc/qemu/python/qemu/machine/
H A Dqtest.py93 def accept(self) -> None: member in QEMUQtestProtocol
/openbmc/bmcweb/http/
H A Dhttp_server.hpp82 for (const Acceptor& accept : acceptors) in run() local
H A Dhttp_connection.hpp960 std::string accept; member in crow::Connection
H A Dhttp2_connection.hpp56 std::string accept; member
/openbmc/phosphor-webui/app/server-health/controllers/
H A Dlog-controller.js174 $scope.accept = function() { function
/openbmc/u-boot/lib/
H A Dstring.c336 size_t strspn(const char *s, const char *accept) in strspn()