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.py606 line_length: int = 1024) -> str:
607 if line_length < 11:
611 s = round((line_length / 10) + 1) * s10
612 s = s[0:line_length-11]
614 for i in range(int(fsize / line_length)):
616 remain = int(fsize % line_length)
618 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 10 milliseconds