Searched refs:tag (Results 451 - 475 of 1611) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/swig-10/Lib/guile/
H A Dguile_gh_run.swg135 unsigned long tag;
138 for (tag = 0; tag < module->size; ++tag) {
139 if (module->types[tag] == type)
142 if (tag >= module->size)
146 SCM_RETURN_NEWSMOB( ((tag << 16) | *((int *)module->clientdata)), ptr);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-ldap/
H A Dextended.c136 ber_tag_t tag; local
150 tag = ber_scanf( ber, "{" /*}*/ );
152 if ( tag == LBER_ERROR ) {
156 tag = ber_peek_tag( ber, &len );
157 if ( tag == LDAP_TAG_EXOP_MODIFY_PASSWD_ID ) {
158 tag = ber_get_stringbv( ber, &tmpid, LBER_BV_NOTERM );
160 if ( tag == LBER_ERROR ) {
/macosx-10.9.5/Security-55471.14.18/include/security_smime/
H A Dcmscinfo.c114 SECOidTag tag = SecCmsContentInfoGetContentTypeTag(cinfo); local
115 switch (tag) {
255 SECOidTag tag = (cinfo && cinfo->contentTypeTag) local
258 switch (tag) {
279 SECOidTag tag; local
282 tag = SecCmsContentInfoGetContentTypeTag(cinfo);
283 switch (tag) {
346 * for future reference) and return the content encryption algorithm tag.
358 * SecCmsContentInfoGetContentEncAlg - find out and return the content encryption algorithm tag.
/macosx-10.9.5/Security-55471.14.18/libsecurity_smime/lib/
H A Dcmscinfo.c114 SECOidTag tag = SecCmsContentInfoGetContentTypeTag(cinfo); local
115 switch (tag) {
255 SECOidTag tag = (cinfo && cinfo->contentTypeTag) local
258 switch (tag) {
279 SECOidTag tag; local
282 tag = SecCmsContentInfoGetContentTypeTag(cinfo);
283 switch (tag) {
346 * for future reference) and return the content encryption algorithm tag.
358 * SecCmsContentInfoGetContentEncAlg - find out and return the content encryption algorithm tag.
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/struct/tree/
H A Dt.c224 * there are cycles we are unable to tag all nodes starting from the
225 * root. A tag means that the depth of the node can be computed, and
230 int* tag = NALLOC (nodes, int); local
238 tag [i] = 0;
242 tag [root] = 1;
250 if (tag [i])
255 if (!tag [parent [i]])
258 tag [i] = 1;
264 ckfree ((char*) tag);
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Drestsnew.cpp633 char tag[100]; local
699 uprv_strcpy(tag, "string_");
700 uprv_strcat(tag, frag);
704 action += tag;
709 UnicodeString string = theBundle.getStringEx(tag, status);
726 uprv_strcpy(tag, "array_");
727 uprv_strcat(tag, frag);
731 action += tag;
736 ResourceBundle array = theBundle.get(tag, status);
774 ResourceBundle array = theBundle.get(tag, statu
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/blt/
H A Dtable.rb165 def tagid(tag)
166 if tag.kind_of?(Array)
167 case tag[0]
170 tag.join(',')
173 tag.collect{|elem| elem.to_s}.join('')
175 tag
177 elsif tag.kind_of?(TkWindow)
178 _epath(tag)
180 tag
/macosx-10.9.5/ruby-104/ruby/test/openssl/
H A Dtest_pkey_dsa.rb145 assert_equal(OpenSSL::ASN1::SEQUENCE, asn1.tag)
148 assert_equal(OpenSSL::ASN1::SEQUENCE, seq[0].tag)
151 assert_equal(OpenSSL::ASN1::OBJECT, algo_id[0].tag)
153 assert_equal(OpenSSL::ASN1::SEQUENCE, algo_id[1].tag)
156 assert_equal(OpenSSL::ASN1::INTEGER, params[0].tag)
158 assert_equal(OpenSSL::ASN1::INTEGER, params[1].tag)
160 assert_equal(OpenSSL::ASN1::INTEGER, params[2].tag)
162 assert_equal(OpenSSL::ASN1::BIT_STRING, seq[1].tag)
165 assert_equal(OpenSSL::ASN1::INTEGER, pub_key.tag)
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Drecd001.tcl167 set tag [lindex $msg 0]
168 set tail [expr [string length $tag] - 2]
169 set tag [string range $tag $tail $tail]
170 if { [lsearch $select $tag] == -1 } {
H A Drecd009.tcl67 set tag [lindex $msg 0]
68 set tail [expr [string length $tag] - 2]
69 set tag [string range $tag $tail $tail]
70 if { [lsearch $select $tag] == -1 } {
H A Drecd010.tcl97 set tag [lindex $msg 0]
98 set tail [expr [string length $tag] - 2]
99 set tag [string range $tag $tail $tail]
100 if { [lsearch $select $tag] == -1 } {
/macosx-10.9.5/CPANInternal-140/XML-XPath/XPath/
H A DBuilder.pm73 my $tag = $sarg->{'Name'};
80 my ($prefix, $namespace) = $self->_namespace($tag);
82 my $node = XML::XPath::Node::Element->new($tag, $prefix);
100 if (exists($self->{IdNames}{$tag}) && ($self->{IdNames}{$tag} eq $name)) {
/macosx-10.9.5/Heimdal-323.92.1/lib/asn1/
H A Dgen_length.c48 length_tag(unsigned int tag) argument
52 if(tag <= 30)
54 while(tag) {
55 tag /= 128;
257 (unsigned long)length_tag(t->tag.tagvalue));
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dtls2.c1151 ber_tag_t tag; local
1170 tag = ber_peek_tag( ber, &len );
1171 if ( tag != LBER_SEQUENCE )
1174 for ( tag = ber_first_element( ber, &len, &dn_end );
1175 tag == LBER_SET;
1176 tag = ber_next_element( ber, &len, dn_end )) {
1178 for ( tag = ber_first_element( ber, &len, &rdn_end );
1179 tag == LBER_SEQUENCE;
1180 tag = ber_next_element( ber, &len, rdn_end )) {
1181 tag
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DKCCursor.cpp75 if (attr->tag <' ') // ok, is this a key schema? Handle differently, just because we can...
77 temp = gKeyAttributeLookupTable[attr->tag];
81 temp = &Schema::attributeInfo(attr->tag);
127 if (attr->tag!=kSecClassItemAttr) // a regular attribute
129 const CssmDbAttributeInfo &info = Schema::attributeInfo(attr->tag);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DKCCursor.cpp75 if (attr->tag <' ') // ok, is this a key schema? Handle differently, just because we can...
77 temp = gKeyAttributeLookupTable[attr->tag];
81 temp = &Schema::attributeInfo(attr->tag);
127 if (attr->tag!=kSecClassItemAttr) // a regular attribute
129 const CssmDbAttributeInfo &info = Schema::attributeInfo(attr->tag);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DKCCursor.cpp75 if (attr->tag <' ') // ok, is this a key schema? Handle differently, just because we can...
77 temp = gKeyAttributeLookupTable[attr->tag];
81 temp = &Schema::attributeInfo(attr->tag);
127 if (attr->tag!=kSecClassItemAttr) // a regular attribute
129 const CssmDbAttributeInfo &info = Schema::attributeInfo(attr->tag);
/macosx-10.9.5/SecurityTool-55115/
H A Dkeychain_find.c83 attrs[attrList.count].tag = kSecCreatorItemAttr;
89 attrs[attrList.count].tag = kSecTypeItemAttr;
95 attrs[attrList.count].tag = kSecDescriptionItemAttr;
101 attrs[attrList.count].tag = kSecGenericItemAttr;
107 attrs[attrList.count].tag = kSecCommentItemAttr;
113 attrs[attrList.count].tag = kSecLabelItemAttr;
119 attrs[attrList.count].tag = kSecServiceItemAttr;
125 attrs[attrList.count].tag = kSecAccountItemAttr;
190 attrs[attrList.count].tag = kSecCreatorItemAttr;
196 attrs[attrList.count].tag
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/isccc/
H A Dalist.c59 isccc_sexpr_t *alist, *tag; local
61 tag = isccc_sexpr_fromstring(ALIST_TAG);
62 if (tag == NULL)
64 alist = isccc_sexpr_cons(tag, NULL);
66 isccc_sexpr_free(&tag);
114 * Skip alist type tag.
/macosx-10.9.5/remote_cmds-41.90.1/logger.tproj/
H A Dlogger.c94 char *tag, *host, buf[1024]; local
97 tag = NULL;
145 case 't': /* tag */
146 tag = optarg;
156 openlog(tag ? tag : getlogin(), logflags, 0);
321 "logger [-is] [-f file] [-p pri] [-t tag]\n"
323 "logger [-46Ais] [-f file] [-h host] [-P port] [-p pri] [-t tag]\n"
/macosx-10.9.5/security_systemkeychain-55191.2/src/
H A DTokenIDHelper.cpp118 UInt32 tag[1] = { kSecPublicKeyHashItemAttr }; // kSecKeyLabel == hash public key [kSecPublicKeyHashItemAttr ??kSecKeyLabel] local
120 SecKeychainAttributeInfo info = { 1, tag, format }; // attrs to retrieve
129 if (attrList->attr[index].tag == kSecPublicKeyHashItemAttr)
289 UInt32 tag[] = { kSecKeyEncrypt, kSecKeyDecrypt, kSecKeyDerive, kSecKeyWrap, kSecKeyUnwrap }; local
292 SecKeychainAttributeInfo info = { 5, tag, format }; // attrs to retrieve
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/logger/
H A Dlogtotext.tcl102 $logwidget tag configure logger::time -font logger::timefont
103 $logwidget tag configure logger::level -font logger::levelfont
104 $logwidget tag configure logger::message -font logger::msgfont
108 $logwidget tag configure logger::$level -background $color
123 $::logwidget tag configure logger::$type -elide $config(elide,$type)
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/ctext/
H A Dctext_test_interactive.tcl36 -underline -tags -tag]
61 foreach tag [.f.t tag names] {
62 .f.t tag remove $tag 1.0 end
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/corecrypto/
H A Dccder.h95 size_t ccder_sizeof_tag(ccder_tag tag);
101 assuming a 1 byte tag. */
103 size_t ccder_sizeof(ccder_tag tag, size_t len);
110 /* Encode a tag backwards, der_end should point to one byte past the end of
111 destination for the tag, returns a pointer to the first byte of the tag.
114 uint8_t *ccder_encode_tag(ccder_tag tag, const uint8_t *der, uint8_t *der_end);
125 ccder_encode_tl(ccder_tag tag, size_t len, const uint8_t *der, uint8_t *der_end);
131 /* Encode the tag and length of a constructed object. der is the lower
134 encoding the tag an
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dfilter.c90 ber_tag_t tag; local
129 tag = ber_peek_tag( ber, &len );
131 if( tag == LBER_ERROR ) {
139 f.f_choice = tag;
321 ber_tag_t tag; local
327 for ( tag = ber_first_element( ber, &len, &last );
328 tag != LBER_DEFAULT;
329 tag = ber_next_element( ber, &len, last ) )
349 ber_tag_t tag; local
399 for ( tag
959 ber_tag_t tag; local
1123 ber_tag_t tag; local
[all...]

Completed in 589 milliseconds

<<11121314151617181920>>