OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ad_cache
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/rpc/
rpcb_clnt.c
221
struct address_cache *
ad_cache
, *cptr, *prevptr;
local in function:add_cache
228
ad_cache
= malloc(sizeof(*
ad_cache
));
229
if (!
ad_cache
) {
232
ad_cache
->ac_host = strdup(host);
233
ad_cache
->ac_netid = strdup(netid);
234
ad_cache
->ac_uaddr = uaddr ? strdup(uaddr) : NULL;
235
ad_cache
->ac_taddr = malloc(sizeof(*
ad_cache
->ac_taddr));
236
if (!
ad_cache
->ac_host || !ad_cache->ac_netid || !ad_cache->ac_taddr |
312
struct address_cache *
ad_cache
;
local in function:getclnthandle
[
all
...]
Completed in 11 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025