Searched refs:send_simple_response (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Drpc-server.c122 send_simple_response( struct evhttp_request * req, function
204 send_simple_response( req, 405, NULL );
426 send_simple_response( req, 405, NULL );
444 send_simple_response( req, HTTP_NOTFOUND, tmp );
475 send_simple_response( req, HTTP_NOTFOUND,
496 send_simple_response( req, HTTP_NOTFOUND, "<p>Tsk, tsk.</p>" );
613 send_simple_response( req, 403,
627 send_simple_response( req, 401, "Unauthorized User" );
633 send_simple_response( req, HTTP_MOVEPERM, NULL );
661 send_simple_response( re
[all...]

Completed in 83 milliseconds