OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crecp
(Results
1 - 3
of
3
) sorted by null
/external/dnsmasq/src/
cache.c
67
static void cache_free(struct crec *
crecp
);
68
static void cache_unlink(struct crec *
crecp
);
69
static void cache_link(struct crec *
crecp
);
71
static void cache_hash(struct crec *
crecp
);
75
struct crec *
crecp
;
local
85
crecp
= safe_malloc(daemon->cachesize*sizeof(struct crec));
87
for (i=0; i < daemon->cachesize; i++,
crecp
++)
89
cache_link(
crecp
);
90
crecp
->flags = 0;
91
crecp
->uid = uid++
272
struct crec *
crecp
, **up;
local
[
all
...]