Lines Matching defs:type
522 sm_ldap_add_recurse(top, item, type, rpool)
525 int type;
574 ** Binary search/insert item:type into list.
591 rc = type - (*top)->lrl_data[p]->lr_type;
623 newe->lr_type = type;
752 int type;
755 type = SM_LDAP_ATTR_NONE;
761 type = lmap->ldap_attr_type[i];
768 type == SM_LDAP_ATTR_NONE)
771 type = SM_LDAP_ATTR_NORMAL;
775 if (type == SM_LDAP_ATTR_NONE)
792 if (type == SM_LDAP_ATTR_OBJCLASS ||
945 if (type == SM_LDAP_ATTR_NORMAL &&
958 if (type == SM_LDAP_ATTR_DN ||
959 type == SM_LDAP_ATTR_FILTER ||
960 type == SM_LDAP_ATTR_URL)
965 type,
987 if (type == SM_LDAP_ATTR_NORMAL && vsize > 0)
1280 /* unknown or illegal attribute type */