This file is indexed.

/usr/share/doc/libid3-doc/api/field_8cpp.html is in libid3-doc 3.8.3-15.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>id3lib: src/field.cpp File Reference</title>

<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="id3lib.css" rel="stylesheet" type="text/css" />



</head>
<body>
<div id="top"><!-- do not remove this div! -->


<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  
  
  <td style="padding-left: 0.5em;">
   <div id="projectname">id3lib
   &#160;<span id="projectnumber">3.8.3</span>
   </div>
   
  </td>
  
  
  
 </tr>
 </tbody>
</table>
</div>

<!-- Generated by Doxygen 1.7.6.1 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>File&#160;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#func-members">Functions</a>  </div>
  <div class="headertitle">
<div class="title">src/field.cpp File Reference</div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include &quot;<a class="el" href="field__impl_8h_source.html">field_impl.h</a>&quot;</code><br/>
<code>#include &quot;id3/utils.h&quot;</code><br/>
<code>#include &quot;<a class="el" href="field__def_8h_source.html">field_def.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="frame__def_8h_source.html">frame_def.h</a>&quot;</code><br/>
<code>#include &quot;<a class="el" href="readers_8h_source.html">readers.h</a>&quot;</code><br/>
<code>#include &lt;assert.h&gt;</code><br/>
</div>
<p><a href="field_8cpp_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="func-members"></a>
Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="struct_i_d3___frame_def.html">ID3_FrameDef</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="field_8cpp.html#a84db4cb1a86c34ce95ad865d96e628cc">ID3_FindFrameDef</a> (<a class="el" href="globals_8h.html#a78f454bf66f16b1e1c9f8e37bda9ab8a">ID3_FrameID</a> id)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="globals_8h.html#a78f454bf66f16b1e1c9f8e37bda9ab8a">ID3_FrameID</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="field_8cpp.html#addbb3332aa12319962404ddbc1b6e94b">ID3_FindFrameID</a> (const char *id)</td></tr>
</table>
<hr/><h2>Function Documentation</h2>
<a class="anchor" id="a84db4cb1a86c34ce95ad865d96e628cc"></a><!-- doxytag: member="field.cpp::ID3_FindFrameDef" ref="a84db4cb1a86c34ce95ad865d96e628cc" args="(ID3_FrameID id)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="struct_i_d3___frame_def.html">ID3_FrameDef</a>* <a class="el" href="field__impl_8h.html#a84db4cb1a86c34ce95ad865d96e628cc">ID3_FindFrameDef</a> </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="globals_8h.html#a78f454bf66f16b1e1c9f8e37bda9ab8a">ID3_FrameID</a>&#160;</td>
          <td class="paramname"><em>id</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="field_8cpp_source.html#l01075">1075</a> of file <a class="el" href="field_8cpp_source.html">field.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="addbb3332aa12319962404ddbc1b6e94b"></a><!-- doxytag: member="field.cpp::ID3_FindFrameID" ref="addbb3332aa12319962404ddbc1b6e94b" args="(const char *id)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="globals_8h.html#a78f454bf66f16b1e1c9f8e37bda9ab8a">ID3_FrameID</a> <a class="el" href="field__impl_8h.html#addbb3332aa12319962404ddbc1b6e94b">ID3_FindFrameID</a> </td>
          <td>(</td>
          <td class="paramtype">const char *&#160;</td>
          <td class="paramname"><em>id</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Definition at line <a class="el" href="field_8cpp_source.html#l01092">1092</a> of file <a class="el" href="field_8cpp_source.html">field.cpp</a>.</p>

</div>
</div>
</div><!-- contents -->


<hr class="footer"/><address class="footer"><small>
Generated on Thu Apr 12 2012 03:59:09 for id3lib by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

</body>
</html>