Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CFDataGetLength (0.2 sec)

  1. src/crypto/x509/internal/macos/corefoundation.go

    	}
    	return value, nil
    }
    func x509_CFNumberGetValue_trampoline()
    
    //go:cgo_import_dynamic x509_CFDataGetLength CFDataGetLength "/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation"
    
    func CFDataGetLength(data CFRef) int {
    	ret := syscall(abi.FuncPCABI0(x509_CFDataGetLength_trampoline), uintptr(data), 0, 0, 0, 0, 0)
    	return int(ret)
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 21 20:05:17 UTC 2022
    - 8.4K bytes
    - Viewed (0)
Back to top