OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:var_line_limit
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/util/
attr_scan0.c
56
/* strings. Each string must be no longer than 4*
var_line_limit
526
int
var_line_limit
= 2048;
variable
attr_scan64.c
58
/* strings. Each base64 encoding must be no longer than 4*
var_line_limit
201
extern int
var_line_limit
; /* XXX */
202
int limit =
var_line_limit
* 4;
595
int
var_line_limit
= 2048;
variable
attr_scan_plain.c
56
/* strings. Each string must be no longer than 4*
var_line_limit
198
extern int
var_line_limit
; /* XXX */
199
int limit =
var_line_limit
* 4;
573
int
var_line_limit
= 2048;
variable
/src/external/ibm-public/postfix/dist/src/smtpstone/
qmqp-source.c
145
static int
var_line_limit
= 10240;
variable
426
netstring_get(session->stream, buffer,
var_line_limit
);
smtp-source.c
213
static int
var_line_limit
= 10240;
variable
363
smtp_get(buf, stream,
var_line_limit
, SMTP_GET_FLAG_SKIP);
377
if (VSTRING_LEN(rdata.buf) <
var_line_limit
)
381
if (VSTRING_LEN(rdata.buf) <
var_line_limit
)
/src/external/ibm-public/postfix/dist/src/global/
mail_params.c
51
/* int
var_line_limit
;
291
int
var_line_limit
;
variable
834
VAR_LINE_LIMIT
, DEF_LINE_LIMIT, &
var_line_limit
, 512, 0,
Completed in 32 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026