Home
last modified time | relevance | path

Searched defs:mgmtRequest (Results 1 – 8 of 8) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-couchbase/vendor/github.com/couchbase/gocb/v2/
H A Dmgmt_http.go10 type mgmtRequest struct { struct
11 Service ServiceType
12 Method string
13 Path string
14 Body []byte
15 Headers map[string]string
16 ContentType string
17 IsIdempotent bool
18 UniqueID string
20 Timeout time.Duration
[all …]
H A Derror_http.go49 func makeGenericMgmtError(baseErr error, req *mgmtRequest, resp *mgmtResponse) error {
70 func makeMgmtBadStatusError(message string, req *mgmtRequest, resp *mgmtResponse) error {
H A Dcluster_bucketmgr.go132 func (bm *BucketManager) tryParseErrorMessage(req *mgmtRequest, resp *mgmtResponse) error {
172 func (bm *BucketManager) tryParseFlushErrorMessage(req *mgmtRequest, resp *mgmtResponse) error {
/dports/security/vault/vault-1.8.2/vendor/github.com/couchbase/gocb/v2/
H A Dmgmt_http.go10 type mgmtRequest struct { struct
11 Service ServiceType
12 Method string
13 Path string
14 Body []byte
15 Headers map[string]string
16 ContentType string
17 IsIdempotent bool
18 UniqueID string
20 Timeout time.Duration
[all …]
H A Derror_http.go49 func makeGenericMgmtError(baseErr error, req *mgmtRequest, resp *mgmtResponse) error {
70 func makeMgmtBadStatusError(message string, req *mgmtRequest, resp *mgmtResponse) error {
H A Dcluster_bucketmgr.go132 func (bm *BucketManager) tryParseErrorMessage(req *mgmtRequest, resp *mgmtResponse) error {
172 func (bm *BucketManager) tryParseFlushErrorMessage(req *mgmtRequest, resp *mgmtResponse) error {
/dports/security/shibboleth-sp/shibboleth-sp-3.3.0/shibsp/handler/impl/
H A DSAML2NameIDMgmt.cpp268 const ManageNameIDRequest* mgmtRequest = dynamic_cast<ManageNameIDRequest*>(msg.get()); in doRequest() local
/dports/security/cryptlib/cryptlib-3.4.3/
H A Dcryptkrn.h1094 #define setMessageCertMgmtInfo( certMgmtInfo, mgmtCaKey, mgmtRequest ) \ argument