Searched defs:curmatch (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/lib/libz/contrib/asm686/
H A Dmatch.S53 #define curmatch 60 define
85 /* uInt longest_match(deflate_state *deflatestate, IPos curmatch) */
112 movl curmatch(%esp), %ecx
215 * %ecx = curmatch
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c10597 McastResolver *curmatch = mDNSNULL; local
10609 curmatch = curr;
10613 LogInfo("GetTimeoutForMcastQuestion: question %##s curmatch %p, Timeout %d", question->qname.c, curmatch,
10614 curmatch ? curmatch->timeout : DEFAULT_MCAST_TIMEOUT);
10615 return ( curmatch ? curmatch->timeout : DEFAULT_MCAST_TIMEOUT);
10787 DNSServer *curmatch = mDNSNULL; local
10847 curmatch
10861 DNSServer *curmatch = mDNSNULL; local
10888 DNSServer *curmatch = mDNSNULL; local
[all...]

Completed in 98 milliseconds