| /src/external/bsd/openldap/dist/contrib/ldapc++/examples/ |
| readSchema.cpp | 50 LDAPSchema schema; local 51 schema.setObjectClasses((oc->getValues())); 52 LDAPObjClass test = schema.getObjectClassByName("inetOrgPerson");
|
| readSchema.cpp | 50 LDAPSchema schema; local 51 schema.setObjectClasses((oc->getValues())); 52 LDAPObjClass test = schema.getObjectClassByName("inetOrgPerson");
|
| /src/external/bsd/kyua-cli/dist/store/ |
| backend.cpp | 49 /// The current schema version. 51 /// Any new database gets this schema version. Existing databases with an older 52 /// schema version must be first migrated to the current schema with 106 /// \param version_from Current schema version in the database. 107 /// \param version_to Schema version to migrate to. 127 throw store::error(F("Schema migration failed: %s") % e.what()); 135 /// Calculates the path to a schema migration file. 149 /// Calculates the path to the schema file for the database. 173 const fs::path schema = schema_file() local [all...] |
| backend.cpp | 49 /// The current schema version. 51 /// Any new database gets this schema version. Existing databases with an older 52 /// schema version must be first migrated to the current schema with 106 /// \param version_from Current schema version in the database. 107 /// \param version_to Schema version to migrate to. 127 throw store::error(F("Schema migration failed: %s") % e.what()); 135 /// Calculates the path to a schema migration file. 149 /// Calculates the path to the schema file for the database. 173 const fs::path schema = schema_file() local [all...] |
| /src/external/bsd/wpa/dist/src/utils/ |
| xml_libxml2.c | 60 xmlSchemaPtr schema; local 83 schema = xmlSchemaParse(pctx); 86 vctx = xmlSchemaNewValidCtxt(schema); 94 xmlSchemaFree(schema);
|
| xml_libxml2.c | 60 xmlSchemaPtr schema; local 83 schema = xmlSchemaParse(pctx); 86 vctx = xmlSchemaNewValidCtxt(schema); 94 xmlSchemaFree(schema);
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/lastmod/ |
| lastmod.c | 72 char *schema; member in struct:m_s 741 /* schema integration */ 742 for ( i = 0; mat[i].schema; i++ ) { 748 code = register_at( mat[i].schema, ad, 0 ); 757 for ( i = 0; moc[i].schema; i++ ) { 762 code = register_oc( moc[i].schema, Oc, 0 );
|
| lastmod.c | 72 char *schema; member in struct:m_s 741 /* schema integration */ 742 for ( i = 0; mat[i].schema; i++ ) { 748 code = register_at( mat[i].schema, ad, 0 ); 757 for ( i = 0; moc[i].schema; i++ ) { 762 code = register_oc( moc[i].schema, Oc, 0 );
|
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| otp.c | 136 /* Schema from OATH-LDAP project by Michael Ströder */ 165 char *schema; member in struct:otp_at 438 char *schema; member in struct:otp_oc 975 /* schema integration */ 976 for ( i = 0; otp_at[i].schema; i++ ) { 977 if ( register_at( otp_at[i].schema, otp_at[i].adp, 0 ) ) { 984 for ( i = 0; otp_oc[i].schema; i++ ) { 985 if ( register_oc( otp_oc[i].schema, otp_oc[i].ocp, 0 ) ) {
|
| otp.c | 136 /* Schema from OATH-LDAP project by Michael Ströder */ 165 char *schema; member in struct:otp_at 438 char *schema; member in struct:otp_oc 975 /* schema integration */ 976 for ( i = 0; otp_at[i].schema; i++ ) { 977 if ( register_at( otp_at[i].schema, otp_at[i].adp, 0 ) ) { 984 for ( i = 0; otp_oc[i].schema; i++ ) { 985 if ( register_oc( otp_oc[i].schema, otp_oc[i].ocp, 0 ) ) {
|
| /src/external/bsd/openldap/dist/servers/slapd/back-monitor/ |
| init.c | 1663 char *schema; member in struct:m_s 2023 /* schema integration */ 2024 for ( i = 0; mat[ i ].schema; i++ ) { 2030 code = register_at( mat[ i ].schema, ad, 0 ); 2040 for ( i = 0; moc[ i ].schema; i++ ) { 2045 code = register_oc( moc[ i ].schema, Oc, 0 ); 2152 /* indicate system schema supported */
|
| init.c | 1663 char *schema; member in struct:m_s 2023 /* schema integration */ 2024 for ( i = 0; mat[ i ].schema; i++ ) { 2030 code = register_at( mat[ i ].schema, ad, 0 ); 2040 for ( i = 0; moc[ i ].schema; i++ ) { 2045 code = register_oc( moc[ i ].schema, Oc, 0 ); 2152 /* indicate system schema supported */
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/ |
| rbac.h | 44 /* slapd schema */ 150 struct slap_rbac_tenant_schema *schema; member in struct:tenant_info
|
| rbac.h | 44 /* slapd schema */ 150 struct slap_rbac_tenant_schema *schema; member in struct:tenant_info
|