Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for EOS (0.02 sec)

  1. cmd/metacache-stream.go

    func (w *metacacheBlockWriter) Close() error {
    	w.wg.Wait()
    	return w.streamErr
    }
    
    type metacacheBlock struct {
    	data  []byte
    	n     int
    	First string `json:"f"`
    	Last  string `json:"l"`
    	EOS   bool   `json:"eos,omitempty"`
    }
    
    func (b metacacheBlock) headerKV() map[string]string {
    	json := jsoniter.ConfigCompatibleWithStandardLibrary
    	v, err := json.Marshal(b)
    	if err != nil {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Wed May 07 15:37:12 UTC 2025
    - 19.5K bytes
    - Viewed (0)
  2. cmd/metacache-set.go

    			return -1, err
    		}
    		if tmp.First == "" && tmp.Last == "" && tmp.EOS {
    			return 0, errFileNotFound
    		}
    		if tmp.First >= search {
    			o.debugln("First >= search", v)
    			return i, nil
    		}
    		if tmp.Last >= search {
    			o.debugln("Last >= search", v)
    			return i, nil
    		}
    		if tmp.EOS {
    			o.debugln("no match, at EOS", v)
    			return -3, io.EOF
    		}
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 30.7K bytes
    - Viewed (0)
  3. cmd/testdata/xl-meta-merge.zip

    JetX{oç¦½Ò Qò ¼ÙyD^¾ P}IC\iˆ…[Jing2¢ CÖÆÉÒZqhLmD²hwPï\oNo÷òzŠebì¢vÖY|Uå im ê *wB~mc at ‘¦GaFz¼ NqIUÖG¾ iðû cªï lRG슑²I^ï?iv);ã2lY¾Âqû\b¦cÚ.ñSx]_Å]˜²md:†²pDeÀiM²Zs~: }à› ¾qïLDK\2²)cq„7 S` Jã yDs®…Y|e @iVÚ}qC=ºdTDBI„1™iej.û=¯Hñgu‘oityY£jgòWB {Hqvix]éòs»oñÊuGx|s ñÈyGCÊ}©ûyr}T÷¨j@ej%Æxm| éy\Cª}oWZPIÂu²pc{Å K`pix]íbšÄÆ % ¾µpqlZï„Ì* , :09†ê}jPñ QRI¾AY} ãjn¼R[¢XUT<ˆ¬Ó (=4%áÜÆ}^ nvw¾g}ã3}¼#4 1qV7 „EÕ¢GªåuxzKûTEDˆU]û~w„ãx¢KHJï ezil¾LyV ˆÚshW÷e¢ÜÆJbHGfÂÌñ*}GZ¢DCò¬½Rˆ¡´š ­º–€ µv §š´µœ•Œ‚ ®¼^¾¤GUec2co·ainu...
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Mar 08 17:50:48 UTC 2024
    - 30.2K bytes
    - Viewed (0)
Back to top