OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crec
(Results
1 - 5
of
5
) sorted by null
/external/srec/srec/ca/
Android.mk
52
../
crec
/astar.c \
53
../
crec
/astar_pphash.c \
54
../
crec
/c47mulsp.c \
55
../
crec
/get_fram.c \
56
../
crec
/priority_q.c \
57
../
crec
/rec_norm.c \
58
../
crec
/srec.c \
59
../
crec
/srec_context.c \
60
../
crec
/srec_debug.c \
61
../
crec
/srec_eosd.c
[
all
...]
/external/dnsmasq/src/
cache.c
19
static struct
crec
*cache_head = NULL, *cache_tail = NULL, **hash_table = NULL;
21
static struct
crec
*dhcp_spare = NULL;
23
static struct
crec
*new_chain = NULL;
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;
85
crecp = safe_malloc(daemon->cachesize*sizeof(struct
crec
));
105
struct
crec
**new, **old, *p, *tmp
1038
struct
crec
*
crec
= NULL, *aliasc;
local
[
all
...]
dhcp.c
922
struct
crec
*
crec
;
local
933
(
crec
= cache_find_by_name(NULL, config->hostname, 0, F_IPV4)) &&
934
(
crec
->flags & F_HOSTS))
936
if (cache_find_by_name(
crec
, config->hostname, 0, F_IPV4))
939
while (
crec
&& !(
crec
->flags & F_REVERSE))
940
crec
= cache_find_by_name(
crec
, config->hostname, 0, F_IPV4);
941
if (!
crec
)
[
all
...]
dnsmasq.h
260
struct
crec
{
struct
261
struct
crec
*next, *prev, *hash_next;
267
struct
crec
*cache;
694
struct
crec
*cache_find_by_addr(struct
crec
*crecp,
697
struct
crec
*cache_find_by_name(struct
crec
*crecp,
701
struct
crec
*cache_insert(char *name, struct all_addr *addr,
707
char *cache_get_name(struct
crec
*crecp);
rfc1035.c
661
struct
crec
*cpp = NULL;
744
struct
crec
*newc;
943
struct
crec
*crecp;
1115
static unsigned long crec_ttl(struct
crec
*crecp, time_t now)
1140
struct
crec
*crecp;
[
all
...]
Completed in 96 milliseconds