Searched refs:serial (Results 176 - 200 of 404) sorted by relevance

1234567891011>>

/macosx-10.9.5/BerkeleyDB-21/db/docs_src/
H A Dbuild149 com.sleepycat.db com.sleepycat.bind com.sleepycat.bind.serial com.sleepycat.bind.tuple com.sleepycat.collections com.sleepycat.persist com.sleepycat.persist.model com.sleepycat.persist.evolve com.sleepycat.persist.raw com.sleepycat.util \
152 -group 'Berkeley DB Bind and Collections Packages' com.sleepycat.bind:com.sleepycat.bind.serial:com.sleepycat.bind.tuple:com.sleepycat.collections:com.sleepycat.util | \
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/db/GettingStarted/
H A DMyDbs.java7 import com.sleepycat.bind.serial.StoredClassCatalog;
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/db/txn/
H A DTxnGuideInMemory.java5 import com.sleepycat.bind.serial.StoredClassCatalog;
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsTypesPrivate.h280 uint32_t serial; member in struct:IOFBBootGamma
/macosx-10.9.5/IOGraphics-471.92.1/tools/
H A Dbootgamma.c83 fprintf(stderr, "\ntable vend 0x%x, prod 0x%x, serial 0x%x, length 0x%x\n",
84 bootGamma->vendor, bootGamma->product, bootGamma->serial,
/macosx-10.9.5/IOSerialFamily-64.1.1/IOSerialFamily.kmodproj/
H A DIORS232SerialStreamSync.h27 * 2000-10-21 gvdl Initial real change to IOKit serial family.
34 #include <IOKit/serial/IOSerialStreamSync.h>
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dkey.h74 u_int64_t serial; member in struct:KeyCert
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_client/
H A Ddl_standard.cpp159 const CssmData &X509CertRecord::serial() const { return mAttributes[6]; } function in class:Security::CssmClient::X509CertRecord
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_client/lib/
H A Ddl_standard.cpp159 const CssmData &X509CertRecord::serial() const { return mAttributes[6]; } function in class:Security::CssmClient::X509CertRecord
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecTrustSettings.c258 /* serial number */
259 CFDataRef serial = (CFDataRef)CFDictionaryGetValue(certDict, local
261 require(serial && CFGetTypeID(serial) == CFDataGetTypeID(), errOut);
271 CFDictionaryAddValue(newDict, kTrustRecordSerialNumber, serial);
/macosx-10.9.5/Security-55471.14.18/sec/securityd/
H A DSecOCSPResponse.c446 CFDataRef serial = SecCertificateCopySerialNumber(request->certificate); local
461 /* First check the easy part, serial number should match. */
462 if (certId->serialNumber.Length != (size_t)CFDataGetLength(serial) ||
463 memcmp(CFDataGetBytePtr(serial), certId->serialNumber.Data,
527 CFReleaseSafe(serial);
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/tools/rpm/
H A Didnkit.spec13 %define serial 2002051501
25 Serial: %{serial}
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Dsdlz.h345 isc_uint32_t serial);
352 * responsibility of the driver to increment the serial number between
/macosx-10.9.5/ntp-88/include/
H A Dntp_crypto.h155 u_long serial; /* serial number */ member in struct:cert_info
H A Dtimepps-Solaris.h461 u_int serial; member in struct:ppsclockev
504 infobuf.assert_sequence = ev.serial;
H A Dtimepps-SunOS.h395 u_int serial; member in struct:ppsclockev
446 infobuf.assert_sequence = ev.serial;
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_pgen.tcl32 namespace export json peg serial
39 proc ::pt::pgen::serial {input args} {
H A Dpt_peg_from_peg.tcl86 # Now convert the AST to the grammar serial.
87 set serial [pt::ast bottomup \
92 return $serial
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXWindowEvent.c313 event.xany.serial = LastKnownRequestProcessed(Tk_Display(winPtr));
458 event.xany.serial = LastKnownRequestProcessed(Tk_Display(winPtr));
505 event.xconfigure.serial = LastKnownRequestProcessed(Tk_Display(tkwin));
625 event.xany.serial = LastKnownRequestProcessed(Tk_Display(tkwin));
763 return (eventPtr->type == Expose && eventPtr->xany.serial == PTR2UINT(arg) ?
807 unsigned long serial;
814 serial = LastKnownRequestProcessed(Tk_Display(winPtr));
832 UINT2PTR(serial), &oldArg);
850 event.serial = LastKnownRequestProcessed(Tk_Display(tkwin));
799 unsigned long serial; local
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/collections/ship/sentity/
H A DSampleViews.java13 import com.sleepycat.bind.serial.ClassCatalog;
14 import com.sleepycat.bind.serial.TupleSerialBinding;
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/collections/ship/tuple/
H A DSampleViews.java13 import com.sleepycat.bind.serial.ClassCatalog;
14 import com.sleepycat.bind.serial.TupleSerialBinding;
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/
H A DJoinTest.java16 import com.sleepycat.bind.serial.StoredClassCatalog;
17 import com.sleepycat.bind.serial.test.MarshalledObject;
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/openssl/
H A Dx509_vfy.h163 ASN1_INTEGER *serial,X509_OBJECT *ret);
346 ASN1_INTEGER *serial, X509_OBJECT *ret);
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/
H A Dlwres_test.c80 pkt.serial = 0x11223344;
116 pkt.serial = 0x11223344;
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/nsupdate/
H A Dupdate_test.pl324 section("SOA serial handling");
328 # Get the current SOA serial number.
332 my $old_serial = $old_soa->serial;
348 # Check that attempts to decrement the serial number are ignored.
357 # Check that attempts to leave the serial number unchanged are ignored.
359 $old_serial = $old_soa->serial;

Completed in 287 milliseconds

1234567891011>>