![Netscape NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION Manual Download Page 259](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-2-gateway-customization/netscape-directory-server-6-2-gateway-customization_manual_1674642259.webp)
Functions for Handling Attributes
Chapter
15
Function Reference
259
slapi_attr_get_type()
slapi_attr_types_equivalent()
slapi_attr_basetype()
slapi_attr_types_equivalent()
Compares two attribute names to determine if they represent the same attribute.
Syntax
#include “slapi-plugin.h”
int slapi_attr_types_equivalent( const char *t1, const char *t2 );
Parameters
This function takes the following parameters:
Returns
This function returns one of the following values:
•
1 if
t1
and
t2
represent the same attribute.
•
0 if
t1
and
t2
do not represent the same attribute.
See Also
slapi_attr_add_value()
slapi_attr_first_value()
slapi_attr_next_value()
slapi_attr_get_numvalues()
slapi_attr_value_find()
slapi_attr_value_cmp()
Compares two values for a given attribute to determine if they are equal.
t1
Pointer to the first attribute type that you want to compare.
t2
Pointer to the second attributed type that you want to compare.
Summary of Contents for NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION
Page 1: ...Plug In Programmer s Guide Netscape Directory Server Version6 2 December 2003...
Page 18: ...18 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 56: ...56 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 112: ...112 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 168: ...Plug In API Reference 168 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 170: ...170 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 600: ...600 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 612: ...612 Netscape Directory Server Plug In Programmer s Guide December 2003...