HomeSort by: relevance | last modified time | path
    Searched refs:attributeType (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/libldap/
sortctrl.c 143 (*key)->attributeType = LDAP_MALLOC(attrLen+1);
144 if ((*key)->attributeType == NULL) {
149 strncpy((*key)->attributeType, attrStart, attrLen);
150 (*key)->attributeType[attrLen] = 0;
156 LDAP_FREE((*key)->attributeType);
249 if (nextKeyp->attributeType) {
250 LBER_FREE(nextKeyp->attributeType);
285 attributeType AttributeDescription,
326 tag = ber_printf( ber, "{s" /*}*/, keyList[i]->attributeType );
403 attributeType AttributeDescription
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
v3_aaa.c 17 ASN1_IMP(OSSL_ALLOWED_ATTRIBUTES_CHOICE, choice.attributeType, ASN1_OBJECT,
51 if (i2a_ASN1_OBJECT(out, a->choice.attributeType) <= 0)
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/oracle/
testdb_metadata.sql 20 -- attributeType mappings: describe how an attributeType for a certain objectClass maps to the SQL data.
22 -- oc_map_id the value of "ldap_oc_mappings.id" that identifies the objectClass this attributeType is defined for
23 -- name the name of the attributeType; it MUST match the name of an attributeType that is loaded in slapd's schema
122 -- these procedures are specific for this RDBMS and are used in mapping objectClass and attributeType creation/modify/deletion
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/pgsql/
testdb_metadata.sql 19 -- attributeType mappings: describe how an attributeType for a certain objectClass maps to the SQL data.
21 -- oc_map_id the value of "ldap_oc_mappings.id" that identifies the objectClass this attributeType is defined for
22 -- name the name of the attributeType; it MUST match the name of an attributeType that is loaded in slapd's schema
90 -- these procedures are specific for this RDBMS and are used in mapping objectClass and attributeType creation/modify/deletion
  /src/crypto/external/apache2/openssl/dist/include/openssl/
x509v3.h.in 1369 ASN1_OBJECT *attributeType;
  /src/external/bsd/openldap/dist/include/
ldap.h 2199 char *attributeType;

Completed in 71 milliseconds