91 lines
4.7 KiB
Plaintext
91 lines
4.7 KiB
Plaintext
\doxysection{src/const.h File Reference}
|
|
\hypertarget{const_8h}{}\label{const_8h}\index{src/const.h@{src/const.h}}
|
|
This graph shows which files directly or indirectly include this file\+:
|
|
% FIG 0
|
|
\doxysubsubsection*{Macros}
|
|
\begin{DoxyCompactItemize}
|
|
\item
|
|
\#define \mbox{\hyperlink{const_8h_aeca034f67218340ecb2261a22c2f3dcd}{BUFSIZE}}~1024
|
|
\item
|
|
\#define \mbox{\hyperlink{const_8h_ad7140f3913ca85546efb2ded034d0af2}{MAX\+\_\+\+BLOCS}}~30
|
|
\item
|
|
\#define \mbox{\hyperlink{const_8h_a60fedb7550ff4e00d6c70dd2d257c154}{MAX\+\_\+\+BYTES\+\_\+\+PER\+\_\+\+BLOC}}~1024
|
|
\item
|
|
\#define \mbox{\hyperlink{const_8h_af58c11b86af508a573976185fb99170f}{MAX\+\_\+\+INODE}}~10
|
|
\item
|
|
\#define \mbox{\hyperlink{const_8h_a1459cb1cb7ff0d6cd9311afadb956fba}{MAX\+\_\+\+INODE\+\_\+\+NAME}}~30
|
|
\item
|
|
\#define \mbox{\hyperlink{const_8h_a5e53a82e875992705cb69208f53f6576}{TYPE\+\_\+\+NULL}}~0
|
|
\item
|
|
\#define \mbox{\hyperlink{const_8h_a1c4b9a03f9d2107bf4c139bb00c7ec4c}{TYPE\+\_\+\+FILE}}~1
|
|
\item
|
|
\#define \mbox{\hyperlink{const_8h_a5db236b991aad03f703df46ee60dbf38}{TYPE\+\_\+\+BINARY}}~2
|
|
\item
|
|
\#define \mbox{\hyperlink{const_8h_a67d0d149b8d6441f6972da8e9ff2c91b}{TYPE\+\_\+\+DIRECTORY}}~3
|
|
\item
|
|
\#define \mbox{\hyperlink{const_8h_aac9bb43d2b43509e94ebef43f0d803a9}{TYPE\+\_\+\+SYMBOLIC\+\_\+\+LINK}}~4
|
|
\end{DoxyCompactItemize}
|
|
|
|
|
|
\doxysubsection{Macro Definition Documentation}
|
|
\Hypertarget{const_8h_aeca034f67218340ecb2261a22c2f3dcd}\label{const_8h_aeca034f67218340ecb2261a22c2f3dcd}
|
|
\index{const.h@{const.h}!BUFSIZE@{BUFSIZE}}
|
|
\index{BUFSIZE@{BUFSIZE}!const.h@{const.h}}
|
|
\doxysubsubsection{\texorpdfstring{BUFSIZE}{BUFSIZE}}
|
|
{\footnotesize\ttfamily \#define BUFSIZE~1024}
|
|
|
|
\Hypertarget{const_8h_ad7140f3913ca85546efb2ded034d0af2}\label{const_8h_ad7140f3913ca85546efb2ded034d0af2}
|
|
\index{const.h@{const.h}!MAX\_BLOCS@{MAX\_BLOCS}}
|
|
\index{MAX\_BLOCS@{MAX\_BLOCS}!const.h@{const.h}}
|
|
\doxysubsubsection{\texorpdfstring{MAX\_BLOCS}{MAX\_BLOCS}}
|
|
{\footnotesize\ttfamily \#define MAX\+\_\+\+BLOCS~30}
|
|
|
|
\Hypertarget{const_8h_a60fedb7550ff4e00d6c70dd2d257c154}\label{const_8h_a60fedb7550ff4e00d6c70dd2d257c154}
|
|
\index{const.h@{const.h}!MAX\_BYTES\_PER\_BLOC@{MAX\_BYTES\_PER\_BLOC}}
|
|
\index{MAX\_BYTES\_PER\_BLOC@{MAX\_BYTES\_PER\_BLOC}!const.h@{const.h}}
|
|
\doxysubsubsection{\texorpdfstring{MAX\_BYTES\_PER\_BLOC}{MAX\_BYTES\_PER\_BLOC}}
|
|
{\footnotesize\ttfamily \#define MAX\+\_\+\+BYTES\+\_\+\+PER\+\_\+\+BLOC~1024}
|
|
|
|
\Hypertarget{const_8h_af58c11b86af508a573976185fb99170f}\label{const_8h_af58c11b86af508a573976185fb99170f}
|
|
\index{const.h@{const.h}!MAX\_INODE@{MAX\_INODE}}
|
|
\index{MAX\_INODE@{MAX\_INODE}!const.h@{const.h}}
|
|
\doxysubsubsection{\texorpdfstring{MAX\_INODE}{MAX\_INODE}}
|
|
{\footnotesize\ttfamily \#define MAX\+\_\+\+INODE~10}
|
|
|
|
\Hypertarget{const_8h_a1459cb1cb7ff0d6cd9311afadb956fba}\label{const_8h_a1459cb1cb7ff0d6cd9311afadb956fba}
|
|
\index{const.h@{const.h}!MAX\_INODE\_NAME@{MAX\_INODE\_NAME}}
|
|
\index{MAX\_INODE\_NAME@{MAX\_INODE\_NAME}!const.h@{const.h}}
|
|
\doxysubsubsection{\texorpdfstring{MAX\_INODE\_NAME}{MAX\_INODE\_NAME}}
|
|
{\footnotesize\ttfamily \#define MAX\+\_\+\+INODE\+\_\+\+NAME~30}
|
|
|
|
\Hypertarget{const_8h_a5db236b991aad03f703df46ee60dbf38}\label{const_8h_a5db236b991aad03f703df46ee60dbf38}
|
|
\index{const.h@{const.h}!TYPE\_BINARY@{TYPE\_BINARY}}
|
|
\index{TYPE\_BINARY@{TYPE\_BINARY}!const.h@{const.h}}
|
|
\doxysubsubsection{\texorpdfstring{TYPE\_BINARY}{TYPE\_BINARY}}
|
|
{\footnotesize\ttfamily \#define TYPE\+\_\+\+BINARY~2}
|
|
|
|
\Hypertarget{const_8h_a67d0d149b8d6441f6972da8e9ff2c91b}\label{const_8h_a67d0d149b8d6441f6972da8e9ff2c91b}
|
|
\index{const.h@{const.h}!TYPE\_DIRECTORY@{TYPE\_DIRECTORY}}
|
|
\index{TYPE\_DIRECTORY@{TYPE\_DIRECTORY}!const.h@{const.h}}
|
|
\doxysubsubsection{\texorpdfstring{TYPE\_DIRECTORY}{TYPE\_DIRECTORY}}
|
|
{\footnotesize\ttfamily \#define TYPE\+\_\+\+DIRECTORY~3}
|
|
|
|
\Hypertarget{const_8h_a1c4b9a03f9d2107bf4c139bb00c7ec4c}\label{const_8h_a1c4b9a03f9d2107bf4c139bb00c7ec4c}
|
|
\index{const.h@{const.h}!TYPE\_FILE@{TYPE\_FILE}}
|
|
\index{TYPE\_FILE@{TYPE\_FILE}!const.h@{const.h}}
|
|
\doxysubsubsection{\texorpdfstring{TYPE\_FILE}{TYPE\_FILE}}
|
|
{\footnotesize\ttfamily \#define TYPE\+\_\+\+FILE~1}
|
|
|
|
\Hypertarget{const_8h_a5e53a82e875992705cb69208f53f6576}\label{const_8h_a5e53a82e875992705cb69208f53f6576}
|
|
\index{const.h@{const.h}!TYPE\_NULL@{TYPE\_NULL}}
|
|
\index{TYPE\_NULL@{TYPE\_NULL}!const.h@{const.h}}
|
|
\doxysubsubsection{\texorpdfstring{TYPE\_NULL}{TYPE\_NULL}}
|
|
{\footnotesize\ttfamily \#define TYPE\+\_\+\+NULL~0}
|
|
|
|
\Hypertarget{const_8h_aac9bb43d2b43509e94ebef43f0d803a9}\label{const_8h_aac9bb43d2b43509e94ebef43f0d803a9}
|
|
\index{const.h@{const.h}!TYPE\_SYMBOLIC\_LINK@{TYPE\_SYMBOLIC\_LINK}}
|
|
\index{TYPE\_SYMBOLIC\_LINK@{TYPE\_SYMBOLIC\_LINK}!const.h@{const.h}}
|
|
\doxysubsubsection{\texorpdfstring{TYPE\_SYMBOLIC\_LINK}{TYPE\_SYMBOLIC\_LINK}}
|
|
{\footnotesize\ttfamily \#define TYPE\+\_\+\+SYMBOLIC\+\_\+\+LINK~4}
|
|
|