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

/freebsd-11-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-11-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-11-stable/kerberos5/lib/libkrb5/
H A DMakefile592 scache.c \

Completed in 79 milliseconds