HomeSort by relevance Sort by last modified time
    Searched refs:search_key (Results 1 - 5 of 5) sorted by null

  /external/syslinux/core/fs/btrfs/
btrfs.c 358 struct btrfs_disk_key search_key; local
367 search_key.objectid = BTRFS_FIRST_CHUNK_TREE_OBJECTID;
368 search_key.type = BTRFS_CHUNK_ITEM_KEY;
369 search_key.offset = 0;
371 search_tree(fs, bfs->sb.chunk_root, &search_key, &path);
374 if (btrfs_comp_keys_type(&search_key,
384 } while (!next_slot(fs, &search_key, &path));
385 if (btrfs_comp_keys_type(&search_key, &path.item.key))
387 } while (!next_leaf(fs, &search_key, &path));
401 struct btrfs_disk_key search_key; local
454 struct btrfs_disk_key search_key; local
485 struct btrfs_disk_key search_key; local
521 struct btrfs_disk_key search_key; local
594 struct btrfs_disk_key search_key; local
    [all...]
  /external/boringssl/src/crypto/err/
err.c 456 uint32_t search_key = lib << 26 | key << 15; local
457 const uint32_t *result = bsearch(&search_key, values, num_values,
  /external/wpa_supplicant_8/src/utils/
edit.c 970 static enum edit_key_code search_key(enum edit_key_code c) function
1013 c = search_key(c);
  /external/libmicrohttpd/src/microhttpd/
daemon.c 375 struct MHD_IPCount search_key; local
384 if (MHD_NO == MHD_ip_addr_to_key (addr, addrlen, &search_key))
390 if (NULL == (nodep = tfind (&search_key,
    [all...]
  /external/curl/packages/vms/
config_h.com 810 $ search_key = key2 - "HAVE_"
813 $ search/output=nl: 'ssl_header_dir'engine.h 'search_key'
    [all...]

Completed in 1065 milliseconds