Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for sendrecv_call_branch (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/test/java/jcifs/smb/SmbPipeHandleInternalTest.java

            assertEquals(0, n, "Default response length is 0 unless protocol fills it");
        }
    
        @Test
        @DisplayName("sendrecv uses CallNamedPipe when PIPE_TYPE_CALL is set")
        void sendrecv_call_branch() throws Exception {
            int type = SmbPipeResource.PIPE_TYPE_CALL | SmbPipeResource.PIPE_TYPE_RDWR;
            SmbPipeHandleImpl handle = newHandleWithBasicStubs(type, "\\\\pipe\\\\c");
    
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 07:14:38 GMT 2025
    - 16.7K bytes
    - Click Count (0)
Back to Top