OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lim1
(Results
1 - 1
of
1
) sorted by null
/external/mdnsresponder/mDNSCore/
DNSCommon.c
484
const mDNSu8 *const
lim1
= name->c + MAX_DOMAIN_NAME - 1; // Limit of how much we can add (not counting final zero)
local
486
const mDNSu8 *const lim = (
lim1
< lim2) ?
lim1
: lim2;
[
all
...]
Completed in 213 milliseconds