Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for sendto (1.57 sec)

  1. api/go1.16.txt

    pkg syscall (darwin-arm64), func Sendmsg(int, []uint8, []uint8, Sockaddr, int) error
    pkg syscall (darwin-arm64), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error)
    pkg syscall (darwin-arm64), func Sendto(int, []uint8, int, Sockaddr) error
    pkg syscall (darwin-arm64), func SetBpf //deprecated
    pkg syscall (darwin-arm64), func SetBpf(int, []BpfInsn) error
    pkg syscall (darwin-arm64), func SetBpfBuflen //deprecated
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  2. src/net/http/h2_bundle.go

    	sc.serveG.check()
    	var streamID uint32
    	var send int32
    	if st == nil {
    		send = sc.inflow.add(n)
    	} else {
    		streamID = st.id
    		send = st.inflow.add(n)
    	}
    	if send == 0 {
    		return
    	}
    	sc.writeFrame(http2FrameWriteRequest{
    		write:  http2writeWindowUpdate{streamID: streamID, n: uint32(send)},
    		stream: st,
    	})
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="application/mbms-register-response+xml"/>
      <mime-type type="application/mbms-user-service-description+xml"/>
    
      <mime-type type="application/mbox">
        <!-- MBOX files start with "From [sender] [date]" -->
        <!-- To avoid false matches, check for other headers after that -->
    
        <magic priority="70">
          <match value="From " type="string" offset="0">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top