Home
last modified time | relevance | path

Searched refs:NewCSlice (Results 1 – 4 of 4) sorted by relevance

/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/siddontang/ledisdb/store/leveldb/
H A Dslice.go19 func NewCSlice(p unsafe.Pointer, n int) *CSlice { func
H A Ddb.go284 return NewCSlice(unsafe.Pointer(value), int(vallen)), nil
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/siddontang/ledisdb/store/rocksdb/
H A Dslice.go20 func NewCSlice(p unsafe.Pointer, n int) *CSlice { func
H A Ddb.go312 return NewCSlice(unsafe.Pointer(value), int(vallen)), nil