Searched refs:cr (Results 1 - 25 of 423) sorted by relevance

1234567891011>>

/macosx-10.10.1/ntfs-84/kext/
H A Dntfs_collate.h45 static inline BOOL ntfs_is_collation_rule_supported(COLLATION_RULE cr) { argument
53 if (cr == COLLATION_UNICODE_STRING)
55 i = le32_to_cpu(cr);
61 __private_extern__ int ntfs_collate(ntfs_volume *vol, COLLATION_RULE cr,
/macosx-10.10.1/WebKit2-7600.1.25/Shared/API/c/cairo/
H A DWKImageCairo.cpp51 cairo_t* cr = graphicsContext->platformContext()->cr(); local
52 cairo_set_source_surface(cr, surface, 0, 0);
53 cairo_set_operator(cr, CAIRO_OPERATOR_SOURCE);
54 cairo_rectangle(cr, 0, 0, imageSize.width(), imageSize.height());
55 cairo_fill(cr);
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcsmatch.cpp27 void CharsetMatch::set(InputText *input, const CharsetRecognizer *cr, int32_t conf, argument
34 if (cr != NULL) {
36 fCharsetName = cr->getName();
39 fLang = cr->getLanguage();
H A Dcsmatch.h49 const CharsetRecognizer *cr,
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dmessagedialog.rb35 cr = Tk::Iwidgets::Messagedialog.new(:title=>'Copyright',
39 cr.hide('Cancel')
41 cr.activate
42 Tk.after(7000, proc{cr.deactivate; Tk.root.destroy})
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dcr.c0 /* cr.c - content rule routines */
330 LDAPContentRule *cr,
341 if ( cr->cr_names != NULL ) {
344 for( i=0; cr->cr_names[i]; i++ ) {
345 if( !slap_valid_descr( cr->cr_names[i] ) ) {
351 if ( !OID_LEADCHAR( cr->cr_oid[0] )) {
353 char *oid = oidm_find( cr->cr_oid );
355 *err = cr->cr_oid;
358 if ( oid != cr->cr_oid ) {
359 oidm = cr
329 cr_add( LDAPContentRule *cr, int user, ContentRule **rscr, const char **err ) argument
414 ContentRule *cr; local
473 ContentRule *cr; local
[all...]
H A Dschema_check.c59 ContentRule *cr; local
251 cr = cr_find( sc->soc_oid );
253 /* the cr must be same as the structural class */
254 assert( !cr || !strcmp( cr->scr_oid, sc->soc_oid ) );
257 if( cr ) {
258 if( !manage && cr->scr_obsolete ) {
261 ldap_contentrule2name( &cr->scr_crule ));
271 if( cr->scr_required ) for( i=0; cr
[all...]
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSCore/
H A Dnsec3.c54 mDNSlocal mDNSBool NSEC3OptOut(CacheRecord *cr) argument
56 const RDataBody2 *const rdb = (RDataBody2 *)cr->resrec.rdata->u.data;
185 CacheRecord *cr; local
190 for (cr = ncr->nsec; cr; cr = cr->next)
192 if (cr->resrec.rrtype == kDNSType_NSEC3)
194 const RDataBody2 *const rdb = (RDataBody2 *)cr->resrec.rdata->u.data;
199 if (!cr)
678 CacheRecord *cr; local
[all...]
H A Dnsec.c58 CacheRecord *cr; local
70 for (cr = cg->members; cr; cr = cr->next)
71 if (SameNameRecordAnswersQuestion(&cr->resrec, q))
72 return cr;
216 mDNSlocal void DeleteCachedNSECS(mDNS *const m, CacheRecord *cr) argument
220 if (cr->nsec) LogDNSSEC("DeleteCachedNSECS: Deleting NSEC Records\n");
221 for (rp = cr
233 CacheRecord *cr; local
558 CacheRecord *cr = *rp; local
847 CacheRecord *cr = *rp; local
990 CacheRecord *cr = *rp; local
1052 CacheRecord *cr; local
1146 ValidateWithNSECS(mDNS *const m, DNSSECVerifier *dv, CacheRecord *cr) argument
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/comp_match/
H A Dcrl.c59 ExtractingComponentTBSCertListSeqOfSeq ( void* mem_op, ComponentReference* cr, ComponentTBSCertListSeqOfSeq *comp ) argument
62 if ( ( comp->userCertificate.identifier.bv_val && strncmp(comp->userCertificate.identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->userCertificate.id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) {
63 if ( cr->cr_curr->ci_next == NULL )
68 if ( ( comp->revocationDate->identifier.bv_val && strncmp(comp->revocationDate->identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->revocationDate->id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr
346 ExtractingComponentTBSCertListSeqOf( void* mem_op, ComponentReference* cr, ComponentTBSCertListSeqOf *comp ) argument
596 ExtractingComponentTBSCertList( void* mem_op, ComponentReference* cr, ComponentTBSCertList *comp ) argument
1050 ExtractingComponentCertificateList( void* mem_op, ComponentReference* cr, ComponentCertificateList *comp ) argument
[all...]
H A DauthorityKeyIdentifier.c55 ExtractingComponentOtherName ( void* mem_op, ComponentReference* cr, ComponentOtherName *comp ) argument
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 ) ) {
59 if ( cr->cr_curr->ci_next == NULL )
64 if ( ( comp->value.identifier.bv_val && strncmp(comp->value.identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->value.id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr
280 ExtractingComponentORAddress( void* mem_op, ComponentReference* cr, ComponentORAddress *comp ) argument
557 ExtractingComponentDirectoryString( void* mem_op, ComponentReference* cr, ComponentDirectoryString *comp ) argument
834 ExtractingComponentEDIPartyName( void* mem_op, ComponentReference* cr, ComponentEDIPartyName *comp ) argument
1099 ExtractingComponentGeneralName( void* mem_op, ComponentReference* cr, ComponentGeneralName *comp ) argument
1575 ExtractingComponentGeneralNames( void* mem_op, ComponentReference* cr, ComponentGeneralNames *comp ) argument
1798 ExtractingComponentAuthorityKeyIdentifier( void* mem_op, ComponentReference* cr, ComponentAuthorityKeyIdentifier *comp ) argument
[all...]
H A Dcertificate.c113 ExtractingComponentAlgorithmIdentifier ( void* mem_op, ComponentReference* cr, ComponentAlgorithmIdentifier *comp ) argument
116 if ( ( comp->algorithm.identifier.bv_val && strncmp(comp->algorithm.identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->algorithm.id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) {
117 if ( cr->cr_curr->ci_next == NULL )
122 if ( ( comp->parameters.identifier.bv_val && strncmp(comp->parameters.identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->parameters.id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr
348 ExtractingComponentTime( void* mem_op, ComponentReference* cr, ComponentTime *comp ) argument
545 ExtractingComponentExtension( void* mem_op, ComponentReference* cr, ComponentExtension *comp ) argument
815 ExtractingComponentAttributeTypeAndValue( void* mem_op, ComponentReference* cr, ComponentAttributeTypeAndValue *comp ) argument
1029 ExtractingComponentValidity( void* mem_op, ComponentReference* cr, ComponentValidity *comp ) argument
1256 ExtractingComponentSubjectPublicKeyInfo( void* mem_op, ComponentReference* cr, ComponentSubjectPublicKeyInfo *comp ) argument
1487 ExtractingComponentExtensions( void* mem_op, ComponentReference* cr, ComponentExtensions *comp ) argument
1730 ExtractingComponentRelativeDistinguishedName( void* mem_op, ComponentReference* cr, ComponentRelativeDistinguishedName *comp ) argument
1968 ExtractingComponentRDNSequence( void* mem_op, ComponentReference* cr, ComponentRDNSequence *comp ) argument
2206 ExtractingComponentName( void* mem_op, ComponentReference* cr, ComponentName *comp ) argument
2398 ExtractingComponentTBSCertificate( void* mem_op, ComponentReference* cr, ComponentTBSCertificate *comp ) argument
3009 ExtractingComponentCertificate( void* mem_op, ComponentReference* cr, ComponentCertificate *comp ) argument
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A DldAix55 echo ar cr $outputFile shr.o
56 ar cr $outputFile shr.o
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-ldap/
H A Dpbind.c60 ConfigReply *cr )
75 rc = lback->bi_db_init( be, cr );
86 ConfigReply *cr )
96 rc = lback->bi_db_open( be, cr );
106 ConfigReply *cr )
113 rc = lback->bi_db_close( be, cr );
122 ConfigReply *cr )
129 rc = lback->bi_db_close( be, cr );
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dpython.vim21 nnoremap <silent> <buffer> ]] :call <SID>Python_jump('/^\(class\\|def\)')<cr>
22 nnoremap <silent> <buffer> [[ :call <SID>Python_jump('?^\(class\\|def\)')<cr>
23 nnoremap <silent> <buffer> ]m :call <SID>Python_jump('/^\s*\(class\\|def\)')<cr>
24 nnoremap <silent> <buffer> [m :call <SID>Python_jump('?^\s*\(class\\|def\)')<cr>
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-perl/
H A Dclose.c46 ConfigReply *cr
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsruleeditor.py6 def ruleEditor_numberOfChildrenForCriterion_withRowType_(self, ed, cr, rt): return 1
7 def ruleEditor_child_forCriterion_withRowType_(self, ed, ch, cr, rt): return 1
8 def ruleEditor_displayValueForCriterion_inRow_(self, ed, cr, rw): return 1
9 def ruleEditor_predicatePartsForCriterion_withDisplayValue_inRow_(self, ed, cr, dv, rw): return 1
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsruleeditor.py6 def ruleEditor_numberOfChildrenForCriterion_withRowType_(self, ed, cr, rt): return 1
7 def ruleEditor_child_forCriterion_withRowType_(self, ed, ch, cr, rt): return 1
8 def ruleEditor_displayValueForCriterion_inRow_(self, ed, cr, rw): return 1
9 def ruleEditor_predicatePartsForCriterion_withDisplayValue_inRow_(self, ed, cr, dv, rw): return 1
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nsruleeditor.py11 def ruleEditor_numberOfChildrenForCriterion_withRowType_(self, ed, cr, rt): return 1
12 def ruleEditor_child_forCriterion_withRowType_(self, ed, ch, cr, rt): return 1
13 def ruleEditor_displayValueForCriterion_inRow_(self, ed, cr, rw): return 1
14 def ruleEditor_predicatePartsForCriterion_withDisplayValue_inRow_(self, ed, cr, dv, rw): return 1
/macosx-10.10.1/ruby-106/ruby/benchmark/
H A Dbm_so_mandelbrot.rb24 cr = (2.0*x/size)-1.5
31 tr = zr*zr - zi*zi + cr
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A DldAix73 echo ar cr $outputFile shr.o
74 ar cr $outputFile shr.o
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Dindex.c317 ComponentReference *cr; local
318 for( cr = ai->ai_cr ; cr ; cr = cr->cr_next ) {
319 rc = indexer( op, txn, cr->cr_ad, &type->sat_cname,
320 cr->cr_nvals, id, ixop,
321 cr->cr_indexmask );
482 ComponentReference *cr = NULL, *dupped_cr = NULL;
514 for( cr
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A DsslCrypto.h42 #define stPrintCdsaError(o, cr)
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A DsslCrypto.h42 #define stPrintCdsaError(o, cr)
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A DsslCrypto.h42 #define stPrintCdsaError(o, cr)

Completed in 316 milliseconds

1234567891011>>