ze-filter  (ze-filter-0.8.0-develop-180218)
ze-buffer.h
Go to the documentation of this file.
1 /*
2  *
3  * ze-filter - Mail Server Filter for sendmail
4  *
5  * Copyright (c) 2001-2018 - Jose-Marcio Martins da Cruz
6  *
7  * Auteur : Jose Marcio Martins da Cruz
8  * jose.marcio.mc@gmail.org
9  *
10  * Historique :
11  * Creation : janvier 2002
12  *
13  * This program is free software, but with restricted license :
14  *
15  *
16  * This program is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
19  *
20  * More details about ze-filter license can be found at ze-filter
21  * web site : http://foss.jose-marcio.org
22  */
23 
24 
25 #ifndef __ZE_BUFFER_H
26 
27 long bufspn (char *, long, char *);
28 long bufcspn (char *, long, char *);
29 
30 size_t buf_clean_rc (char *, size_t );
31 
32 int buf_get_line (char *, long, char *, long);
33 
34 char *read_text_file (char *, size_t *);
35 
36 char *buf_get_next_line (char *, char *, size_t);
37 
38 bool text_word_length(char *, kstats_T *, size_t);
39 
40 long text_buf_histogram(char *, size_t, long *);
41 
42 
43 #define __ZE_BUFFER_H
44 #endif
long bufcspn(char *, long, char *)
Definition: ze-buffer.c:55
bool text_word_length(char *, kstats_T *, size_t)
Definition: ze-buffer.c:266
int buf_get_line(char *, long, char *, long)
Definition: ze-buffer.c:98
size_t buf_clean_rc(char *, size_t)
Definition: ze-buffer.c:75
char * buf_get_next_line(char *, char *, size_t)
Definition: ze-buffer.c:230
long bufspn(char *, long, char *)
Definition: ze-buffer.c:34
char * read_text_file(char *, size_t *)
Definition: ze-buffer.c:183
long text_buf_histogram(char *, size_t, long *)
Definition: ze-buffer.c:310