Searched refs:collector (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dx509info.c182 unsigned int collector = 0;
186 if (collector == 0 && *p == 0x80)
198 else if (collector > UINT_MAX >> 7)
203 collector = collector << 7 | (*(p++) & 0x7f);
205 if (collector > UINT_MAX >> 7)
207 collector = collector << 7 | *(p++);
208 temp = apr_psprintf(scratch_pool, "%s%d", dot ? "" : ".", collector);
180 unsigned int collector = 0; local
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dcollector.c54 _hx509_collector_alloc(hx509_context context, hx509_lock lock, struct hx509_collector **collector) argument
59 *collector = NULL;
68 ret = hx509_certs_init(context, "MEMORY:collector-unenvelop-cert",
76 ret = hx509_certs_init(context, "MEMORY:collector-tmp-store",
84 *collector = c;
261 ret = hx509_certs_init(context, "MEMORY:collector-store", 0, NULL, &certs);
H A Dks_p11.c606 struct hx509_collector *collector = ptr; local
654 collector,
682 struct hx509_collector *collector = ptr; local
728 ret = _hx509_collector_certs_add(context, collector, cert);
743 struct hx509_collector *collector; local
761 ret = _hx509_collector_alloc(context, lock, &collector);
769 collect_private_key, collector);
777 collect_cert, collector);
781 ret = _hx509_collector_collect_certs(context, collector, &slot->certs);
784 _hx509_collector_free(collector);
[all...]
H A Dks_file.c69 struct hx509_collector *collector,
118 collector,
68 try_decrypt(hx509_context context, struct hx509_collector *collector, const AlgorithmIdentifier *alg, const EVP_CIPHER *c, const void *ivdata, const void *password, size_t passwordlen, const void *cipher, size_t len) argument
H A DMakefile.in130 libhx509_la-cms.lo libhx509_la-collector.lo \
521 collector.c \
938 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhx509_la-collector.Plo@am__quote@
1009 libhx509_la-collector.lo: collector.c
1010 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhx509_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libhx509_la-collector.lo -MD -MP -MF $(DEPDIR)/libhx509_la-collector.Tpo -c -o libhx509_la-collector.lo `test -f 'collector.c' || echo '$(srcdir)/'`collector
[all...]
H A DMakefile.am59 collector.c \
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileSystem.h37 FileSystem(std::shared_ptr<llvm::FileCollector> collector) argument
38 : m_fs(llvm::vfs::getRealFileSystem()), m_collector(collector),
50 static void Initialize(std::shared_ptr<llvm::FileCollector> collector);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp52 void FileSystem::Initialize(std::shared_ptr<FileCollector> collector) { argument
54 InstanceImpl().emplace(collector);
/freebsd-11-stable/kerberos5/lib/libhx509/
H A DMakefile179 collector.c \
/freebsd-11-stable/contrib/subversion/
H A DMakefile.in973 if check_rb --help 2>&1 | grep -q -- --collector; then \
974 check_rb --collector=dir --verbose=$(SWIG_RB_TEST_VERBOSE); \
/freebsd-11-stable/contrib/gcc/
H A Dggc-zone.c1 /* "Bag-of-pages" zone garbage collector for the GNU compiler.
80 #error Zone collector requires mmap
147 /* The collector's idea of the page size. This must be a power of two
165 /* The size of a small page managed by the garbage collector. This
H A Dconfigure888 --enable-objc-gc enable the use of Boehm's garbage collector with
/freebsd-11-stable/contrib/binutils/
H A Dconfigure928 --enable-objc-gc enable the use of Boehm's garbage collector with
4841 # Check for Boehm's garbage collector
4847 { { echo "$as_me:$LINENO: error: Boehm's garbage collector was requested yet not supported in this configuration" >&5
4848 echo "$as_me: error: Boehm's garbage collector was requested yet not supported in this configuration" >&2;}
4854 # Make sure we only build Boehm's garbage collector if required.

Completed in 231 milliseconds