Searched refs:type_id (Results 1 - 25 of 41) sorted by relevance

12

/macosx-10.9.5/CPANInternal-140/YAML-Syck/
H A Dhandler.c131 if ( n->type_id != NULL )
133 S_FREE( n->type_id );
138 n->type_id = uri;
142 n->type_id = syck_type_id_to_uri( uri );
147 syck_xprivate( char *type_id, int type_len ) argument
152 strncat( uri, type_id, type_len );
157 syck_taguri( const char *domain, const char *type_id, int type_len ) argument
164 strncat( uri, type_id, type_len );
H A Dimplicit.c38 if ( n->type_id != NULL ) S_FREE( n->type_id );
41 n->type_id = syck_taguri( YAML_DOMAIN, tid, strlen( tid ) );
43 n->type_id = syck_strndup( tid, strlen( tid ) );
1728 syck_type_id_to_uri( char *type_id )
1732 cursor = type_id;
1733 limit = type_id + strlen( type_id );
1886 { return syck_taguri( YAML_DOMAIN, type_id, strlen( type_id ) ); }
[all...]
H A Dperl_common.h68 badanc->type_id = syck_strndup( "!perl:YAML::Syck::BadAlias", 25 );
H A Dyaml2byte.c134 if ( n->type_id )
138 bytestring_append(val,YAMLBYTE_TRANSFER, n->type_id, NULL);
142 char *type_tag = S_ALLOC_N( char, strlen( n->type_id ) + 1 );
145 strcat( type_tag, n->type_id );
H A Dnode.c23 s->type_id = NULL;
34 if ( n->type_id != NULL )
36 S_FREE( n->type_id );
37 n->type_id = NULL;
H A Dgram.c110 node->type_id = syck_taguri( YAML_DOMAIN, "null", 4 ); \
114 node->type_id = syck_strndup( "null", 4 ); \
1360 n->type_id = syck_taguri( YAML_DOMAIN, "str", 3 );
1364 n->type_id = syck_strndup( "str", 3 );
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A Dgenerate_protocol_externs.py45 def full_qualified_type_id(domain_name, type_id):
46 if type_id.find(".") == -1:
47 return "%s.%s" % (domain_name, type_id)
48 return type_id
76 type_id = full_qualified_type_id(domain_name, param["$ref"])
77 if type_id in ref_types:
78 return ref_types[type_id]
80 print "Type not found: " + type_id
81 return "!! Type not found: " + type_id
104 type_id variable
[all...]
/macosx-10.9.5/Security-55471.14.18/authd/
H A Dconnection.c47 static CFTypeID type_id = _kCFRuntimeNotATypeID; local
51 type_id = _CFRuntimeRegisterClass(&_auth_type_connection);
54 return type_id;
H A Dccaudit.c45 static CFTypeID type_id = _kCFRuntimeNotATypeID; local
49 type_id = _CFRuntimeRegisterClass(&_auth_type_ccaudit);
52 return type_id;
H A Dcredential.c90 static CFTypeID type_id = _kCFRuntimeNotATypeID; local
94 type_id = _CFRuntimeRegisterClass(&_auth_type_credential);
97 return type_id;
H A Dmechanism.c107 static CFTypeID type_id = _kCFRuntimeNotATypeID; local
111 type_id = _CFRuntimeRegisterClass(&_auth_type_mechanism);
114 return type_id;
H A Dsession.c46 static CFTypeID type_id = _kCFRuntimeNotATypeID; local
50 type_id = _CFRuntimeRegisterClass(&_auth_type_session);
53 return type_id;
H A Dauthitems.c177 static CFTypeID type_id = _kCFRuntimeNotATypeID; local
181 type_id = _CFRuntimeRegisterClass(&_auth_type_auth_item);
184 return type_id;
304 static CFTypeID type_id = _kCFRuntimeNotATypeID; local
308 type_id = _CFRuntimeRegisterClass(&_auth_type_auth_items);
311 return type_id;
987 static CFTypeID type_id = _kCFRuntimeNotATypeID; local
991 type_id = _CFRuntimeRegisterClass(&_auth_type_auth_rights);
994 return type_id;
H A Dagent.c99 static CFTypeID type_id = _kCFRuntimeNotATypeID; local
103 type_id = _CFRuntimeRegisterClass(&_auth_type_agent);
106 return type_id;
H A Dauthtoken.c127 static CFTypeID type_id = _kCFRuntimeNotATypeID; local
131 type_id = _CFRuntimeRegisterClass(&_auth_type_auth_token);
134 return type_id;
H A Dprocess.c103 static CFTypeID type_id = _kCFRuntimeNotATypeID; local
107 type_id = _CFRuntimeRegisterClass(&_auth_type_process);
110 return type_id;
H A Dauthdb.c392 static CFTypeID type_id = _kCFRuntimeNotATypeID; local
396 type_id = _CFRuntimeRegisterClass(&_auth_type_authdb);
399 return type_id;
1050 static CFTypeID type_id = _kCFRuntimeNotATypeID; local
1054 type_id = _CFRuntimeRegisterClass(&_auth_type_authdb_connection);
1057 return type_id;
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecuritydXPC.c170 CFTypeID type_id = CFGetTypeID(array); local
171 if (type_id != CFArrayGetTypeID()) {
172 CFStringRef description = CFCopyTypeIDDescription(type_id);
219 CFTypeID type_id = CFGetTypeID(dict); local
220 if (type_id != CFDictionaryGetTypeID()) {
221 CFStringRef description = CFCopyTypeIDDescription(type_id);
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/objc/
H A DBridgeSupport.h125 CFTypeID type_id; member in struct:bsCFType
148 struct bsCFType *find_bs_cf_type_by_type_id(CFTypeID type_id);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/comp_match/
H A DauthorityKeyIdentifier.c44 rc = MatchingComponentOid ( oid, (ComponentSyntaxInfo*)&((ComponentOtherName*)csi_attr)->type_id, (ComponentSyntaxInfo*)&((ComponentOtherName*)csi_assert)->type_id );
47 rc = SetAnyTypeByComponentOid ((ComponentSyntaxInfo*)&((ComponentOtherName*)csi_attr)->value, (&((ComponentOtherName*)csi_attr)->type_id));
58 if ( ( comp->type_id.identifier.bv_val && strncmp(comp->type_id.identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->type_id.id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) {
60 return &comp->type_id;
107 rc = BDecComponentOid (mem_op, b, tagId1, elmtLen1, (&k->type_id), &totalElmtsLen1, mode);
109 (&k->type_id)->identifier.bv_val = (&k->type_id)
[all...]
H A DauthorityKeyIdentifier.h52 ComponentOid type_id; /* OBJECT IDENTIFIER */ member in struct:OtherName
75 ComponentOid type_id; /* OBJECT IDENTIFIER */ member in struct:ORAddress
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Devent.rb113 def self.type_id(name) singleton method in class:TkEvent.Event
257 type_id = modkeys.delete('type')
259 type_id = self.type
262 type_name = klass.type_name(type_id)
264 fail RuntimeError, "type_id #{type_id} is invalid"
267 group_flag = klass.group_flag(type_id)
/macosx-10.9.5/CPANInternal-140/Parse-Yapp/t/
H A Dstress.t361 | template_type_parm '=' type_id
589 type_id
665 | SIZEOF '(' type_id ')' %prec HYPERUNARY
667 | ALIGNOF '(' type_id ')' %prec HYPERUNARY
684 | new '(' dot_begin_new_placement type_id dot_finish_new_placement
686 | new '(' dot_begin_new_placement type_id dot_finish_new_placement
688 | new new_placement '(' dot_begin_new_placement type_id
690 | new new_placement '(' dot_begin_new_placement type_id
729 '(' type_id ')' %prec EMPTY
730 | regcast_or_absdcl '(' type_id ')'
[all...]
/macosx-10.9.5/CPANInternal-140/Parse-Yapp-1.05/t/
H A Dstress.t361 | template_type_parm '=' type_id
589 type_id
665 | SIZEOF '(' type_id ')' %prec HYPERUNARY
667 | ALIGNOF '(' type_id ')' %prec HYPERUNARY
684 | new '(' dot_begin_new_placement type_id dot_finish_new_placement
686 | new '(' dot_begin_new_placement type_id dot_finish_new_placement
688 | new new_placement '(' dot_begin_new_placement type_id
690 | new new_placement '(' dot_begin_new_placement type_id
729 '(' type_id ')' %prec EMPTY
730 | regcast_or_absdcl '(' type_id ')'
[all...]
/macosx-10.9.5/IOFireWireAVC-422.4.0/IOFireWireAVCLib/
H A DIOFireWireAVCLibUnit.cpp748 CFUUIDRef type_id = CFUUIDCreateFromUUIDBytes(NULL, pluginType); local
768 type_id,
790 CFRelease( type_id );
813 CFUUIDRef type_id = CFUUIDCreateFromUUIDBytes(NULL, pluginType); local
848 type_id,
873 CFRelease( type_id );

Completed in 207 milliseconds

12