HomeSort by: relevance | last modified time | path
    Searched defs:SCACHE (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/common/
cgen-defs.h 46 typedef struct scache SCACHE;
67 /* SEM_ARG is intended to hide whether or not the scache is in use from the
69 an SCACHE * even when not using the SCACHE since there's no current win to
70 making it something else ("not using the SCACHE" is like having a cache
73 - consistency with scache version
80 typedef SCACHE *SEM_ARG;
84 case. The first element is the IADDR, the second element is the SCACHE *.
94 typedef SCACHE *SEM_PC
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/common/
cgen-defs.h 46 typedef struct scache SCACHE;
67 /* SEM_ARG is intended to hide whether or not the scache is in use from the
69 an SCACHE * even when not using the SCACHE since there's no current win to
70 making it something else ("not using the SCACHE" is like having a cache
73 - consistency with scache version
80 typedef SCACHE *SEM_ARG;
84 case. The first element is the IADDR, the second element is the SCACHE *.
94 typedef SCACHE *SEM_PC
    [all...]
  /src/external/ibm-public/postfix/dist/src/global/
scache.h 1 /* $NetBSD: scache.h,v 1.3 2020/03/18 19:05:16 christos Exp $ */
8 /* scache 3h
12 /* #include <scache.h>
21 typedef struct SCACHE SCACHE;
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 {
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
scache.c 1 /* $NetBSD: scache.c,v 1.2 2017/01/28 21:31:49 christos Exp $ */
57 sqlite3_stmt *scache; member in struct:krb5_scache
63 #define SCACHE(X) ((krb5_scache *)(X)->data.data)
177 if (s->scache)
178 sqlite3_finalize(s->scache);
222 N_("scache execute %s: %s", ""), str,
349 N_("Error opening scache file %s: %s", ""),
372 N_("Failed to add scache: %d", ""), ret);
435 ret = prepare_stmt(context, s->db, &s->scache, SQL_SCACHE);
471 N_("scache bind principal: %s", "")
    [all...]

Completed in 27 milliseconds