Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ cs_oid_set_free(3) — Tru64 UNIX 5.1b

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

Functions:  cs_oid_free(3)

gss_release_oid_set(3)

cs_oid_set_dup(3)

cs_oid_set_insert(3)

cs_oid_set_isect(3)

cs_oid_set_union(3)

cs_oid_set_free(3)  —  Subroutines

NAME

cs_oid_set_free − free an object identifier (OID) set

SYNOPSIS

#include <gssapi/gssapi.h>
void cs_oid_set_free (
        const cs_oid_set_t aSet );

PARAMETERS

aSetThe OID set to be freed. 

DESCRIPTION

The cs_oid_set_free() function frees an OID set that was allocated using one of the following functions: cs_oid_set_dup(), cs_oid_set_insert(), cs_oid_set_isect(), cs_oid_set_union()

A NULL value may be passed as the set to be freed. 

RETURN VALUES

The function does not return any values. 

PORTABILITY CONSIDERATIONS

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

SEE ALSO

Functions:  cs_oid_free(3), gss_release_oid_set(3), cs_oid_set_dup(3), cs_oid_set_insert(3), cs_oid_set_isect(3), cs_oid_set_union(3)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026