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

/macosx-10.9.5/libsecurity_ldap_dl-55002/lib/
H A DLDAPDLModule.h47 *mSchemaIndexRelation, member in class:LDAPDLModule
H A DLDAPDLModule.cpp30 *LDAPDLModule::mSchemaIndexRelation = NULL, member in class:LDAPDLModule
132 mSchemaIndexRelation = new TableRelation (CSSM_DL_DB_SCHEMA_INDEXES, (sizeof(ciLoader) / sizeof(columnInfoLoader)), ciLoader);
148 mSchemaIndexRelation->AddTuple (new UInt32Value (loader[i].relationID),new UInt32Value (loader[i].indexID), new UInt32Value (loader[i].attributeID), new UInt32Value (loader[i].indexType), new UInt32Value (loader[i].indexedDataLocation));
150 (*mRelationMap)[CSSM_DL_DB_SCHEMA_INDEXES] = mSchemaIndexRelation;

Completed in 68 milliseconds