Lines Matching refs:request

455 	switch (con->request.http_method) {  in URIHANDLER_FUNC()
517 if (con->request.http_version == HTTP_VERSION_1_1) { in webdav_gen_response_status_tag()
1180 if (NULL != (ds = (data_string *)array_get_element(con->request.headers, "If"))) { in webdav_has_lock()
1230 if (NULL != (ds = (data_string *)array_get_element(con->request.headers, "Depth"))) { in URIHANDLER_FUNC()
1234 switch (con->request.http_method) { in URIHANDLER_FUNC()
1255 if (con->request.content_length) { in URIHANDLER_FUNC()
1501 if (con->request.content_length != 0) { in URIHANDLER_FUNC()
1628 assert(chunkqueue_length(cq) == (off_t)con->request.content_length); in URIHANDLER_FUNC()
1636 …if (NULL != (ds_range = (data_string *)array_get_element(con->request.headers, "Content-Range"))) { in URIHANDLER_FUNC()
1794 if (con->request.http_method == HTTP_METHOD_MOVE) { in URIHANDLER_FUNC()
1801 if (NULL != (ds = (data_string *)array_get_element(con->request.headers, "Destination"))) { in URIHANDLER_FUNC()
1808 if (NULL != (ds = (data_string *)array_get_element(con->request.headers, "Overwrite"))) { in URIHANDLER_FUNC()
1929 if (con->request.http_method == HTTP_METHOD_MOVE) { in URIHANDLER_FUNC()
1978 if (con->request.http_method == HTTP_METHOD_MOVE) { in URIHANDLER_FUNC()
2034 if (con->request.http_method == HTTP_METHOD_MOVE) { in URIHANDLER_FUNC()
2064 if (con->request.content_length) { in URIHANDLER_FUNC()
2220 if (con->request.content_length) { in URIHANDLER_FUNC()
2224 if (NULL != (ds = (data_string *)array_get_element(con->request.headers, "If"))) { in URIHANDLER_FUNC()
2388 if (NULL != (ds = (data_string *)array_get_element(con->request.headers, "If"))) { in URIHANDLER_FUNC()
2431 if (NULL != (ds = (data_string *)array_get_element(con->request.headers, "Lock-Token"))) { in URIHANDLER_FUNC()