Home
last modified time | relevance | path

Searched defs:scache (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dscache.h118 #define scache_save_endp(scache, ttl, endp_label, endp_prop, fd) \ argument
120 #define scache_find_endp(scache, endp_label, endp_prop) \ argument
122 #define scache_save_dest(scache, ttl, dest_label, dest_prop, endp_label) \ argument
124 #define scache_find_dest(scache, dest_label, dest_prop, endp_prop) \ argument
126 #define scache_size(scache, stats) (scache)->size((scache), (stats)) argument
127 #define scache_free(scache) (scache)->free(scache) argument
H A Dscache_single.c80 SCACHE scache[1]; /* super-class */ member
123 static void scache_single_save_endp(SCACHE *scache, int endp_ttl, in scache_single_save_endp()
147 static int scache_single_find_endp(SCACHE *scache, const char *endp_label, in scache_single_find_endp()
203 static void scache_single_save_dest(SCACHE *scache, int dest_ttl, in scache_single_save_dest()
238 static int scache_single_find_dest(SCACHE *scache, const char *dest_label, in scache_single_find_dest()
265 static void scache_single_size(SCACHE *scache, SCACHE_SIZE *size) in scache_single_size()
276 static void scache_single_free(SCACHE *scache) in scache_single_free()
H A Dscache_clnt.c79 SCACHE scache[1]; /* super-class */ member
101 static void scache_clnt_save_endp(SCACHE *scache, int endp_ttl, in scache_clnt_save_endp()
175 static int scache_clnt_find_endp(SCACHE *scache, const char *endp_label, in scache_clnt_find_endp()
252 static void scache_clnt_save_dest(SCACHE *scache, int dest_ttl, in scache_clnt_save_dest()
317 static int scache_clnt_find_dest(SCACHE *scache, const char *dest_label, in scache_clnt_find_dest()
406 static void scache_clnt_free(SCACHE *scache) in scache_clnt_free()
H A Dscache_multi.c78 SCACHE scache[1]; /* super-class */ member
203 static void scache_multi_save_endp(SCACHE *scache, int ttl, in scache_multi_save_endp()
250 static int scache_multi_find_endp(SCACHE *scache, const char *endp_label, in scache_multi_find_endp()
356 static void scache_multi_save_dest(SCACHE *scache, int ttl, in scache_multi_save_dest()
416 static int scache_multi_find_dest(SCACHE *scache, const char *dest_label, in scache_multi_find_dest()
456 static void scache_multi_size(SCACHE *scache, SCACHE_SIZE *size) in scache_multi_size()
467 static void scache_multi_free(SCACHE *scache) in scache_multi_free()
H A Dscache.c177 static SCACHE *scache; variable
/netbsd-src/sys/net/
H A Dtoeplitz.c148 stoeplitz_cache_init(struct stoeplitz_cache *scache, stoeplitz_key skey) in stoeplitz_cache_init()
173 stoeplitz_hash_ip4(const struct stoeplitz_cache *scache, in stoeplitz_hash_ip4()
180 stoeplitz_hash_ip4port(const struct stoeplitz_cache *scache, in stoeplitz_hash_ip4port()
188 stoeplitz_hash_ip6(const struct stoeplitz_cache *scache, in stoeplitz_hash_ip6()
201 stoeplitz_hash_ip6port(const struct stoeplitz_cache *scache, in stoeplitz_hash_ip6port()
H A Dtoeplitz.h39 stoeplitz_cache_entry(const struct stoeplitz_cache *scache, uint8_t byte) in stoeplitz_cache_entry()
62 stoeplitz_hash_n16(const struct stoeplitz_cache *scache, uint16_t n16) in stoeplitz_hash_n16()
74 stoeplitz_hash_n32(const struct stoeplitz_cache *scache, uint32_t n32) in stoeplitz_hash_n32()
81 stoeplitz_hash_h16(const struct stoeplitz_cache *scache, uint16_t h16) in stoeplitz_hash_h16()
/netbsd-src/external/ibm-public/postfix/dist/src/scache/
H A Dscache.c205 static SCACHE *scache; variable
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dscache.c57 sqlite3_stmt *scache; member
/netbsd-src/sys/dev/pci/
H A Darcmsrvar.h379 uint32_t scache; member