Searched refs:key (Results 401 - 425 of 570) sorted by relevance

<<11121314151617181920>>

/haiku/headers/private/file_systems/
H A DQueryParser.h201 const uint8* key = NULL, size_t size = 0) = 0;
252 const uint8* key = NULL, size_t size = 0);
314 const uint8* key = NULL, size_t size = 0);
631 /*! Returns true when the key matches the equation. You have to
712 const char* attributeName, int32 type, const uint8* key, size_t size)
721 if (key == NULL) {
727 buffer = const_cast<uint8*>(key);
845 // let's see if we can use the beginning of the key for positioning
846 // the iterator and adjust the key size; if not, just leave the
1016 int32 type, const uint8* key, size_
711 Match(Entry* entry, Node* node, const char* attributeName, int32 type, const uint8* key, size_t size) argument
[all...]
/haiku/src/apps/cortex/RouteApp/
H A DConnectionIO.cpp323 // context.writeAttr("key", m_outputNodeKey);
357 // context.writeAttr("key", m_inputNodeKey);
402 const char* key,
404 ImportContext& context) { TOUCH(key); TOUCH(value); TOUCH(context); }
401 xmlImportAttribute( const char* key, const char* value, ImportContext& context) argument
/haiku/src/libs/print/libprint/
H A DPrinterCap.cpp358 PrinterCap::FindCapWithKey(CapID category, const char* key) const
360 KeyPredicate predicate(key);
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dsettings.c77 uint16 key; member in union:_settings_key::_hash
111 #define SK_EQUAL(__name, __id) ((CAST_SK(__name) == (settings_keys[__id].hash.key)) && \
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DLastModifiedIndex.cpp261 LastModifiedIndex::InternalFind(const void* key, size_t length) argument
267 if (!iterator->SetTo(this, *(const time_t*)key)) {
H A DSizeIndex.cpp259 SizeIndex::InternalFind(const void* key, size_t length) argument
265 if (!iterator->SetTo(this, *(const off_t*)key)) {
/haiku/src/apps/pairs/
H A DPairsView.cpp215 size_t key = iter->first; local
242 mapSize -= tmpIconMap.erase(key);
/haiku/src/add-ons/translators/gif/
H A DSavePalette.cpp178 key = k;
230 touch_color_item(SFHash& hash, unsigned int key, uint8 r, uint8 g, uint8 b) argument
232 ColorItem* ci = (ColorItem*)hash.GetItem(key);
234 ci = new(nothrow) ColorItem(key, 1, r, g, b);
310 uint32 key = make_key(r, g, b, useBits); local
311 if (!touch_color_item(hash, key, r, g, b)) {
330 uint32 key = make_key(r, g, b, useBits); local
331 if (!touch_color_item(hash, key, r, g, b)) {
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c2026 * termination entry, hence no key value / data is associated with it
2447 i = ntfs_file_values_compare(&idx->key.file_name,
2448 &idx_entry->key.file_name, 1,
2452 i = ntfs_names_full_collate(idx->key.file_name.file_name, idx->key.file_name.file_name_length,
2453 idx_entry->key.file_name.file_name, idx_entry->key.file_name.file_name_length,
2457 * If @file_name collates before ie->key.file_name,
2465 if (idx->key.file_name.file_name_type !=
2467 idx_entry->key
[all...]
/haiku/src/kits/locale/
H A DCollator.cpp133 BCollator::GetSortKey(const char* string, BString* key) const
162 key->SetTo((char*)buffer);
/haiku/headers/private/kernel/
H A Ddebug.h135 bool (*emergency_key_pressed)(char key);
180 extern bool debug_emergency_key_pressed(char key);
/haiku/src/system/boot/platform/riscv/
H A Dconsole.cpp212 int key = virtio_input_wait_for_key(); local
214 switch (key) {
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dreparse.c88 REPARSE_INDEX_KEY key; member in struct:REPARSE_INDEX
183 found = &entry->key.file_name;
962 indx.key.reparse_tag = reparse_tag;
964 memcpy(&indx.key.file_id, &file_id, 8);
982 REPARSE_INDEX_KEY key; local
997 key.reparse_tag = *preparse_tag;
999 memcpy(&key.file_id, &file_id, 8);
1000 if (!ntfs_index_lookup(&key, sizeof(REPARSE_INDEX_KEY), xr)
/haiku/headers/posix/
H A Dstdlib.h145 extern void *bsearch(const void *key, const void *base, size_t numElements,
175 extern void setkey(const char *key);
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_data.c260 res_sendsigned(const u_char *buf, int buflen, ns_tsig_key *key, argument
268 return (res_nsendsigned(&_nres, buf, buflen, key, ans, anssiz));
/haiku/src/apps/haikudepot/build/scripts/
H A Dhdsjsonschemacommon.py145 result.sort(key= lambda v: v["cppname"])
253 key= lambda item: item["name"]
/haiku/src/apps/haikudepot/model/
H A DModel.cpp730 BPasswordKey key; local
734 passwordIdentifier, key);
738 result = keyStore.RemoveKey(kHaikuDepotKeyring, key);
767 BPasswordKey key; local
772 passwordIdentifier, key) == B_OK) {
773 password = key.Password();
802 // adding a key that is already there does not seem to override the
803 // existing key so the old key needs to be removed first.
811 BPasswordKey key(passwordClea
[all...]
/haiku/src/servers/input/
H A DInputServer.cpp744 return reply->AddInt32("key", fKeys.caps_key);
746 return reply->AddInt32("key", fKeys.num_key);
748 return reply->AddInt32("key", fKeys.scroll_key);
750 return reply->AddInt32("key", fKeys.left_shift_key);
752 return reply->AddInt32("key", fKeys.right_shift_key);
754 return reply->AddInt32("key", fKeys.left_command_key);
756 return reply->AddInt32("key", fKeys.right_command_key);
758 return reply->AddInt32("key", fKeys.left_control_key);
760 return reply->AddInt32("key", fKeys.right_control_key);
762 return reply->AddInt32("key", fKey
776 int32 modifier, key; local
[all...]
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_crypto_ccmp.c132 "%s: Invalid key length %u, expecting %u\n",
162 * Add privacy headers appropriate for the specified key.
231 * received frame. The specified key should be correct but
450 ccmp_encrypt(struct ieee80211_key *key, struct mbuf *m0, int hdrlen) argument
452 struct ccmp_ctx *ctx = key->wk_private;
464 ccmp_init_blocks(&ctx->cc_aes, wh, key->wk_keytsc,
595 ccmp_decrypt(struct ieee80211_key *key, u_int64_t pn, struct mbuf *m, int hdrlen) argument
597 struct ccmp_ctx *ctx = key->wk_private;
/haiku/src/kits/tracker/infowindow/
H A DHeaderView.cpp204 // Add filter for catching B_RETURN and B_ESCAPE key's
649 uchar key; local
660 if (message->FindInt8("byte", (int8*)&key) != B_OK)
663 if (key == B_RETURN || key == B_ESCAPE) {
664 attribView->FinishEditingTitle(key == B_RETURN);
/haiku/headers/private/kernel/util/
H A DMinMaxHeap.h86 inline status_t Insert(Element* element, Key key);
292 MIN_MAX_HEAP_CLASS_NAME::Insert(Element* element, Key key) argument
314 link->fKey = key;
/haiku/src/apps/mail/
H A DSignature.cpp511 TSigTextView::KeyDown(const char *key, int32 count) argument
517 switch (key[0]) {
539 BTextView::KeyDown(key, count);
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteHWInterface.cpp211 RemoteHWInterface::_CallbackCompare(const uint32* key, argument
214 if (info->token == *key)
217 if (info->token < *key)
/haiku/src/system/libnetwork/netresolv/net/
H A Dnsdispatch.c601 ns_dbt key; local
656 key.name = database;
657 dbt = bsearch(&key, _nsmap, _nsmapsize, sizeof(*_nsmap), _nsdbtcmp);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DStatisticsManager.cpp63 HashString user(it.Next().key);

Completed in 205 milliseconds

<<11121314151617181920>>