Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../.././../usr/man/man3dax/dax_zip_free.3dax
Real path: /usr/share/man/man3dax/dax_zip_free.3dax
Zurück
'\" te .\" Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved. .TH dax_zip_free 3DAX "03 Mar 2017" "Oracle Solaris 11.4" "DAX Library Functions" .SH NAME dax_zip_free \- free codec .SH SYNOPSIS .LP .nf cc [ flag... ] file... -ldax [ library...] #include <dax.h> dax_status_t dax_zip_free(dax_context_t *\fIctx\fR, dax_zip_t *\fIcodec\fR); .fi .SH DESCRIPTION .sp .LP This function frees a zip \fIcodec\fR that was created by the \fBdax_zip_create()\fR, \fBdax_zip_create_contig()\fR, or \fBdax_encode()\fR functions. If a codec used in a posted DAX request is freed before the request has completed, the results are undefined. .sp .LP If the function returns an error, the \fIcodec\fR is not freed. .SH RETURN VALUES .sp .ne 2 .mk .na \fB\fBDAX_SUCCESS\fR\fR .ad .RS 15n .rt Operation completed successfully .RE .sp .ne 2 .mk .na \fB\fBDAX_ETHREAD\fR\fR .ad .RS 15n .rt The calling thread did not create \fIctx\fR .RE .SH ATTRIBUTES .sp .LP See \fBattributes\fR(7) for descriptions of the following attributes: .sp .TS tab( ) box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPE ATTRIBUTE VALUE _ Availability system/library _ Interface Stability Committed .TE .sp .SH SEE ALSO .sp .LP \fBdax_zip_create\fR(3DAX), \fBdax_zip_create_contig\fR(3DAX), \fBdax_encode\fR(3DAX), \fBlibdax\fR(3LIB)