Sophie

Sophie

distrib > Mandriva > 9.0 > i586 > by-pkgid > 2269bb274471fd2722517c2c0b740d7f > files > 372

rpm-devel-4.0.4-19mdk.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>dbiHStats_s struct Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.2.17 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="modules.html">Modules</a> &nbsp; <a class="qindex" href="annotated.html">Data Structures</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Data Fields</a> &nbsp; <a class="qindex" href="globals.html">Globals</a> &nbsp; <a class="qindex" href="pages.html">Related Pages</a> &nbsp; </center>
<hr><h1>dbiHStats_s Struct Reference<br>
<small>
[<a class="el" href="group__dbi.html">DBI.</a>]</small>
</h1><table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
<tr><td colspan=2><br><h2>Data Fields</h2></td></tr>
<tr><td nowrap align=right valign=top>unsigned int&nbsp;</td><td valign=bottom><a class="el" href="structdbiHStats__s.html#m0">hash_magic</a></td></tr>
<tr><td nowrap align=right valign=top>unsigned int&nbsp;</td><td valign=bottom><a class="el" href="structdbiHStats__s.html#m1">hash_version</a></td></tr>
<tr><td nowrap align=right valign=top>unsigned int&nbsp;</td><td valign=bottom><a class="el" href="structdbiHStats__s.html#m2">hash_nkeys</a></td></tr>
<tr><td nowrap align=right valign=top>unsigned int&nbsp;</td><td valign=bottom><a class="el" href="structdbiHStats__s.html#m3">hash_ndata</a></td></tr>
<tr><td nowrap align=right valign=top>unsigned int&nbsp;</td><td valign=bottom><a class="el" href="structdbiHStats__s.html#m4">hash_pagesize</a></td></tr>
<tr><td nowrap align=right valign=top>unsigned int&nbsp;</td><td valign=bottom><a class="el" href="structdbiHStats__s.html#m5">hash_nelem</a></td></tr>
<tr><td nowrap align=right valign=top>unsigned int&nbsp;</td><td valign=bottom><a class="el" href="structdbiHStats__s.html#m6">hash_ffactor</a></td></tr>
<tr><td nowrap align=right valign=top>unsigned int&nbsp;</td><td valign=bottom><a class="el" href="structdbiHStats__s.html#m7">hash_buckets</a></td></tr>
<tr><td nowrap align=right valign=top>unsigned int&nbsp;</td><td valign=bottom><a class="el" href="structdbiHStats__s.html#m8">hash_free</a></td></tr>
<tr><td nowrap align=right valign=top>unsigned int&nbsp;</td><td valign=bottom><a class="el" href="structdbiHStats__s.html#m9">hash_bfree</a></td></tr>
<tr><td nowrap align=right valign=top>unsigned int&nbsp;</td><td valign=bottom><a class="el" href="structdbiHStats__s.html#m10">hash_bigpages</a></td></tr>
<tr><td nowrap align=right valign=top>unsigned int&nbsp;</td><td valign=bottom><a class="el" href="structdbiHStats__s.html#m11">hash_big_bfree</a></td></tr>
<tr><td nowrap align=right valign=top>unsigned int&nbsp;</td><td valign=bottom><a class="el" href="structdbiHStats__s.html#m12">hash_overflows</a></td></tr>
<tr><td nowrap align=right valign=top>unsigned int&nbsp;</td><td valign=bottom><a class="el" href="structdbiHStats__s.html#m13">hash_ovfl_free</a></td></tr>
<tr><td nowrap align=right valign=top>unsigned int&nbsp;</td><td valign=bottom><a class="el" href="structdbiHStats__s.html#m14">hash_dup</a></td></tr>
<tr><td nowrap align=right valign=top>unsigned int&nbsp;</td><td valign=bottom><a class="el" href="structdbiHStats__s.html#m15">hash_dup_free</a></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Hash database statistics. 
<p>

<p>
Definition at line <a class="el" href="db3_8c-source.html#l00044">44</a> of file <a class="el" href="db3_8c-source.html">db3.c</a>.<hr><h2>Field Documentation</h2>
<a name="m9" doxytag="dbiHStats_s::hash_bfree"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> unsigned int dbiHStats_s::hash_bfree
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
no. of bytes free on bucket pages. 
<p>
Definition at line <a class="el" href="db3_8c-source.html#l00054">54</a> of file <a class="el" href="db3_8c-source.html">db3.c</a>.    </td>
  </tr>
</table>
<a name="m11" doxytag="dbiHStats_s::hash_big_bfree"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> unsigned int dbiHStats_s::hash_big_bfree
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
no. of bytes free on big item pages. 
<p>
Definition at line <a class="el" href="db3_8c-source.html#l00056">56</a> of file <a class="el" href="db3_8c-source.html">db3.c</a>.    </td>
  </tr>
</table>
<a name="m10" doxytag="dbiHStats_s::hash_bigpages"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> unsigned int dbiHStats_s::hash_bigpages
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
no. of big key/data pages. 
<p>
Definition at line <a class="el" href="db3_8c-source.html#l00055">55</a> of file <a class="el" href="db3_8c-source.html">db3.c</a>.    </td>
  </tr>
</table>
<a name="m7" doxytag="dbiHStats_s::hash_buckets"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> unsigned int dbiHStats_s::hash_buckets
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
no. of hash buckets. 
<p>
Definition at line <a class="el" href="db3_8c-source.html#l00052">52</a> of file <a class="el" href="db3_8c-source.html">db3.c</a>.    </td>
  </tr>
</table>
<a name="m14" doxytag="dbiHStats_s::hash_dup"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> unsigned int dbiHStats_s::hash_dup
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
no. of duplicate pages. 
<p>
Definition at line <a class="el" href="db3_8c-source.html#l00059">59</a> of file <a class="el" href="db3_8c-source.html">db3.c</a>.    </td>
  </tr>
</table>
<a name="m15" doxytag="dbiHStats_s::hash_dup_free"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> unsigned int dbiHStats_s::hash_dup_free
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
no. bytes free on duplicate pages. 
<p>
Definition at line <a class="el" href="db3_8c-source.html#l00060">60</a> of file <a class="el" href="db3_8c-source.html">db3.c</a>.    </td>
  </tr>
</table>
<a name="m6" doxytag="dbiHStats_s::hash_ffactor"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> unsigned int dbiHStats_s::hash_ffactor
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
no. of items per bucket. 
<p>
Definition at line <a class="el" href="db3_8c-source.html#l00051">51</a> of file <a class="el" href="db3_8c-source.html">db3.c</a>.    </td>
  </tr>
</table>
<a name="m8" doxytag="dbiHStats_s::hash_free"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> unsigned int dbiHStats_s::hash_free
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
no. of pages on the free list. 
<p>
Definition at line <a class="el" href="db3_8c-source.html#l00053">53</a> of file <a class="el" href="db3_8c-source.html">db3.c</a>.    </td>
  </tr>
</table>
<a name="m0" doxytag="dbiHStats_s::hash_magic"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> unsigned int dbiHStats_s::hash_magic
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
hash database magic number. 
<p>
Definition at line <a class="el" href="db3_8c-source.html#l00045">45</a> of file <a class="el" href="db3_8c-source.html">db3.c</a>.    </td>
  </tr>
</table>
<a name="m3" doxytag="dbiHStats_s::hash_ndata"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> unsigned int dbiHStats_s::hash_ndata
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
no. of key/data pairs in the database. 
<p>
Definition at line <a class="el" href="db3_8c-source.html#l00048">48</a> of file <a class="el" href="db3_8c-source.html">db3.c</a>.    </td>
  </tr>
</table>
<a name="m5" doxytag="dbiHStats_s::hash_nelem"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> unsigned int dbiHStats_s::hash_nelem
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
estimated size of the hash table. 
<p>
Definition at line <a class="el" href="db3_8c-source.html#l00050">50</a> of file <a class="el" href="db3_8c-source.html">db3.c</a>.    </td>
  </tr>
</table>
<a name="m2" doxytag="dbiHStats_s::hash_nkeys"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> unsigned int dbiHStats_s::hash_nkeys
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
no. of unique keys in the database. 
<p>
Definition at line <a class="el" href="db3_8c-source.html#l00047">47</a> of file <a class="el" href="db3_8c-source.html">db3.c</a>.    </td>
  </tr>
</table>
<a name="m12" doxytag="dbiHStats_s::hash_overflows"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> unsigned int dbiHStats_s::hash_overflows
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
no. of overflow pages. 
<p>
Definition at line <a class="el" href="db3_8c-source.html#l00057">57</a> of file <a class="el" href="db3_8c-source.html">db3.c</a>.    </td>
  </tr>
</table>
<a name="m13" doxytag="dbiHStats_s::hash_ovfl_free"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> unsigned int dbiHStats_s::hash_ovfl_free
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
no. of bytes free on overflow pages. 
<p>
Definition at line <a class="el" href="db3_8c-source.html#l00058">58</a> of file <a class="el" href="db3_8c-source.html">db3.c</a>.    </td>
  </tr>
</table>
<a name="m4" doxytag="dbiHStats_s::hash_pagesize"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> unsigned int dbiHStats_s::hash_pagesize
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
db page (and bucket) size, in bytes. 
<p>
Definition at line <a class="el" href="db3_8c-source.html#l00049">49</a> of file <a class="el" href="db3_8c-source.html">db3.c</a>.    </td>
  </tr>
</table>
<a name="m1" doxytag="dbiHStats_s::hash_version"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> unsigned int dbiHStats_s::hash_version
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
version of the hash database. 
<p>
Definition at line <a class="el" href="db3_8c-source.html#l00046">46</a> of file <a class="el" href="db3_8c-source.html">db3.c</a>.    </td>
  </tr>
</table>
<hr>The documentation for this struct was generated from the following file:<ul>
<li>rpmdb/<a class="el" href="db3_8c-source.html">db3.c</a></ul>
<hr><address style="align: right;"><small>Generated on Thu Sep 12 22:15:09 2002 for rpm by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 
width=110 height=53></a>1.2.17 </small></address>
</body>
</html>