Home
last modified time | relevance | path

Searched refs:keyNameLength (Results 1 – 18 of 18) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbclient/
H A DMultiVersionTransaction.h72 …FDBFuture* (*transactionGet)(FDBTransaction *tr, uint8_t const *keyName, int keyNameLength, fdb_bo…
73 …FDBFuture* (*transactionGetKey)(FDBTransaction *tr, uint8_t const *keyName, int keyNameLength, fdb…
74 …e* (*transactionGetAddressesForKey)(FDBTransaction *tr, uint8_t const *keyName, int keyNameLength);
80 …void (*transactionSet)(FDBTransaction *tr, uint8_t const *keyName, int keyNameLength, uint8_t cons…
81 void (*transactionClear)(FDBTransaction *tr, uint8_t const *keyName, int keyNameLength);
83 …void (*transactionAtomicOp)(FDBTransaction *tr, uint8_t const *keyName, int keyNameLength, uint8_t…
87 FDBFuture* (*transactionWatch)(FDBTransaction *tr, uint8_t const *keyName, int keyNameLength);
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libnatpmp/
H A Dgetgateway.c275 DWORD keyNameLength = MAX_KEY_LENGTH; in getdefaultgateway() local
352 keyNameLength = MAX_KEY_LENGTH; in getdefaultgateway()
356 … &keyNameLength, // Variable that receives the size of the above buffer in getdefaultgateway()
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/libnatpmp/
H A Dgetgateway.c330 DWORD keyNameLength = MAX_KEY_LENGTH; in getdefaultgateway() local
419 keyNameLength = MAX_KEY_LENGTH; in getdefaultgateway()
423 … &keyNameLength, // Variable that receives the size of the above buffer in getdefaultgateway()
/dports/net/libnatpmp/libnatpmp-20150609/
H A Dgetgateway.c330 DWORD keyNameLength = MAX_KEY_LENGTH; in getdefaultgateway() local
419 keyNameLength = MAX_KEY_LENGTH; in getdefaultgateway()
423 … &keyNameLength, // Variable that receives the size of the above buffer in getdefaultgateway()
/dports/www/firefox-esr/firefox-91.8.0/ipc/mscom/
H A DRegistrationAnnotator.cpp258 DWORD keyNameLength = ArrayLength(keyName); in AnnotateTypelibRegistrationForHive() local
259 result = RegEnumKeyEx(typelibKey, index, keyName, &keyNameLength, nullptr, in AnnotateTypelibRegistrationForHive()
264 nsDependentString strLcid(keyName, keyNameLength); in AnnotateTypelibRegistrationForHive()
/dports/www/firefox/firefox-99.0/ipc/mscom/
H A DRegistrationAnnotator.cpp258 DWORD keyNameLength = ArrayLength(keyName); in AnnotateTypelibRegistrationForHive() local
259 result = RegEnumKeyEx(typelibKey, index, keyName, &keyNameLength, nullptr, in AnnotateTypelibRegistrationForHive()
264 nsDependentString strLcid(keyName, keyNameLength); in AnnotateTypelibRegistrationForHive()
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/mscom/
H A DRegistrationAnnotator.cpp258 DWORD keyNameLength = ArrayLength(keyName); in AnnotateTypelibRegistrationForHive() local
259 result = RegEnumKeyEx(typelibKey, index, keyName, &keyNameLength, nullptr, in AnnotateTypelibRegistrationForHive()
264 nsDependentString strLcid(keyName, keyNameLength); in AnnotateTypelibRegistrationForHive()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/mscom/
H A DRegistrationAnnotator.cpp258 DWORD keyNameLength = ArrayLength(keyName); in AnnotateTypelibRegistrationForHive() local
259 result = RegEnumKeyEx(typelibKey, index, keyName, &keyNameLength, nullptr, in AnnotateTypelibRegistrationForHive()
264 nsDependentString strLcid(keyName, keyNameLength); in AnnotateTypelibRegistrationForHive()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/mscom/
H A DRegistrationAnnotator.cpp261 DWORD keyNameLength = ArrayLength(keyName); in AnnotateTypelibRegistrationForHive() local
262 result = RegEnumKeyEx(typelibKey, index, keyName, &keyNameLength, nullptr, in AnnotateTypelibRegistrationForHive()
267 nsDependentString strLcid(keyName, keyNameLength); in AnnotateTypelibRegistrationForHive()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Native/Unix/System.Security.Cryptography.Native/
H A Dpal_ssl.cpp313 …const char* description, const char* keyName, size_t keyNameLength, const char** value, size_t& va… in GetDescriptionValue() argument
320 const char* valueStart = keyNameStart + keyNameLength; in GetDescriptionValue()
/dports/www/firefox-esr/firefox-91.8.0/dom/events/
H A DKeyEventHandler.cpp502 uint32_t keyNameLength = keyName.Length(); in GetMatchingKeyCode() local
505 if (keyNameLength == gKeyCodes[i].strlength && in GetMatchingKeyCode()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/events/
H A DKeyEventHandler.cpp490 uint32_t keyNameLength = keyName.Length(); in GetMatchingKeyCode() local
493 if (keyNameLength == gKeyCodes[i].strlength && in GetMatchingKeyCode()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/events/
H A DKeyEventHandler.cpp502 uint32_t keyNameLength = keyName.Length(); in GetMatchingKeyCode() local
505 if (keyNameLength == gKeyCodes[i].strlength && in GetMatchingKeyCode()
/dports/www/firefox/firefox-99.0/dom/events/
H A DKeyEventHandler.cpp511 uint32_t keyNameLength = keyName.Length(); in GetMatchingKeyCode() local
514 if (keyNameLength == gKeyCodes[i].strlength && in GetMatchingKeyCode()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xbl/
H A DnsXBLPrototypeHandler.cpp660 uint32_t keyNameLength = keyName.Length(); in GetMatchingKeyCode() local
663 if (keyNameLength == gKeyCodes[i].strlength && in GetMatchingKeyCode()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/xbl/
H A DnsXBLPrototypeHandler.cpp721 uint32_t keyNameLength = keyName.Length(); in GetMatchingKeyCode() local
724 if (keyNameLength == gKeyCodes[i].strlength && in GetMatchingKeyCode()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Dcelestiacore.cpp1214 static bool getKeyName(const char* c, int modifiers, char* keyName, unsigned int keyNameLength) in getKeyName() argument
1221 if (keyNameLength < 4) in getKeyName()
1227 if (keyNameLength < length + 4) in getKeyName()
1233 if (keyNameLength < length + 1) in getKeyName()
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Dcelestiacore.cpp1214 static bool getKeyName(const char* c, int modifiers, char* keyName, unsigned int keyNameLength) in getKeyName() argument
1221 if (keyNameLength < 4) in getKeyName()
1227 if (keyNameLength < length + 4) in getKeyName()
1233 if (keyNameLength < length + 1) in getKeyName()