OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:URL_MAX_LENGTH
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mpl/bind/dist/lib/isc/include/isc/
url.h
54
#define
URL_MAX_LENGTH
8192
/src/external/mpl/bind/dist/tests/isc/
url_test.c
122
* Test the maximum accepted buffer length (
URL_MAX_LENGTH
). A path of
123
* exactly
URL_MAX_LENGTH
bytes also drives ISC_UF_PATH.len to its
126
size_t max_len =
URL_MAX_LENGTH
;
134
assert_int_equal(
URL_MAX_LENGTH
, up.field_data[ISC_UF_PATH].len);
136
/* Test a too big buffer (
URL_MAX_LENGTH
+ 1). */
137
size_t buf_len =
URL_MAX_LENGTH
+ 2;
141
result = isc_url_parse(buf,
URL_MAX_LENGTH
+ 1, false, &up);
/src/external/mpl/bind/dist/lib/isc/
url.c
553
if (buflen == 0 || buflen >
URL_MAX_LENGTH
) {
Completed in 30 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026