Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for stringFind (0.1 sec)

  1. src/internal/trace/order.go

    	// Handle special goroutine-bound event ranges.
    	if err := validateCtx(curCtx, event.UserGoReqs); err != nil {
    		return curCtx, false, err
    	}
    	desc := stringID(0)
    	if ev.typ == go122.EvSTWBegin {
    		desc = stringID(ev.args[0])
    	}
    	gState, ok := o.gStates[curCtx.G]
    	if !ok {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 52.4K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/windows/security_windows.go

    //sys	ConvertSidToStringSid(sid *SID, stringSid **uint16) (err error) = advapi32.ConvertSidToStringSidW
    //sys	ConvertStringSidToSid(stringSid *uint16, sid **SID) (err error) = advapi32.ConvertStringSidToSidW
    //sys	GetLengthSid(sid *SID) (len uint32) = advapi32.GetLengthSid
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 52.5K bytes
    - Viewed (0)
Back to top