- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 54 for ErrorCode (0.09 sec)
-
src/main/java/jcifs/smb/SmbTransportImpl.java
throw new IOException("Invalid payload size: " + size); } int errorCode = Encdec.dec_uint32le(buffer, 9) & 0xFFFFFFFF; if ( resp.getCommand() == ServerMessageBlock.SMB_COM_READ_ANDX && ( errorCode == 0 || errorCode == NtStatus.NT_STATUS_BUFFER_OVERFLOW ) ) { // overflow indicator normal for pipe
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Wed Jan 18 23:47:00 UTC 2023 - 67K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbComTransactionResponse.java
void reset() { super.reset(); bufDataStart = 0; isPrimary = hasMore = true; parametersDone = dataDone = false; } public boolean hasMoreElements() { return errorCode == 0 && hasMore; } public Object nextElement() { if( isPrimary ) { isPrimary = false; } return this; }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 21:10:40 UTC 2019 - 6K bytes - Viewed (0) -
cmd/warm-backend-azure.go
if !ok { // We don't interpret non Azure errors. As azure errors will // have StatusCode to help to convert to object errors. return err } serviceCode := azureErr.ErrorCode statusCode := azureErr.StatusCode return azureCodesToObjectError(err, serviceCode, statusCode, bucket, object) }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 31 22:10:24 UTC 2024 - 7K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/AndXServerMessageBlock.java
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Mon Nov 28 10:56:27 UTC 2022 - 14.3K bytes - Viewed (0) -
okhttp-android/src/main/baseline-prof.txt
HSPLokhttp3/internal/http/StatusLine;-><init>(Lokhttp3/Protocol;ILjava/lang/String;)V HSPLokhttp3/internal/http/StatusLine;->parse(Ljava/lang/String;)Lokhttp3/internal/http/StatusLine; HSPLokhttp3/internal/http2/ErrorCode;-><clinit>()V HSPLokhttp3/internal/http2/ErrorCode;-><init>(Ljava/lang/String;II)V HSPLokhttp3/internal/http2/Header;-><clinit>()V HSPLokhttp3/internal/http2/Header;-><init>(Ljava/lang/String;Ljava/lang/String;)V
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Mar 21 11:22:00 UTC 2022 - 127.9K bytes - Viewed (0) -
api/go1.9.txt
pkg go/types, method (*TypeName) IsAlias() bool pkg hash/fnv, func New128() hash.Hash pkg hash/fnv, func New128a() hash.Hash pkg html/template, const ErrPredefinedEscaper = 11 pkg html/template, const ErrPredefinedEscaper ErrorCode pkg image/png, type Encoder struct, BufferPool EncoderBufferPool pkg image/png, type EncoderBuffer struct pkg image/png, type EncoderBufferPool interface { Get, Put }
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Mon Oct 04 20:20:20 UTC 2021 - 10.7K bytes - Viewed (0) -
api/go1.19.txt
pkg os/exec, type Cmd struct, Err error #43724 pkg os/exec, var ErrDot error #43724 pkg regexp/syntax, const ErrNestingDepth = "expression nests too deeply" #51684 pkg regexp/syntax, const ErrNestingDepth ErrorCode #51684 pkg runtime/debug, func SetMemoryLimit(int64) int64 #48409 pkg sort, func Find(int, func(int) int) (int, bool) #50340 pkg sync/atomic, method (*Bool) CompareAndSwap(bool, bool) bool #50860
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 02 16:29:41 UTC 2022 - 17.9K bytes - Viewed (0) -
api/go1.21.txt
pkg go/token, method (*File) Lines() []int #57708 pkg go/types, method (*Package) GoVersion() string #61175 pkg html/template, const ErrJSTemplate = 12 #59584 pkg html/template, const ErrJSTemplate ErrorCode #59584 pkg io/fs, func FormatDirEntry(DirEntry) string #54451 pkg io/fs, func FormatFileInfo(FileInfo) string #54451 pkg log/slog, const KindAny = 0 #56345 pkg log/slog, const KindAny Kind #56345
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Mon Aug 07 09:39:17 UTC 2023 - 25.6K bytes - Viewed (0) -
cmd/object-handlers.go
defer objectRSC.Close() s3Select, err := s3select.NewS3Select(r.Body) if err != nil { if serr, ok := err.(s3select.SelectError); ok { encodedErrorResponse := encodeResponse(APIErrorResponse{ Code: serr.ErrorCode(), Message: serr.ErrorMessage(), BucketName: bucket, Key: object, Resource: r.URL.Path, RequestID: w.Header().Get(xhttp.AmzRequestID), HostID: globalDeploymentID(),
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sat Oct 05 05:16:15 UTC 2024 - 117.4K bytes - Viewed (0) -
api/go1.txt
pkg html/template, const ErrAmbigContext ErrorCode pkg html/template, const ErrBadHTML ErrorCode pkg html/template, const ErrBranchEnd ErrorCode pkg html/template, const ErrEndContext ErrorCode pkg html/template, const ErrNoSuchTemplate ErrorCode pkg html/template, const ErrOutputContext ErrorCode pkg html/template, const ErrPartialCharset ErrorCode pkg html/template, const ErrPartialEscape ErrorCode
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)