Searched refs:tlen (Results 1 – 1 of 1) sorted by relevance
167 long long tlen = req_info->content_length; in handlePost() local181 mg_printf(conn, "<p>Content Length: %li</p>\n", (long)tlen); in handlePost()184 while (nlen < tlen) { in handlePost()185 rlen = tlen - nlen; in handlePost()215 long long tlen = req_info->content_length; in handlePut() local250 while (nlen < tlen) { in handlePut()251 rlen = tlen - nlen; in handlePut()