OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rightmost
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/mDNSShared/dns_objects/objs/
dns_obj_domain_name.c
129
dns_obj_domain_name_t
rightmost
= NULL;
local
147
// result = "*." | the
rightmost
rrsig_label labels of the fqdn
149
rightmost
= dns_obj_domain_name_copy_parent_domain(fqdn, fqdn_labels - rrsig_labels, &err);
152
canonical = dns_obj_domain_name_create_concatenation_with_subdomain(asterisk_labels,
rightmost
, &err);
162
MDNS_DISPOSE_DNS_OBJ(
rightmost
);
/src/external/public-domain/xz/dist/src/liblzma/common/
index.c
55
/// The
rightmost
node in the tree. Since the tree is filled
57
index_tree_node *
rightmost
;
member in struct:__anon24598
186
tree->
rightmost
= NULL;
232
node->parent = tree->
rightmost
;
242
tree->
rightmost
= node;
247
assert(tree->
rightmost
->uncompressed_base <= node->uncompressed_base);
248
assert(tree->
rightmost
->compressed_base < node->compressed_base);
250
// Add the new node after the
rightmost
node. It's the correct
252
tree->
rightmost
->right = node;
253
tree->
rightmost
= node
[
all
...]
/src/external/gpl3/binutils/dist/ld/
ldlang.h
393
lang_section_bst_type **
rightmost
;
member in struct:lang_wild_statement_struct
/src/external/gpl3/binutils.old/dist/ld/
ldlang.h
402
lang_section_bst_type **
rightmost
;
member in struct:lang_wild_statement_struct
Completed in 28 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026