Home
last modified time | relevance | path

Searched refs:readFunc (Results 1 – 25 of 521) sorted by relevance

12345678910>>...21

/dports/security/lego/lego-4.5.3/vendor/github.com/sacloud/libsacloud/api/
H A Dpolling.go79 func waitingForAvailableFunc(readFunc func() (hasAvailable, error), maxRetry int) func() (bool, int…
82 v, err := readFunc()
110 func waitingForUpFunc(readFunc func() (hasUpDown, error), maxRetry int) func() (bool, interface{}, …
113 v, err := readFunc()
132 func waitingForDownFunc(readFunc func() (hasUpDown, error), maxRetry int) func() (bool, interface{}…
135 v, err := readFunc()
154 func waitingForReadFunc(readFunc func() (interface{}, error), maxRetry int) func() (bool, interface…
157 v, err := readFunc()
H A Dpolling_test.go164 readFunc := func() (hasAvailable, error) {
173 f := waitingForAvailableFunc(readFunc, maxRetry)
183 readFunc := func() (hasAvailable, error) {
191 f := waitingForAvailableFunc(readFunc, maxRetry)
200 readFunc := func() (hasAvailable, error) {
208 f := waitingForAvailableFunc(readFunc, maxRetry)
218 readFunc := func() (hasAvailable, error) {
223 f := waitingForAvailableFunc(readFunc, maxRetry)
/dports/net/traefik/traefik-2.6.1/vendor/github.com/sacloud/libsacloud/api/
H A Dpolling.go79 func waitingForAvailableFunc(readFunc func() (hasAvailable, error), maxRetry int) func() (bool, int…
82 v, err := readFunc()
110 func waitingForUpFunc(readFunc func() (hasUpDown, error), maxRetry int) func() (bool, interface{}, …
113 v, err := readFunc()
132 func waitingForDownFunc(readFunc func() (hasUpDown, error), maxRetry int) func() (bool, interface{}…
135 v, err := readFunc()
154 func waitingForReadFunc(readFunc func() (interface{}, error), maxRetry int) func() (bool, interface…
157 v, err := readFunc()
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vultr/
H A Dwait.go13 …te(d *schema.ResourceData, meta interface{}, resourceName, prop string, readFunc schema.ReadFunc, …
19 Refresh: resourceStateRefreshFunc(d, meta, prop, readFunc),
32 func resourceStateRefreshFunc(d *schema.ResourceData, meta interface{}, prop string, readFunc schem…
34 if err := readFunc(d, meta); err != nil {
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO/tests/Stream/
H A DStream.CopyToTests.cs21 readFunc: (buffer, offset, count) => 0); in IfCanSeekIsFalseLengthAndPositionShouldNotBeCalled()
50 readFunc: (buffer, offset, count) => 0); in AsyncIfCanSeekIsFalseLengthAndPositionShouldNotBeCalled()
72 readFunc: (buffer, offset, count) => 0, in IfCanSeekIsTrueLengthAndPositionShouldOnlyBeCalledOnce()
90 readFunc: (buffer, offset, count) => 0, in AsyncIfCanSeekIsTrueLengthAndPositionShouldOnlyBeCalledOnce()
116 readFunc: (buffer, offset, count) => 0); in IfLengthIsLessThanOrEqualToPositionCopyToShouldStillBeCalledWithAPositiveBufferSize()
146 readFunc: (buffer, offset, count) => 0); in AsyncIfLengthIsLessThanOrEqualToPositionCopyToShouldStillBeCalledWithAPositiveBufferSize()
171 readFunc: (buffer, offset, count) => 0); in IfLengthMinusPositionPositiveOverflowsBufferSizeShouldStillBePositive()
201 readFunc: (buffer, offset, count) => 0); in AsyncIfLengthMinusPositionPositiveOverflowsBufferSizeShouldStillBePositive()
233 readFunc: (buffer, offset, count) => in IfLengthIsGreaterThanPositionAndDoesNotOverflowEverythingShouldGoNormally()
288 readFunc: (buffer, offset, count) => in AsyncIfLengthIsGreaterThanPositionAndDoesNotOverflowEverythingShouldGoNormally()
/dports/graphics/py-visvis/visvis-1.13.0/functions/
H A DmeshRead.py70 readFunc = visvis.vvio.stl.StlReader.read
73 readFunc = visvis.vvio.wavefront.WavefrontReader.read
75 readFunc = ssdfRead
80 return readFunc(fname, check)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/gopkg.in/olebedev/go-duktape.v3/
H A Ddebugger.go58 readFunc DebugReadFunc
94 func (d *Debugger) newAttachment(readFunc DebugReadFunc,
108 readFunc: readFunc,
154 readFunc DebugReadFunc,
163 if readFunc == nil {
171 readFunc,
226 return (C.duk_size_t)(a.readFunc(a.uData, b))
/dports/www/R-cran-shiny/shiny/man/
H A DreactiveFileReader.Rd7 reactiveFileReader(intervalMillis, session, filePath, readFunc, ...)
18 \item{filePath}{The file path to poll against and to pass to \code{readFunc}.
22 \item{readFunc}{The function to use to read the file; must expect the first
26 \item{...}{Any additional arguments to pass to \code{readFunc} whenever it is
43 The \code{intervalMillis}, \code{filePath}, and \code{readFunc} functions
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/exp/norm/
H A Dreadwriter_test.go23 func readFunc(size int) appendFunc { func
40 runAppendTests(t, name, NFKC, readFunc(s), appendTests)
42 runAppendTests(t, name, NFKC, readFunc(s), ioTests)
/dports/graphics/libprojectm/projectm-3.1.12/src/projectM-qt/
H A Dqxmlplaylisthandler.hpp31 static QXmlStreamReader::Error readPlaylist (QIODevice * device, ReadFunctor & readFunc);
45 …lStreamReader::Error QXmlPlaylistHandler::readPlaylist (QIODevice * device, ReadFunctor & readFunc) in readPlaylist() argument
63 readFunc.setPlaylistDesc(reader.text().toString().replace("&", "&")); in readPlaylist()
67 readPlaylistItem<ReadFunctor>(reader, readFunc); in readPlaylist()
/dports/games/xblast/xblast-2.10.4/
H A Dcom_base.c50 CommInit (XBComm * comm, XBCommType type, XBSocket * socket, XBCommFunc readFunc, in CommInit() argument
69 comm->readFunc = readFunc; in CommInit()
/dports/emulators/qemu/qemu-6.2.0/crypto/
H A Dtlssession.c44 QCryptoTLSSessionReadFunc readFunc; member
85 if (!session->readFunc) { in qcrypto_tls_session_pull()
90 return session->readFunc(buf, len, session->opaque); in qcrypto_tls_session_pull()
426 QCryptoTLSSessionReadFunc readFunc, in qcrypto_tls_session_set_callbacks() argument
430 session->readFunc = readFunc; in qcrypto_tls_session_set_callbacks()
586 QCryptoTLSSessionReadFunc readFunc G_GNUC_UNUSED, in qcrypto_tls_session_set_callbacks()
/dports/emulators/qemu42/qemu-4.2.1/crypto/
H A Dtlssession.c43 QCryptoTLSSessionReadFunc readFunc; member
84 if (!session->readFunc) { in qcrypto_tls_session_pull()
89 return session->readFunc(buf, len, session->opaque); in qcrypto_tls_session_pull()
425 QCryptoTLSSessionReadFunc readFunc, in qcrypto_tls_session_set_callbacks() argument
429 session->readFunc = readFunc; in qcrypto_tls_session_set_callbacks()
585 QCryptoTLSSessionReadFunc readFunc G_GNUC_UNUSED, in qcrypto_tls_session_set_callbacks()
/dports/emulators/qemu60/qemu-6.0.0/crypto/
H A Dtlssession.c43 QCryptoTLSSessionReadFunc readFunc; member
84 if (!session->readFunc) { in qcrypto_tls_session_pull()
89 return session->readFunc(buf, len, session->opaque); in qcrypto_tls_session_pull()
425 QCryptoTLSSessionReadFunc readFunc, in qcrypto_tls_session_set_callbacks() argument
429 session->readFunc = readFunc; in qcrypto_tls_session_set_callbacks()
585 QCryptoTLSSessionReadFunc readFunc G_GNUC_UNUSED, in qcrypto_tls_session_set_callbacks()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/crypto/
H A Dtlssession.c43 QCryptoTLSSessionReadFunc readFunc; member
84 if (!session->readFunc) { in qcrypto_tls_session_pull()
89 return session->readFunc(buf, len, session->opaque); in qcrypto_tls_session_pull()
432 QCryptoTLSSessionReadFunc readFunc, in qcrypto_tls_session_set_callbacks() argument
436 session->readFunc = readFunc; in qcrypto_tls_session_set_callbacks()
589 QCryptoTLSSessionReadFunc readFunc G_GNUC_UNUSED, in qcrypto_tls_session_set_callbacks()
/dports/emulators/qemu5/qemu-5.2.0/crypto/
H A Dtlssession.c43 QCryptoTLSSessionReadFunc readFunc; member
84 if (!session->readFunc) { in qcrypto_tls_session_pull()
89 return session->readFunc(buf, len, session->opaque); in qcrypto_tls_session_pull()
425 QCryptoTLSSessionReadFunc readFunc, in qcrypto_tls_session_set_callbacks() argument
429 session->readFunc = readFunc; in qcrypto_tls_session_set_callbacks()
585 QCryptoTLSSessionReadFunc readFunc G_GNUC_UNUSED, in qcrypto_tls_session_set_callbacks()
/dports/emulators/qemu-utils/qemu-4.2.1/crypto/
H A Dtlssession.c43 QCryptoTLSSessionReadFunc readFunc; member
84 if (!session->readFunc) { in qcrypto_tls_session_pull()
89 return session->readFunc(buf, len, session->opaque); in qcrypto_tls_session_pull()
425 QCryptoTLSSessionReadFunc readFunc, in qcrypto_tls_session_set_callbacks() argument
429 session->readFunc = readFunc; in qcrypto_tls_session_set_callbacks()
585 QCryptoTLSSessionReadFunc readFunc G_GNUC_UNUSED, in qcrypto_tls_session_set_callbacks()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/crypto/
H A Dtlssession.c43 QCryptoTLSSessionReadFunc readFunc; member
84 if (!session->readFunc) { in qcrypto_tls_session_pull()
89 return session->readFunc(buf, len, session->opaque); in qcrypto_tls_session_pull()
425 QCryptoTLSSessionReadFunc readFunc, in qcrypto_tls_session_set_callbacks() argument
429 session->readFunc = readFunc; in qcrypto_tls_session_set_callbacks()
585 QCryptoTLSSessionReadFunc readFunc G_GNUC_UNUSED, in qcrypto_tls_session_set_callbacks()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/crypto/
H A Dtlssession.c43 QCryptoTLSSessionReadFunc readFunc; member
84 if (!session->readFunc) { in qcrypto_tls_session_pull()
89 return session->readFunc(buf, len, session->opaque); in qcrypto_tls_session_pull()
425 QCryptoTLSSessionReadFunc readFunc, in qcrypto_tls_session_set_callbacks() argument
429 session->readFunc = readFunc; in qcrypto_tls_session_set_callbacks()
585 QCryptoTLSSessionReadFunc readFunc G_GNUC_UNUSED, in qcrypto_tls_session_set_callbacks()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/crypto/
H A Dtlssession.c44 QCryptoTLSSessionReadFunc readFunc; member
85 if (!session->readFunc) { in qcrypto_tls_session_pull()
90 return session->readFunc(buf, len, session->opaque); in qcrypto_tls_session_pull()
426 QCryptoTLSSessionReadFunc readFunc, in qcrypto_tls_session_set_callbacks() argument
430 session->readFunc = readFunc; in qcrypto_tls_session_set_callbacks()
586 QCryptoTLSSessionReadFunc readFunc G_GNUC_UNUSED, in qcrypto_tls_session_set_callbacks()
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/misc/cgo/testplugin/testdata/host/
H A Dhost.go73 readFunc, err := p.Lookup("ReadCommonX")
77 if got := readFunc.(func() int)(); got != wantX {
103 readFunc, err = subp.Lookup("ReadCommonX")
107 if got := readFunc.(func() int)(); got != wantX {
/dports/lang/gcc8/gcc-8.5.0/libgo/misc/cgo/testplugin/src/host/
H A Dhost.go73 readFunc, err := p.Lookup("ReadCommonX")
77 if got := readFunc.(func() int)(); got != wantX {
103 readFunc, err = subp.Lookup("ReadCommonX")
107 if got := readFunc.(func() int)(); got != wantX {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/misc/cgo/testplugin/testdata/host/
H A Dhost.go73 readFunc, err := p.Lookup("ReadCommonX")
77 if got := readFunc.(func() int)(); got != wantX {
103 readFunc, err = subp.Lookup("ReadCommonX")
107 if got := readFunc.(func() int)(); got != wantX {
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/misc/cgo/testplugin/src/host/
H A Dhost.go73 readFunc, err := p.Lookup("ReadCommonX")
77 if got := readFunc.(func() int)(); got != wantX {
103 readFunc, err = subp.Lookup("ReadCommonX")
107 if got := readFunc.(func() int)(); got != wantX {
/dports/lang/gcc10/gcc-10.3.0/libgo/misc/cgo/testplugin/testdata/host/
H A Dhost.go73 readFunc, err := p.Lookup("ReadCommonX")
77 if got := readFunc.(func() int)(); got != wantX {
103 readFunc, err = subp.Lookup("ReadCommonX")
107 if got := readFunc.(func() int)(); got != wantX {

12345678910>>...21