Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for _flush (0.24 sec)

  1. src/net/http/h2_bundle.go

    		bw := http2bufWriterPool.Get().(*bufio.Writer)
    		bw.Reset(w.w)
    		w.bw = bw
    	}
    	return w.bw.Write(p)
    }
    
    func (w *http2bufferedWriter) Flush() error {
    	bw := w.bw
    	if bw == nil {
    		return nil
    	}
    	err := bw.Flush()
    	bw.Reset(nil)
    	http2bufWriterPool.Put(bw)
    	w.bw = nil
    	return err
    }
    
    func http2mustUint31(v int32) uint32 {
    	if v < 0 || v > 2147483647 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  2. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const BPF_X ideal-int
    pkg syscall (netbsd-arm64-cgo), const BRKINT = 2
    pkg syscall (netbsd-arm64-cgo), const BRKINT ideal-int
    pkg syscall (netbsd-arm64-cgo), const CFLUSH = 15
    pkg syscall (netbsd-arm64-cgo), const CFLUSH ideal-int
    pkg syscall (netbsd-arm64-cgo), const CLOCAL = 32768
    pkg syscall (netbsd-arm64-cgo), const CLOCAL ideal-int
    pkg syscall (netbsd-arm64-cgo), const CLONE_CSIGNAL = 255
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  3. api/go1.16.txt

    pkg syscall (darwin-arm64), const BPF_X ideal-int
    pkg syscall (darwin-arm64), const BRKINT = 2
    pkg syscall (darwin-arm64), const BRKINT ideal-int
    pkg syscall (darwin-arm64), const CFLUSH = 15
    pkg syscall (darwin-arm64), const CFLUSH ideal-int
    pkg syscall (darwin-arm64), const CLOCAL = 32768
    pkg syscall (darwin-arm64), const CLOCAL ideal-int
    pkg syscall (darwin-arm64), const CREAD = 2048
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	BTS:             "BTS",
    	CALL:            "CALL",
    	CBW:             "CBW",
    	CDQ:             "CDQ",
    	CDQE:            "CDQE",
    	CLC:             "CLC",
    	CLD:             "CLD",
    	CLFLUSH:         "CLFLUSH",
    	CLI:             "CLI",
    	CLTS:            "CLTS",
    	CMC:             "CMC",
    	CMOVA:           "CMOVA",
    	CMOVAE:          "CMOVAE",
    	CMOVB:           "CMOVB",
    	CMOVBE:          "CMOVBE",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.23.md

    - `--log-flush-frequency` had no effect in several commands or was missing. Help and warning texts were not always using the right format for a command (`add_dir_header` instead of `add-dir-header`). Fixing this included cleaning up flag handling in component-base/logs: that package no longer adds flags to the global flag sets. Commands which want the klog and `--log-flush-frequency` flags must explicitly call `logs.AddFlags`; the new `cli.Run`...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.21.md

    - Kube-proxy: remove deprecated --cleanup-ipvs flag of kube-proxy, and make --cleanup flag always to flush IPVS ([#97336](https://github.com/kubernetes/kubernetes/pull/97336), [@maaoBit](https://github.com/maaoBit)) [SIG Network]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  7. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

          <match value="0x0000270a" type="big32" offset="0" />
        </magic>
        <glob pattern="*.shp"/>
      </mime-type>
    
      <mime-type type="application/x-shockwave-flash">
        <acronym>Flash</acronym>
        <_comment>Adobe Flash</_comment>
        <magic priority="50">
          <match value="FWS" type="string" offset="0"/> <!-- F = Uncompressed -->
          <match value="CWS" type="string" offset="0"/> <!-- C = Compressed   -->
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go

    		[6]*argField{ap_Reg_11_15, ap_Reg_6_10}},
    	{DCBF, 0xfc0007fe00000000, 0x7c0000ac00000000, 0x300000100000000, // Data Cache Block Flush X-form (dcbf RA,RB,L)
    		[6]*argField{ap_Reg_11_15, ap_Reg_16_20, ap_ImmUnsigned_8_10}},
    	{DCBST, 0xfc0007fe00000000, 0x7c00006c00000000, 0x3e0000100000000, // Data Cache Block Store X-form (dcbst RA,RB)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 334.7K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.9.md

    #### **IPVS**
    
    *   You can now use the --cleanup-ipvs flag to tell kube-proxy whether to flush all existing ipvs rules in on startup ([#56036](https://github.com/kubernetes/kubernetes/pull/56036),[ @m1093782566](https://github.com/m1093782566))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
Back to top