Home
last modified time | relevance | path

Searched refs:SCACHE (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dscache.h21 typedef struct SCACHE SCACHE; typedef
47 typedef void (*SCACHE_SAVE_ENDP_FN) (SCACHE *, int, const char *, const char *, int);
48 typedef int (*SCACHE_FIND_ENDP_FN) (SCACHE *, const char *, VSTRING *);
88 typedef void (*SCACHE_SAVE_DEST_FN) (SCACHE *, int, const char *, const char *, const char *);
89 typedef int (*SCACHE_FIND_DEST_FN) (SCACHE *, const char *, VSTRING *, VSTRING *);
105 struct SCACHE { struct
110 void (*size) (struct SCACHE *, SCACHE_SIZE *); argument
111 void (*free) (struct SCACHE *); argument
114 extern SCACHE *scache_single_create(void);
115 extern SCACHE *scache_clnt_create(const char *, int, int, int);
[all …]
H A Dscache_single.c80 SCACHE scache[1]; /* super-class */
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()
294 SCACHE *scache_single_create(void) in scache_single_create()
H A Dscache_clnt.c79 SCACHE scache[1]; /* super-class */
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()
396 static void scache_clnt_size(SCACHE *unused_scache, SCACHE_SIZE *size) in scache_clnt_size()
406 static void scache_clnt_free(SCACHE *scache) in scache_clnt_free()
420 SCACHE *scache_clnt_create(const char *server, int timeout, in scache_clnt_create()
H A Dscache_multi.c78 SCACHE scache[1]; /* super-class */
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()
479 SCACHE *scache_multi_create(void) in scache_multi_create()
H A Dscache.c177 static SCACHE *scache;
189 SCACHE *(*create) (void);
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dscache.c63 #define SCACHE(X) ((krb5_scache *)(X)->data.data) macro
486 return SCACHE(id)->name; in scc_get_name()
564 krb5_scache *s = SCACHE(id); in scc_initialize()
627 scc_free(SCACHE(id)); in scc_close()
635 krb5_scache *s = SCACHE(id); in scc_destroy()
710 krb5_scache *s = SCACHE(id); in scc_store_cred()
817 krb5_scache *s = SCACHE(id); in scc_get_principal()
873 krb5_scache *s = SCACHE(id); in scc_get_first()
974 krb5_scache *s = SCACHE(id); in scc_get_next()
1026 krb5_scache *s = SCACHE(id); in scc_end_get()
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/frv/
H A Dicei.cgs10 ; Can't really test this because of SCACHE implementation
/netbsd-src/external/ibm-public/postfix/dist/src/scache/
H A Dscache.c205 static SCACHE *scache;
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp.c1140 SCACHE *smtp_scache;
H A Dsmtp.h315 extern SCACHE *smtp_scache; /* connection cache instance */
/netbsd-src/crypto/external/bsd/heimdal/dist/po/heimdal_krb5/
H A Dheimdal_krb5.pot1590 msgid "No principal for cache SCACHE:%s:%s"
1595 msgid "Principal data of wrong type for SCACHE:%s:%s"
1600 msgid "Principal not set for SCACHE:%s:%s"
1616 msgid "credential of wrong type for SCACHE:%s:%s"
1621 msgid "Credential of wrong type for SCACHE:%s:%s"
H A Dsv_SE.po1560 msgid "No principal for cache SCACHE:%s:%s"
1565 msgid "Principal data of wrong type for SCACHE:%s:%s"
1570 msgid "Principal not set for SCACHE:%s:%s"
1586 msgid "credential of wrong type for SCACHE:%s:%s"
1591 msgid "Credential of wrong type for SCACHE:%s:%s"
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dstop.spell-cc1186 SCACHE
/netbsd-src/external/gpl3/gdb/dist/sim/common/
H A DChangeLog-20215783 (scache_init): Use runtime computed size of SCACHE.
5789 (ARGBUF,SCACHE,PARALLEL_EXEC): Provide forward decls.
7487 * aclocal.m4 (SIM_AC_OPTION_{SCACHE,DEFAULT_MODEL}): Add.