Home
last modified time | relevance | path

Searched refs:MAX_Q_SIZE (Results 1 – 10 of 10) sorted by relevance

/dports/security/gnutls/gnutls-3.6.16/lib/nettle/int/
H A Ddsa-compute-k.c40 #define MAX_Q_SIZE ((MAX_Q_BITS + 7) / 8) macro
56 uint8_t xp[MAX_Q_SIZE]; in _gnutls_dsa_compute_k()
57 uint8_t tp[MAX_Q_SIZE]; in _gnutls_dsa_compute_k()
/dports/news/inn/inn-2.6.4/innfeed/
H A Dinnfeed.h60 #define MAX_Q_SIZE 20 /* max-queue-size */ macro
H A Dhost.c525 params->maxChecks=MAX_Q_SIZE; in newHostParams()
/dports/sysutils/shlock/inn-2.6.4/innfeed/
H A Dinnfeed.h60 #define MAX_Q_SIZE 20 /* max-queue-size */ macro
H A Dhost.c525 params->maxChecks=MAX_Q_SIZE; in newHostParams()
/dports/news/inn-current/inn-2.7-20211226/innfeed/
H A Dinnfeed.h59 #define MAX_Q_SIZE 20 /* max-queue-size */ macro
H A Dhost.c500 params->maxChecks = MAX_Q_SIZE; in newHostParams()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Odbc/src/Common/System/Data/ProviderBase/
H A DDbConnectionPool.cs54 _poolSemaphore = new Semaphore(0, MAX_Q_SIZE); in PoolWaitHandles()
84 private const int MAX_Q_SIZE = (int)0x00100000; field in System.Data.ProviderBase.DbConnectionPool
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/ProviderBase/
H A DDbConnectionPool.cs301 _poolSemaphore = new Semaphore(0, MAX_Q_SIZE); in PoolWaitHandles()
331 private const int MAX_Q_SIZE = (int)0x00100000; field in System.Data.ProviderBase.DbConnectionPool
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/ProviderBase/
H A DDbConnectionPool.cs335 _poolSemaphore = new Semaphore(0, MAX_Q_SIZE); in PoolWaitHandles()
404 private const int MAX_Q_SIZE = (int)0x00100000; field in System.Data.ProviderBase.DbConnectionPool