OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:smallrdatastorage
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c
5793
if (rr->resrec.rdata && rr->resrec.rdata != (RData*)&rr->
smallrdatastorage
)
5820
if (r->resrec.rdata && r->resrec.rdata != (RData*)&r->
smallrdatastorage
) mDNSPlatformMemFree(r->resrec.rdata);
6469
r->resrec.rdata = (RData*)&r->
smallrdatastorage
; // By default, assume we're usually going to be using local storage
9913
if (rr->resrec.rdata == (RData*)&rr->
smallrdatastorage
&& RDLength > InlineCacheRDSize)
9915
else if (rr->resrec.rdata != (RData*)&rr->
smallrdatastorage
&& RDLength <= InlineCacheRDSize)
12055
const RDataBody2 *const rdb = (const RDataBody2 *)rr->
smallrdatastorage
.data;
13584
cr->resrec.rdata = (RData*)&cr->
smallrdatastorage
;
mDNSEmbeddedAPI.h
1648
RData_small
smallrdatastorage
; // Storage for small records is right here (4 bytes header + 68 bytes data = 72 bytes)
member in struct:CacheRecord_struct
DNSCommon.c
4031
rr->resrec.rdata = (RData*)&rr->
smallrdatastorage
;
Completed in 50 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026