*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Tru64 Unix man pages -> cs_oid_set_insert (3)              
Title
Content
Arch
Section
 

cs_oid_set_insert(3)

Contents


NAME    [Toc]    [Back]

       cs_oid_set_insert - insert an object identifier (OID) into
       an OID set

SYNOPSIS    [Toc]    [Back]

       #include <gssapi/gssapi.h>

       cs_oid_set_t cs_oid_set_insert(
               const cs_oid_t aOid,
               const cs_oid_set_t aSet );

PARAMETERS    [Toc]    [Back]

       The OID to add in the set.  The OID set to  which  to  add
       the OID. Pass NULL to create a new set.

DESCRIPTION    [Toc]    [Back]

       The  cs_oid_set_insert()  function  adds  an OID to an OID
       set. The OID is inserted if it is not already in the  set.

       If the set does not exist (NULL passed for the set), a new
       set is created. Resources associated with the new OID  set
       must  be released by the application after use with a call
       to cs_oid_set_free().

RETURN VALUES    [Toc]    [Back]

       The function returns the resulting OID set.  The  function
       returns NULL if there is a memory allocation error.

PORTABILITY CONSIDERATIONS    [Toc]    [Back]

       This function is an extension of the GSS-API standard that
       is not supported by other GSS-API implementations.

       For   GSS-API   v2   compliance,    use    the    function
       gss_add_oid_set_member() instead of this function.

SEE ALSO    [Toc]    [Back]

      
      
       Functions:  cs_oid_in_set(3),          cs_oid_set_free(3),
       gss_add_oid_set_member(3)



                                             cs_oid_set_insert(3)
[ Back ]
 Similar pages
Name OS Title
gss_add_oid_set_member HP-UX add an Object Identifier (OID) to an OID set
cs_oid_free Tru64 free an object identifier (OID)
cs_oid_set_dup Tru64 duplicate an object identifier (OID) set
cs_oid_set_free Tru64 free an object identifier (OID) set
cs_oid_dup Tru64 duplicate an object identifier (OID)
DtMmdbLocatorGetSectionObjectId HP-UX obtains the object identifier of a section
DtMmdbDlpGetNextSectionId HP-UX obtains the object identifier of the next section
DtMmdbSectionGetBookId HP-UX obtains the object identifier of a book
cs_oid_set_cmp Tru64 compare two object identifier (OID) sets
cs_oid_in_set Tru64 determine if an object identifier (OID) is present in an OID set
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service