Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > bdbf07027827e6ad7d9208f8a9eaea97 > files > 136

apr-docs-1.2.7-11.el5_6.5.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Apache Portable Runtime: DSO (Dynamic Loading) Portabiliity Routines</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
  <ul>
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="modules.html"><span>Modules</span></a></li>
    <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
    <li><a href="files.html"><span>Files</span></a></li>
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
    <li><a href="examples.html"><span>Examples</span></a></li>
  </ul></div>
<h1>DSO (Dynamic Loading) Portabiliity Routines<br>
<small>
[<a class="el" href="group__apr__portabile.html">Portability Routines</a>]</small>
</h1><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="group__apr__errno.html#g4cf2ddae3efce70c508ac7fefc1c47f7">apr_status_t</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__apr__os__dso.html#g7c60260906860d320ccbae167821bbb6">apr_os_dso_handle_put</a> (<a class="el" href="group__apr__dso.html#g4d88cc14736839127a81c1ebb31648fd">apr_dso_handle_t</a> **dso, <a class="el" href="group__apr__portabile.html#gee39b1b0ea21cbd5cfac034f224b8d08">apr_os_dso_handle_t</a> thedso, <a class="el" href="group__apr__pools.html#g06f17a7732f2d04d8ce7010fbb057a8b">apr_pool_t</a> *pool)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="group__apr__errno.html#g4cf2ddae3efce70c508ac7fefc1c47f7">apr_status_t</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__apr__os__dso.html#gd1a03ee1a79a9445c7329e0b37191b04">apr_os_dso_handle_get</a> (<a class="el" href="group__apr__portabile.html#gee39b1b0ea21cbd5cfac034f224b8d08">apr_os_dso_handle_t</a> *dso, <a class="el" href="group__apr__dso.html#g4d88cc14736839127a81c1ebb31648fd">apr_dso_handle_t</a> *aprdso)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="group__apr__errno.html#g4cf2ddae3efce70c508ac7fefc1c47f7">apr_status_t</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__apr__os__dso.html#g74c308fc66f110f0f2402ee1951af17c">apr_os_uuid_get</a> (unsigned char *uuid_data)</td></tr>

</table>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="gd1a03ee1a79a9445c7329e0b37191b04"></a><!-- doxytag: member="apr_portable.h::apr_os_dso_handle_get" ref="gd1a03ee1a79a9445c7329e0b37191b04" args="(apr_os_dso_handle_t *dso, apr_dso_handle_t *aprdso)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="group__apr__errno.html#g4cf2ddae3efce70c508ac7fefc1c47f7">apr_status_t</a> apr_os_dso_handle_get           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group__apr__portabile.html#gee39b1b0ea21cbd5cfac034f224b8d08">apr_os_dso_handle_t</a> *&nbsp;</td>
          <td class="paramname"> <em>dso</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="group__apr__dso.html#g4d88cc14736839127a81c1ebb31648fd">apr_dso_handle_t</a> *&nbsp;</td>
          <td class="paramname"> <em>aprdso</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
convert the apr dso handle into an os specific one <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>aprdso</em>&nbsp;</td><td>The apr dso handle to convert </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>dso</em>&nbsp;</td><td>The os specific dso to return </td></tr>
  </table>
</dl>

</div>
</div><p>
<a class="anchor" name="g7c60260906860d320ccbae167821bbb6"></a><!-- doxytag: member="apr_portable.h::apr_os_dso_handle_put" ref="g7c60260906860d320ccbae167821bbb6" args="(apr_dso_handle_t **dso, apr_os_dso_handle_t thedso, apr_pool_t *pool)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="group__apr__errno.html#g4cf2ddae3efce70c508ac7fefc1c47f7">apr_status_t</a> apr_os_dso_handle_put           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="group__apr__dso.html#g4d88cc14736839127a81c1ebb31648fd">apr_dso_handle_t</a> **&nbsp;</td>
          <td class="paramname"> <em>dso</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="group__apr__portabile.html#gee39b1b0ea21cbd5cfac034f224b8d08">apr_os_dso_handle_t</a>&nbsp;</td>
          <td class="paramname"> <em>thedso</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="group__apr__pools.html#g06f17a7732f2d04d8ce7010fbb057a8b">apr_pool_t</a> *&nbsp;</td>
          <td class="paramname"> <em>pool</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
convert the dso handle from os specific to apr <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>dso</em>&nbsp;</td><td>The apr handle we are converting to </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>thedso</em>&nbsp;</td><td>the os specific handle to convert </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>pool</em>&nbsp;</td><td>the pool to use if it is needed </td></tr>
  </table>
</dl>

</div>
</div><p>
<a class="anchor" name="g74c308fc66f110f0f2402ee1951af17c"></a><!-- doxytag: member="apr_portable.h::apr_os_uuid_get" ref="g74c308fc66f110f0f2402ee1951af17c" args="(unsigned char *uuid_data)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="group__apr__errno.html#g4cf2ddae3efce70c508ac7fefc1c47f7">apr_status_t</a> apr_os_uuid_get           </td>
          <td>(</td>
          <td class="paramtype">unsigned char *&nbsp;</td>
          <td class="paramname"> <em>uuid_data</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td width="100%"></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Private: apr-util's apr_uuid module when supported by the platform 
</div>
</div><p>
<hr size="1"><address style="align: right;"><small>Generated on Tue May 31 12:20:26 2011 for Apache Portable Runtime by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
</body>
</html>