Searched refs:scache (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/svn/
H A Dstatus-cmd.c246 struct status_cache *scache = apr_pcalloc(sb->cl_pool, sizeof(*scache));
247 scache->path = apr_pstrdup(sb->cl_pool, path);
248 scache->target_abspath = apr_pstrdup(sb->cl_pool, sb->target_abspath);
249 scache->target_path = apr_pstrdup(sb->cl_pool, sb->target_path);
250 scache->status = svn_client_status_dup(status, sb->cl_pool);
261 APR_ARRAY_PUSH(path_array, struct status_cache *) = scache;
413 struct status_cache *scache =
415 sb.target_abspath = scache->target_abspath;
416 sb.target_path = scache
244 struct status_cache *scache = apr_pcalloc(sb->cl_pool, sizeof(*scache)); local
411 struct status_cache *scache = local
[all...]
/freebsd-13-stable/contrib/processor-trace/libipt/internal/include/
H A Dpt_block_decoder.h63 struct pt_msec_cache scache; member in struct:pt_block_decoder
H A Dpt_insn_decoder.h59 struct pt_msec_cache scache; member in struct:pt_insn_decoder
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dscache.c55 sqlite3_stmt *scache; member in struct:krb5_scache
175 if (s->scache)
176 sqlite3_finalize(s->scache);
220 N_("scache execute %s: %s", ""), str,
348 N_("Error opening scache file %s: %s", ""),
371 N_("Failed to add scache: %d", ""), ret);
434 ret = prepare_stmt(context, s->db, &s->scache, SQL_SCACHE);
470 N_("scache bind principal: %s", ""),
521 "for scache %s", ""),
670 N_("Failed to store credential in scache", ""));
[all...]
H A DMakefile.am211 scache.c \
H A DMakefile.in195 libkrb5_la-scache.lo libkrb5_la-send_to_kdc.lo \
900 scache.c \
1398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkrb5_la-scache.Plo@am__quote@
2173 libkrb5_la-scache.lo: scache.c
2174 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libkrb5_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libkrb5_la-scache.lo -MD -MP -MF $(DEPDIR)/libkrb5_la-scache.Tpo -c -o libkrb5_la-scache.lo `test -f 'scache.c' || echo '$(srcdir)/'`scache
[all...]
/freebsd-13-stable/contrib/processor-trace/libipt/src/
H A Dpt_insn_decoder.c136 errcode = pt_msec_cache_init(&decoder->scache);
150 pt_msec_cache_fini(&decoder->scache);
1264 struct pt_msec_cache *scache; local
1272 scache = &decoder->scache;
1276 isid = pt_msec_cache_read(scache, pmsec, image, ip);
1281 return pt_msec_cache_fill(scache, pmsec, image,
1466 errcode = pt_msec_cache_invalidate(&decoder->scache);
1582 errcode = pt_msec_cache_invalidate(&decoder->scache);
H A Dpt_block_decoder.c139 errcode = pt_msec_cache_init(&decoder->scache);
153 pt_msec_cache_fini(&decoder->scache);
2478 isid = pt_msec_cache_fill(&decoder->scache, &msec, decoder->image,
2504 isid = pt_msec_cache_read(&decoder->scache, pmsec, decoder->image,
3174 errcode = pt_msec_cache_invalidate(&decoder->scache);
3201 errcode = pt_msec_cache_invalidate(&decoder->scache);
/freebsd-13-stable/kerberos5/lib/libkrb5/
H A DMakefile592 scache.c \

Completed in 118 milliseconds