Searched refs:supportedFeatures (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Droot_dse.c43 static struct berval *supportedFeatures; variable in typeref:struct:berval
116 if ( supportedFeatures != NULL ) {
123 supportedFeatures = ch_calloc( sizeof( struct berval ), i + 1 );
124 if ( supportedFeatures == NULL ) {
129 ber_dupbv( &supportedFeatures[ i ], &builtin_supportedFeatures[ i ] );
131 BER_BVZERO( &supportedFeatures[ i ] );
141 if ( supportedFeatures == NULL ) {
145 for ( i = 0; !BER_BVISNULL( &supportedFeatures[ i ] ); i++ ) {
146 ch_free( supportedFeatures[ i ].bv_val );
149 ch_free( supportedFeatures );
[all...]
/macosx-10.10/IOKitUser-1050.1.21/pwr_mgt.subproj/
H A DIOPMEnergyPrefs.c637 CFDictionaryRef supportedFeatures = NULL; local
644 supportedFeatures = IORegistryEntryCreateCFProperty(registry_entry, CFSTR("Supported Features"),
647 if (!supportedFeatures)
663 CFTypeRef pnDetails = CFDictionaryGetValue( supportedFeatures,
672 CFTypeRef btdetails = CFDictionaryGetValue( supportedFeatures,
674 CFTypeRef ssdetails = CFDictionaryGetValue( supportedFeatures,
688 supportedFeatures);
692 CFRelease(supportedFeatures);
701 CFDictionaryRef supportedFeatures)
710 if (!supportedFeatures)
698 IOPMFeatureIsAvailableWithSupportedTable( CFStringRef PMFeature, CFStringRef power_source, CFDictionaryRef supportedFeatures) argument
[all...]
H A DIOPMLibPrivate.h1074 * @param supportedFeatures Pass in a CFDictionary describing available features, and which power sources
1090 CFDictionaryRef supportedFeatures);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/ldap/
H A Dldap.tcl318 {supportedFeatures} -scope base] 0 1 1

Completed in 665 milliseconds