/dports/news/mmail/mmail-0.52/mmail/ |
H A D | pktbase.cc | 55 maxConf++; in cleanup() 57 while (maxConf--) { in cleanup() 58 delete[] body[maxConf]; in cleanup() 59 delete[] areas[maxConf].name; in cleanup() 76 maxConf--; in initBody() 79 for (x = hasPers; x < maxConf; x++) { in initBody() 107 if ((lastres >= maxConf) || (areas[lastres].num > area)) in getXNum() 110 for (int x = 0; x < maxConf; x++) in getXNum() 115 lastres %= maxConf; in getXNum() 184 return maxConf; in getNoOfAreas()
|
H A D | soup.cc | 253 while (maxConf--) { in ~soup() 254 delete[] body[maxConf]; in ~soup() 255 delete[] areas[maxConf]->name; in ~soup() 256 delete areas[maxConf]; in ~soup() 367 body = new bodytype *[maxConf]; in buildIndices() 371 for (x = 0; x < maxConf; x++) { in buildIndices() 636 maxConf = 1; in readAreas() 685 sprintf(tmparea->numA, "%5d", maxConf++); in readAreas() 691 areas = new AREAs *[maxConf]; in readAreas() 693 for (int i = 0; i < maxConf; i++) { in readAreas()
|
H A D | omen.cc | 58 body = new bodytype *[maxConf]; in buildIndices() 60 for (x = 0; x < maxConf; x++) { in buildIndices() 254 maxConf = (wl->getSize() - 41) / sizeof(ATMP) + 1; in readSystemBBS() 265 areas = new AREAs[maxConf]; in readSystemBBS() 266 areatmp = new ATMP[maxConf - 1]; in readSystemBBS() 268 if (!fread(areatmp, sizeof(ATMP), maxConf - 1, infile)) in readSystemBBS() 278 for (int x = 1; x < maxConf; x++) { in readSystemBBS()
|
H A D | bw.cc | 28 body = new bodytype *[maxConf]; in bluewave() 39 while (maxConf--) in ~bluewave() 40 delete[] body[maxConf]; in ~bluewave() 341 maxConf = (mm->workList->getSize() - infoHeaderLen) / infoAreainfoLen + 1; in initInf() 343 areas = new INF_AREA_INFO[maxConf]; in initInf() 344 mixID = new int[maxConf]; in initInf() 346 for (int d = 1; d < maxConf; d++) { in initInf() 380 for (d = mixIndex + 1; d < maxConf; d++) in initMixID() 399 for (c = 1; c < maxConf; c++) in initMixID() 423 maxConf--; in initMixID()
|
H A D | qwk.cc | 251 maxConf--; in externalIndex() 322 maxConf++; in externalIndex() 324 for (int x = 0; x < maxConf; x++) { in externalIndex() 339 body = new bodytype *[maxConf]; in readIndices() 341 for (x = 0; x < maxConf; x++) { in readIndices() 544 maxConf = atoi(nextLine()) + 2; // 11: Max conf # in readControlDat() 546 areas = new AREAs[maxConf]; in readControlDat() 554 for (c = 1; c < maxConf; c++) { in readControlDat()
|
H A D | opx.cc | 53 body = new bodytype *[maxConf]; in buildIndices() 55 for (x = 0; x < maxConf; x++) { in buildIndices() 319 maxConf = getshort(header.numofareas) + 1; in readBrdinfoDat() 320 areas = new AREAs[maxConf]; in readBrdinfoDat() 324 brdCount = maxConf - extCount; in readBrdinfoDat() 331 for (c = 1; c < maxConf; c++) { in readBrdinfoDat()
|
H A D | pktbase.h | 42 int maxConf, numMsgs, ID, currentArea, currentLetter; variable
|
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/btcsuite/btcd/rpcclient/ |
H A D | wallet.go | 195 func (c *Client) ListUnspentMinMaxAsync(minConf, maxConf int) FutureListUnspentResult { 196 cmd := btcjson.NewListUnspentCmd(&minConf, &maxConf, nil) 205 func (c *Client) ListUnspentMinMaxAddressesAsync(minConf, maxConf int, addrs []btcutil.Address) Fut… 211 cmd := btcjson.NewListUnspentCmd(&minConf, &maxConf, &addrStrs) 232 func (c *Client) ListUnspentMinMax(minConf, maxConf int) ([]btcjson.ListUnspentResult, error) { 233 return c.ListUnspentMinMaxAsync(minConf, maxConf).Receive() 239 func (c *Client) ListUnspentMinMaxAddresses(minConf, maxConf int, addrs []btcutil.Address) ([]btcjs… 240 return c.ListUnspentMinMaxAddressesAsync(minConf, maxConf, addrs).Receive()
|
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/btcsuite/btcd/rpcclient/ |
H A D | wallet.go | 195 func (c *Client) ListUnspentMinMaxAsync(minConf, maxConf int) FutureListUnspentResult { 196 cmd := btcjson.NewListUnspentCmd(&minConf, &maxConf, nil) 205 func (c *Client) ListUnspentMinMaxAddressesAsync(minConf, maxConf int, addrs []btcutil.Address) Fut… 211 cmd := btcjson.NewListUnspentCmd(&minConf, &maxConf, &addrStrs) 232 func (c *Client) ListUnspentMinMax(minConf, maxConf int) ([]btcjson.ListUnspentResult, error) { 233 return c.ListUnspentMinMaxAsync(minConf, maxConf).Receive() 239 func (c *Client) ListUnspentMinMaxAddresses(minConf, maxConf int, addrs []btcutil.Address) ([]btcjs… 240 return c.ListUnspentMinMaxAddressesAsync(minConf, maxConf, addrs).Receive()
|
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/rpc/ |
H A D | names.cpp | 670 int maxConf = -1; in name_scan() local 673 maxConf = options["maxConf"].get_int (); in name_scan() 674 if (maxConf < 0) in name_scan() 701 if (maxConf >= 0) in name_scan() 702 minHeight = ::ChainActive ().Height () - maxConf + 1; in name_scan()
|
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/rpc/ |
H A D | names.cpp | 670 int maxConf = -1; in name_scan() local 673 maxConf = options["maxConf"].get_int (); in name_scan() 674 if (maxConf < 0) in name_scan() 701 if (maxConf >= 0) in name_scan() 702 minHeight = ::ChainActive ().Height () - maxConf + 1; in name_scan()
|
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/rpc/ |
H A D | names.cpp | 670 int maxConf = -1; in name_scan() local 673 maxConf = options["maxConf"].get_int (); in name_scan() 674 if (maxConf < 0) in name_scan() 701 if (maxConf >= 0) in name_scan() 702 minHeight = ::ChainActive ().Height () - maxConf + 1; in name_scan()
|
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/rpcclient/ |
H A D | wallet.go | 195 func (c *Client) ListUnspentMinMaxAsync(minConf, maxConf int) FutureListUnspentResult { 196 cmd := btcjson.NewListUnspentCmd(&minConf, &maxConf, nil) 205 func (c *Client) ListUnspentMinMaxAddressesAsync(minConf, maxConf int, addrs []btcutil.Address) Fut… 211 cmd := btcjson.NewListUnspentCmd(&minConf, &maxConf, &addrStrs) 232 func (c *Client) ListUnspentMinMax(minConf, maxConf int) ([]btcjson.ListUnspentResult, error) { 233 return c.ListUnspentMinMaxAsync(minConf, maxConf).Receive() 239 func (c *Client) ListUnspentMinMaxAddresses(minConf, maxConf int, addrs []btcutil.Address) ([]btcjs… 240 return c.ListUnspentMinMaxAddressesAsync(minConf, maxConf, addrs).Receive()
|
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/rpcclient/ |
H A D | wallet.go | 195 func (c *Client) ListUnspentMinMaxAsync(minConf, maxConf int) FutureListUnspentResult { 196 cmd := btcjson.NewListUnspentCmd(&minConf, &maxConf, nil) 205 func (c *Client) ListUnspentMinMaxAddressesAsync(minConf, maxConf int, addrs []btcutil.Address) Fut… 211 cmd := btcjson.NewListUnspentCmd(&minConf, &maxConf, &addrStrs) 232 func (c *Client) ListUnspentMinMax(minConf, maxConf int) ([]btcjson.ListUnspentResult, error) { 233 return c.ListUnspentMinMaxAsync(minConf, maxConf).Receive() 239 func (c *Client) ListUnspentMinMaxAddresses(minConf, maxConf int, addrs []btcutil.Address) ([]btcjs… 240 return c.ListUnspentMinMaxAddressesAsync(minConf, maxConf, addrs).Receive()
|
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/rpcclient/ |
H A D | wallet.go | 195 func (c *Client) ListUnspentMinMaxAsync(minConf, maxConf int) FutureListUnspentResult { 196 cmd := btcjson.NewListUnspentCmd(&minConf, &maxConf, nil) 205 func (c *Client) ListUnspentMinMaxAddressesAsync(minConf, maxConf int, addrs []btcutil.Address) Fut… 211 cmd := btcjson.NewListUnspentCmd(&minConf, &maxConf, &addrStrs) 232 func (c *Client) ListUnspentMinMax(minConf, maxConf int) ([]btcjson.ListUnspentResult, error) { 233 return c.ListUnspentMinMaxAsync(minConf, maxConf).Receive() 239 func (c *Client) ListUnspentMinMaxAddresses(minConf, maxConf int, addrs []btcutil.Address) ([]btcjs… 240 return c.ListUnspentMinMaxAddressesAsync(minConf, maxConf, addrs).Receive()
|
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/rpcclient/ |
H A D | wallet.go | 195 func (c *Client) ListUnspentMinMaxAsync(minConf, maxConf int) FutureListUnspentResult { 196 cmd := btcjson.NewListUnspentCmd(&minConf, &maxConf, nil) 205 func (c *Client) ListUnspentMinMaxAddressesAsync(minConf, maxConf int, addrs []btcutil.Address) Fut… 211 cmd := btcjson.NewListUnspentCmd(&minConf, &maxConf, &addrStrs) 232 func (c *Client) ListUnspentMinMax(minConf, maxConf int) ([]btcjson.ListUnspentResult, error) { 233 return c.ListUnspentMinMaxAsync(minConf, maxConf).Receive() 239 func (c *Client) ListUnspentMinMaxAddresses(minConf, maxConf int, addrs []btcutil.Address) ([]btcjs… 240 return c.ListUnspentMinMaxAddressesAsync(minConf, maxConf, addrs).Receive()
|
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/btcjson/ |
H A D | walletsvrcmds.go | 450 func NewListUnspentCmd(minConf, maxConf *int, addresses *[]string) *ListUnspentCmd { 453 MaxConf: maxConf,
|
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/btcjson/ |
H A D | walletsvrcmds.go | 450 func NewListUnspentCmd(minConf, maxConf *int, addresses *[]string) *ListUnspentCmd { 453 MaxConf: maxConf,
|
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/btcjson/ |
H A D | walletsvrcmds.go | 450 func NewListUnspentCmd(minConf, maxConf *int, addresses *[]string) *ListUnspentCmd { 453 MaxConf: maxConf,
|
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/btcsuite/btcd/btcjson/ |
H A D | walletsvrcmds.go | 426 func NewListUnspentCmd(minConf, maxConf *int, addresses *[]string) *ListUnspentCmd { 429 MaxConf: maxConf,
|
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/btcsuite/btcd/btcjson/ |
H A D | walletsvrcmds.go | 426 func NewListUnspentCmd(minConf, maxConf *int, addresses *[]string) *ListUnspentCmd { 429 MaxConf: maxConf,
|
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/btcjson/ |
H A D | walletsvrcmds.go | 450 func NewListUnspentCmd(minConf, maxConf *int, addresses *[]string) *ListUnspentCmd { 453 MaxConf: maxConf,
|
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/src/ |
H A D | circlesgrid.cpp | 1324 int maxConf = -1; in findLongestPath() local 1328 if (confidences[i] > maxConf) in findLongestPath() 1330 maxConf = confidences[i]; in findLongestPath()
|