Home
last modified time | relevance | path

Searched refs:INSUFFICIENT_STORAGE (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/http/
D__init__.py145 INSUFFICIENT_STORAGE = 507, 'Insufficient Storage' variable in HTTPStatus
/third_party/nghttp2/third-party/llhttp/include/
Dllhttp.h512 XX(507, INSUFFICIENT_STORAGE, INSUFFICIENT_STORAGE) \
/third_party/python/Doc/library/
Dhttp.rst120 ``507`` ``INSUFFICIENT_STORAGE`` WebDAV :rfc:`4918`, Section 11.5
/third_party/node/src/
Dnode_http_common.h184 V(INSUFFICIENT_STORAGE, 507) \
/third_party/mbedtls/docs/architecture/testing/
Dinvasive-testing.md340 Goal: test the robustness against write errors (`STORAGE_FAILURE` or `INSUFFICIENT_STORAGE`).