Searched refs:store (Results 101 - 125 of 315) sorted by relevance

1234567891011>>

/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dstore_fd.c35 #include "store-int.h"
127 sp->store = fd_store;
H A DMakefile.am28 store-test \
216 store.c \
217 store-int.c \
218 store-int.h \
270 store-int.c \
349 test-store-data \
/freebsd-13-stable/crypto/openssh/
H A Dssh-gss.h77 ssh_gssapi_ccache store; member in struct:__anon6900
/freebsd-13-stable/usr.bin/mkesdb/
H A Dyacc.y159 /* store version */
163 /* store encoding */
167 /* store variable */
172 /* store invalid */
177 /* store num of charsets */
213 set_prop_string(const char *res, char **store, char **data)
217 if (*store) {
224 *store = *data;
/freebsd-13-stable/sys/vm/
H A Dvm_glue.c440 kstack_import(void *arg, void **store, int cnt, int domain, int flags) argument
451 store[i] = (void *)vm_thread_stack_create(ds, kstack_pages);
452 if (store[i] == NULL)
459 kstack_release(void *arg, void **store, int cnt) argument
465 ks = (vm_offset_t)store[i];
H A Duma.h130 typedef int (*uma_import)(void *arg, void **store, int count, int domain,
136 typedef void (*uma_release)(void *arg, void **store, int count);
/freebsd-13-stable/contrib/ldns/
H A Ddane.c163 * against the CA's in store
167 X509_STORE* store)
172 if (! store) {
180 } else if (X509_STORE_CTX_init(vrfy_ctx, store,
197 * against the CA's in store, but also return the validation chain.
201 STACK_OF(X509)* extra_certs, X509_STORE* store)
209 if (! store) {
210 store = empty_store = X509_STORE_new();
218 } else if (X509_STORE_CTX_init(vrfy_ctx, store,
166 ldns_dane_pkix_validate(X509* cert, STACK_OF(X509)* extra_certs, X509_STORE* store) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1 //== RegionStore.cpp - Field-sensitive store model --------------*- C++ -*--==//
9 // This file defines a basic region store model. In this model, we do have field
58 assert(getConcreteOffsetRegion() == Base && "Failed to store base region");
65 assert(getOffset() == offset && "Failed to store offset");
370 /// This is controlled by 'region-store-small-struct-limit' option.
426 StoreRef invalidateRegions(Store store,
444 StoreRef Bind(Store store, Loc LV, SVal V) override {
445 return StoreRef(bind(getRegionBindings(store), LV, V).asStore(), *this);
452 StoreRef BindDefaultInitial(Store store, const MemRegion *R,
454 RegionBindingsRef B = getRegionBindings(store);
1327 invalidateRegions(Store store, ArrayRef<SVal> Values, const Expr *Ex, unsigned Count, const LocationContext *LCtx, const CallEvent *Call, InvalidatedSymbols &IS, RegionAndSymbolInvalidationTraits &ITraits, InvalidatedRegions *TopLevelRegions, InvalidatedRegions *Invalidated) argument
2084 includedInBindings(Store store, const MemRegion *region) const argument
2599 removeDeadBindings(Store store, const StackFrameContext *LCtx, SymbolReaper& SymReaper) argument
[all...]
/freebsd-13-stable/sys/netinet/
H A Dsctp_asconf.c157 union sctp_sockstore store; local
187 sa = &store.sa;
196 sin = &store.sin;
219 sin6 = &store.sin6;
317 union sctp_sockstore store; local
347 sa = &store.sa;
356 sin = &store.sin;
376 sin6 = &store.sin6;
455 union sctp_sockstore store; local
484 sa = &store
2758 union sctp_sockstore store; local
[all...]
/freebsd-13-stable/crypto/openssl/crypto/ts/
H A Dts_rsp_verify.c17 static int ts_verify_cert(X509_STORE *store, STACK_OF(X509) *untrusted,
91 X509_STORE *store, X509 **signer_out)
131 if (!ts_verify_cert(store, certs, signer, &chain))
165 static int ts_verify_cert(X509_STORE *store, STACK_OF(X509) *untrusted, argument
178 if (!X509_STORE_CTX_init(cert_ctx, store, signer, untrusted))
431 && !TS_RESP_verify_signature(token, ctx->certs, ctx->store, &signer))
90 TS_RESP_verify_signature(PKCS7 *token, STACK_OF(X509) *certs, X509_STORE *store, X509 **signer_out) argument
/freebsd-13-stable/crypto/openssl/apps/
H A Dsmime.c120 X509_STORE *store = NULL; local
476 if ((store = setup_verify(CAfile, CApath, noCAfile, noCApath)) == NULL)
478 X509_STORE_set_verify_cb(store, smime_cb);
480 X509_STORE_set1_param(store, vpm);
552 if (PKCS7_verify(p7, other, store, indata, out, flags))
602 X509_STORE_free(store);
/freebsd-13-stable/contrib/kyua/cli/
H A Dcmd_report.cpp47 #include "store/layout.hpp"
48 #include "store/read_transaction.hpp"
66 namespace layout = store::layout;
184 print_test_case_and_result(const store::results_iterator& result_iter)
305 got_result(store::results_iterator& iter)
H A Dcmd_test.cpp37 #include "store/layout.hpp"
50 namespace layout = store::layout;
/freebsd-13-stable/sys/mips/mips/
H A Dsupport.S212 * {fu,su},{byte,sword,word}, fetch or store a byte, short or word to
226 sd v0, 0(a1) # store word
244 sw v0, 0(a1) # store word
258 sh v0, 0(a1) # store short
285 sw a1, 0(a0) # store word
300 sd a1, 0(a0) # store word
333 sc t0, 0(a0) # store word
338 sw t1, 0(a2) # unconditionally store old word
356 scd t0, 0(a0) # store double word
361 sd t1, 0(a2) # unconditionally store ol
[all...]
/freebsd-13-stable/contrib/unbound/smallapp/
H A Dunbound-control-setup.sh.in90 -d <dir> used directory to store keys and certificates (default: $DESTDIR)
/freebsd-13-stable/contrib/unbound/contrib/
H A Dparseunbound.pl7 # This script should parse all threads of the once, and store it
125 # loop on the records we want to store
136 store \@result, UNBOUND_CACHE;
/freebsd-13-stable/libexec/revnetgroup/
H A Dhash.c149 store(struct group_entry *table[], char *key, char *data) function
H A Drevnetgroup.c137 store(gtable, key, data);
/freebsd-13-stable/libexec/rtld-elf/i386/
H A Drtld_start.S37 subl $16,%esp # A place to store exit procedure addr
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp93 m_options.store(options, std::memory_order_relaxed);
95 m_channel.log_ptr.store(this, std::memory_order_relaxed);
105 m_channel.log_ptr.store(nullptr, std::memory_order_relaxed);
354 c.second.m_channel.log_ptr.store(nullptr, std::memory_order_relaxed);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStatistic.h75 Value.store(Val, std::memory_order_relaxed);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_chained_origin_depot.cpp77 void store(const args_type &args, u32 other_hash) { function in struct:__msan::ChainedOriginDepotNode
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkobject.h75 ssize_t (*store)(struct kobject *kobj, struct kobj_attribute *attr, member in struct:kobj_attribute
/freebsd-13-stable/usr.bin/kyua/
H A DMakefile64 .PATH: ${KYUA_SRCDIR}/store
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DSignals.cpp70 RunMe.Flag.store(CallbackAndCookie::Status::Empty);
85 SetMe.Flag.store(CallbackAndCookie::Status::Initialized);

Completed in 483 milliseconds

1234567891011>>