Go to the documentation of this file.
17 #define UT_GIANTBUF 16384
18 #define UT_BIGBUF 8192
19 #define UT_MIDBUF 4096
20 #define UT_SMALLBUF 1024
21 #define UT_TINYBUF 512
25 #define UT_BUFSIZE UT_BIGBUF
29 #define UT_SECTION_SEPARATOR_CHAR '?'
30 #define UT_SECTION_SEPARATOR_STRING "?"
34 #define UT_OTL_LIBRARY_PREFIX "oplib:"
35 #define UT_OTL_LIBRARY_PREFIX_LEN 6
39 #define UT_HDA_DEFINITION_PREFIX "opdef:"
40 #define UT_HDA_DEFINITION_PREFIX_LEN 6
44 #define UT_OP_DATA_BLOCK_PREFIX "opdatablock:"
45 #define UT_OP_DATA_BLOCK_PREFIX_LEN 12