Home
last modified time | relevance | path

Searched refs:collector (Results 1 – 25 of 36) sorted by relevance

12

/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
Dx509info.c181 unsigned int collector = 0; in svn_x509_oid_to_string() local
185 if (collector == 0 && *p == 0x80) in svn_x509_oid_to_string()
197 else if (collector > UINT_MAX >> 7) in svn_x509_oid_to_string()
202 collector = collector << 7 | (*(p++) & 0x7f); in svn_x509_oid_to_string()
204 if (collector > UINT_MAX >> 7) in svn_x509_oid_to_string()
206 collector = collector << 7 | *(p++); in svn_x509_oid_to_string()
207 temp = apr_psprintf(scratch_pool, "%s%d", dot ? "" : ".", collector); in svn_x509_oid_to_string()
/freebsd-10-stable/crypto/heimdal/lib/hx509/
Dks_p11.c606 struct hx509_collector *collector = ptr; in collect_private_key() local
654 collector, in collect_private_key()
682 struct hx509_collector *collector = ptr; in collect_cert() local
728 ret = _hx509_collector_certs_add(context, collector, cert); in collect_cert()
743 struct hx509_collector *collector; in p11_list_keys() local
761 ret = _hx509_collector_alloc(context, lock, &collector); in p11_list_keys()
769 collect_private_key, collector); in p11_list_keys()
777 collect_cert, collector); in p11_list_keys()
781 ret = _hx509_collector_collect_certs(context, collector, &slot->certs); in p11_list_keys()
784 _hx509_collector_free(collector); in p11_list_keys()
Dcollector.c54 _hx509_collector_alloc(hx509_context context, hx509_lock lock, struct hx509_collector **collector) in _hx509_collector_alloc() argument
59 *collector = NULL; in _hx509_collector_alloc()
84 *collector = c; in _hx509_collector_alloc()
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 …_la-collector.lo -MD -MP -MF $(DEPDIR)/libhx509_la-collector.Tpo -c -o libhx509_la-collector.lo `t…
1011 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libhx509_la-collector.Tpo $(DEPDIR)/libhx509_la-collector.…
1014 …) $(AM_CFLAGS) $(CFLAGS) -c -o libhx509_la-collector.lo `test -f 'collector.c' || echo '$(srcdir)/…
Dks_file.c69 struct hx509_collector *collector, in try_decrypt() argument
118 collector, in try_decrypt()
DChangeLog650 * collector.c (_hx509_collector_alloc): return error code instead
1347 * collector.c: No more EINVAL.
1356 * collector.c: indent
1706 * collector.c: Sprinkle setting error strings.
1961 * collector.c: handle PEM RSA PRIVATE KEY files
2206 * collector.c (match_localkeyid): no need to add back the cert to
2223 * collector.c (_hx509_collector_alloc): handle errors
2233 * collector.c: hx509_certs_find is now exposed.
2403 * collector.c (struct private_key): remove temporary key data
2415 * ks_file.c: Rewrite to use collector and mapping support
[all …]
DMakefile.am59 collector.c \
/freebsd-10-stable/contrib/groff/contrib/mm/examples/
DMUL294 collector
/freebsd-10-stable/kerberos5/lib/libhx509/
DMakefile180 collector.c \
/freebsd-10-stable/contrib/subversion/
DMakefile.in923 if check_rb --help 2>&1 | grep -q -- --collector; then \
924 check_rb --collector=dir --verbose=$(SWIG_RB_TEST_VERBOSE); \
/freebsd-10-stable/contrib/gcc/
Dconfig.in62 /* Define if you want the garbage collector to operate in maximally paranoid
70 /* Define if you want the garbage collector to do object poisoning and other
145 /* Define if the zone collector is in use */
Dggc-zone.c80 #error Zone collector requires mmap
Dconfigure.ac552 [Define if you want the garbage collector to do object poisoning and
557 [Define if you want the garbage collector to operate in maximally
727 [ --enable-objc-gc enable the use of Boehm's garbage collector with
3289 AC_DEFINE(GGC_ZONE, 1, [Define if the zone collector is in use])
Dc.opt130 Warn whenever an Objective-C assignment is being intercepted by the garbage collector
/freebsd-10-stable/contrib/gcc/doc/
Dgty.texi20 allocated under control of the garbage collector must be marked. All
357 the global variables (@dfn{roots}) that the garbage collector starts
Dcontrib.texi83 garbage collector}, IA-64 libffi port, and other Java work.
Dsourcebuild.texi32 The Boehm conservative garbage collector, used as part of the Java
/freebsd-10-stable/contrib/binutils/
Dconfigure.ac1427 # Check for Boehm's garbage collector
1429 [ --enable-objc-gc enable the use of Boehm's garbage collector with
1433 AC_MSG_ERROR([Boehm's garbage collector was requested yet not supported in this configuration])
1437 # Make sure we only build Boehm's garbage collector if required.
Dconfigure4848 echo "$as_me: error: Boehm's garbage collector was requested yet not supported in this configuratio…
/freebsd-10-stable/etc/
Dservices626 hp-collector 381/tcp #hp performance data collector
627 hp-collector 381/udp #hp performance data collector
/freebsd-10-stable/crypto/heimdal/lib/roken/
DChangeLog371 * roken-common.h: add strpool, a printf collector to make it
374 * strpool.c: add strpool, a printf collector to make it eaiser to
/freebsd-10-stable/contrib/libstdc++/include/ext/
Drope772 // the information is stored in the collector data structures.
774 // collector.
/freebsd-10-stable/contrib/ldns/
DChangelog212 the python garbage collector by Bedrich Kosata.
/freebsd-10-stable/share/dict/
Dweb2a2640 ash collector
5645 bill collector
7036 book collector
12942 coin collector
13083 collector ring
15389 cyclone collector
16312 deputy collector
24252 garbage collector
30301 insurance collector
31114 junk collector
[all …]
/freebsd-10-stable/contrib/texinfo/doc/
Dinfo.texi1248 collector, nothing terrible happens if a substructure is not pointed

12