Searched refs:next_serial (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/crypto/openssl/apps/
H A DCA.sh125 $X509 -in ${CATOP}/$CACERT -noout -next_serial \
H A Dx509.c181 int next_serial = 0; local
366 else if (strcmp(*argv, "-next_serial") == 0)
367 next_serial = ++num;
597 if (!noout || text || next_serial) {
655 } else if (next_serial == i) {
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Drbtdb.c422 rbtdb_serial_t next_serial; member in struct:dns_rbtdb
1109 RUNTIME_CHECK(rbtdb->next_serial != 0); /* XXX Error? */
1110 version = allocate_version(rbtdb->common.mctx, rbtdb->next_serial, 1,
1133 rbtdb->next_serial++;
7800 rbtdb->next_serial = 2;

Completed in 104 milliseconds