svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
dax_zip_free(3dax)
dax_zip_free(3DAX) DAX Library Functions dax_zip_free(3DAX)
NAME
dax_zip_free - free codec
SYNOPSIS
cc [ flag... ] file... -ldax [ library...]
#include <dax.h>
dax_status_t dax_zip_free(dax_context_t *ctx, dax_zip_t *codec);
DESCRIPTION
This function frees a zip codec that was created by the dax_zip_cre‐
ate(), dax_zip_create_contig(), or dax_encode() functions. If a codec
used in a posted DAX request is freed before the request has completed,
the results are undefined.
If the function returns an error, the codec is not freed.
RETURN VALUES
DAX_SUCCESS Operation completed successfully
DAX_ETHREAD The calling thread did not create ctx
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ Availabilitysystem/library _ Interface StabilityCommit‐
ted
SEE ALSO
dax_zip_create(3DAX), dax_zip_create_contig(3DAX), dax_encode(3DAX),
libdax(3LIB)
Oracle Solaris 11.4 03 Mar 2017 dax_zip_free(3DAX)