OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DICT_CACHE
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/util/
dict_cache.h
1
/* $NetBSD:
dict_cache
.h,v 1.3 2026/05/09 18:49:22 christos Exp $ */
8
/*
dict_cache
3h
12
/* #include <
dict_cache
.h>
25
typedef struct
DICT_CACHE
DICT_CACHE
;
28
extern
DICT_CACHE
*dict_cache_open(const char *, int, int);
29
extern void dict_cache_close(
DICT_CACHE
*);
30
extern const char *dict_cache_lookup(
DICT_CACHE
*, const char *);
31
extern int dict_cache_update(
DICT_CACHE
*, const char *, const char *);
32
extern int dict_cache_delete(
DICT_CACHE
*, const char *)
[
all
...]
dict_cache.c
1
/* $NetBSD:
dict_cache
.c,v 1.5 2026/05/09 18:49:22 christos Exp $ */
5
/*
dict_cache
3
9
/* #include <
dict_cache
.h>
11
/*
DICT_CACHE
*dict_cache_open(dbname, open_flags, dict_flags)
17
/*
DICT_CACHE
*cache;
20
/*
DICT_CACHE
*cache;
24
/*
DICT_CACHE
*cache;
29
/*
DICT_CACHE
*cache;
33
/*
DICT_CACHE
*cache;
39
/*
DICT_CACHE
*cache
[
all
...]
/src/external/ibm-public/postfix/dist/src/postscreen/
postscreen_dict.c
15
/* const char *psc_cache_lookup(
DICT_CACHE
*cache, const char *key)
16
/*
DICT_CACHE
*cache;
20
/*
DICT_CACHE
*cache;
41
/* the corresponding
dict_cache
() methods.
134
const char *psc_cache_lookup(
DICT_CACHE
*cache, const char *key)
148
void psc_cache_update(
DICT_CACHE
*cache, const char *key, const char *value)
postscreen.h
20
#include <
dict_cache
.h>
367
extern
DICT_CACHE
*psc_cache_map; /* cache table handle */
479
extern const char *psc_cache_lookup(
DICT_CACHE
*, const char *);
480
extern void psc_cache_update(
DICT_CACHE
*, const char *, const char *);
postscreen.c
452
#include <
dict_cache
.h>
567
DICT_CACHE
*psc_cache_map; /* cache table handle */
/src/external/ibm-public/postfix/dist/src/verify/
verify.c
243
#include <
dict_cache
.h>
279
static
DICT_CACHE
*verify_map;
Completed in 55 milliseconds
Indexes created Wed Aug 12 00:25:48 UTC 2026