Home
last modified time | relevance | path

Searched refs:line_length (Results 1 – 3 of 3) sorted by relevance

/curl/tests/http/testenv/
H A Denv.py567 line_length: int = 1024) -> str:
568 if line_length < 11:
572 s = round((line_length / 10) + 1) * s10
573 s = s[0:line_length-11]
575 for i in range(int(fsize / line_length)):
577 remain = int(fsize % line_length)
579 i = int(fsize / line_length) + 1
/curl/tests/server/
H A Dgetpart.c72 static size_t line_length(const char *buffer, int bytestocheck) in line_length() function
129 *length = offset + line_length(*buffer + offset, bytestoread); in readline()
/curl/tests/http/
H A Dtest_31_vsftpds.py177 line_length = 21
181 line_length=line_length)

Completed in 11 milliseconds