Initial import of the CDE 2.1.30 sources from the Open Group.

This commit is contained in:
Peter Howkins
2012-03-10 18:21:40 +00:00
commit 83b6996daa
18978 changed files with 3945623 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
<!-- $XConsortium: dtsrfres.sgm 1996 -->
<!-- (c) Copyright 1995 Digital Equipment Corporation. -->
<!-- (c) Copyright 1995 Hewlett-Packard Company. -->
<!-- (c) Copyright 1995 International Business Machines Corp. -->
<!-- (c) Copyright 1995 Sun Microsystems, Inc. -->
<!-- (c) Copyright 1995 Novell, Inc. -->
<!-- (c) Copyright 1995 FUJITSU LIMITED. -->
<!-- (c) Copyright 1995 Hitachi. -->
<![ %CDE.C.CDE; [<refentry id="CDE.SEARCHDtSearchFreeResults">]]>
<refmeta><refentrytitle>DtSearchFreeResults</refentrytitle>
<manvolnum>library call</manvolnum></refmeta>
<refnamediv>
<refname><function>DtSearchFree Results</function></refname>
<refpurpose>Free storage allocated for DtSearch results
lists</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
<funcsynopsisinfo>#include &lt;Dt/Search.h></funcsynopsisinfo>
<funcdef>int <function>DtFreeSearchResults</function></funcdef>
<paramdef>DtSrResult <parameter>**list</parameter></paramdef>
</funcsynopsis>
</refsynopsisdiv>
<refsect1>
<title>DESCRIPTION</title>
<para>The <function>DtFreeSearchResults</function> function frees the results
list pointed to by <symbol role="Variable">list</symbol> which
was originally returned from <function>DtSearchQuery</function>, and
sets the <symbol role="Variable">list</symbol> pointer to NULL.
</para>
</refsect1><refsect1>
<title>RETURNS</title>
<para>Always returns <systemitem class="constant">DtSrOK</systemitem>.
</para>
</refsect1>
<refsect1>
<title>SEE ALSO</title>
<para>&cdeman.DtSrAPI;,
&cdeman.DtSearchQuery;,
&cdeman.DtSearchSortResults;,
&cdeman.DtSearchMergeResults;</para>
</refsect1></refentry>