/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | scache.h | 21 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 D | scache_single.c | 80 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 D | scache_clnt.c | 79 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 D | scache_multi.c | 78 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 D | scache.c | 177 static SCACHE *scache; 189 SCACHE *(*create) (void);
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | scache.c | 63 #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 D | icei.cgs | 10 ; Can't really test this because of SCACHE implementation
|
/netbsd-src/external/ibm-public/postfix/dist/src/scache/ |
H A D | scache.c | 205 static SCACHE *scache;
|
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/ |
H A D | smtp.c | 1140 SCACHE *smtp_scache;
|
H A D | smtp.h | 315 extern SCACHE *smtp_scache; /* connection cache instance */
|
/netbsd-src/crypto/external/bsd/heimdal/dist/po/heimdal_krb5/ |
H A D | heimdal_krb5.pot | 1590 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 D | sv_SE.po | 1560 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 D | stop.spell-cc | 1186 SCACHE
|
/netbsd-src/external/gpl3/gdb/dist/sim/common/ |
H A D | ChangeLog-2021 | 5783 (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.
|