Searched refs:mX509Relation (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/libsecurity_ldap_dl-55002/lib/
H A DLDAPDLModule.cpp32 DSX509Relation *LDAPDLModule::mX509Relation = NULL; member in class:LDAPDLModule
184 mX509Relation = new DSX509Relation (CSSM_DL_DB_RECORD_X509_CERTIFICATE, (sizeof(ciLoader) / sizeof(columnInfoLoader)), ciLoader);
187 int max = mX509Relation->GetNumberOfColumns ();
190 mSchemaAttributeRelation->AddTuple (new UInt32Value (CSSM_DL_DB_RECORD_X509_CERTIFICATE), new UInt32Value (mX509Relation->GetColumnIDs (i)), new UInt32Value (CSSM_DB_ATTRIBUTE_NAME_AS_STRING),
191 mX509Relation->GetColumnName (i), NULL, new UInt32Value (mX509Relation->GetColumnFormat (i)));
192 (*mRelationMap)[CSSM_DL_DB_RECORD_X509_CERTIFICATE] = mX509Relation;
H A DLDAPDLModule.h49 static DSX509Relation *mX509Relation; // the open directory relation member in class:LDAPDLModule

Completed in 205 milliseconds