#include <errno.h>#include <stdlib.h>#include <string.h>#include "htdebug.h"#include "textfile.h"#include "tools.h"Go to the source code of this file.
Defines | |
| #define | TEXTFILE_READSIZE 256 |
| #define | TEXTFILE_MAX_LINELEN 512 |
| #define | TEXTFILE_MAX_LINEENDLEN 2 |
| #define | STREAM_COPYBUF_SIZE (64*1024) |
|
|
|
|
|
Definition at line 32 of file textfile.cc. Referenced by ht_ltextfile::find_linelen_forwd(). |
|
|
Definition at line 30 of file textfile.cc. Referenced by ht_ltextfile::find_linelen_forwd(), ht_ltextfile::next_instate(), and ht_ltextfile::reread(). |
|
|
Definition at line 29 of file textfile.cc. Referenced by ht_ltextfile::find_linelen_forwd(). |
1.3.5