Lines Matching refs:logmsg
214 logmsg("ProcessRequest() called with testno %ld and line [%s]", in ProcessRequest()
238 logmsg("got unknown protocol %s", prot_str); in ProcessRequest()
256 logmsg("%s", logbuf); in ProcessRequest()
259 logmsg("Are-we-friendly question received"); in ProcessRequest()
265 logmsg("Request-to-quit received"); in ProcessRequest()
287 logmsg("%s", logbuf); in ProcessRequest()
293 logmsg("fopen() failed with error: %d %s", error, strerror(error)); in ProcessRequest()
294 logmsg("Couldn't open test file %ld", req->testno); in ProcessRequest()
312 logmsg("getpart() failed with error: %d", error); in ProcessRequest()
319 logmsg("Found a reply-servercmd section!"); in ProcessRequest()
322 logmsg("instructed to require authorization header"); in ProcessRequest()
326 logmsg("instructed to idle"); in ProcessRequest()
331 logmsg("instructed to stream"); in ProcessRequest()
335 logmsg("instructed to allow a pipe size of %d", num); in ProcessRequest()
337 logmsg("negative pipe size ignored"); in ProcessRequest()
343 logmsg("instructed to skip this number of bytes %d", num); in ProcessRequest()
351 logmsg("RTP: part %d channel %d size %d", in ProcessRequest()
385 logmsg("rtp_buffersize is %zu, rtp_size is %d.", in ProcessRequest()
390 logmsg("funny instruction found: %s", ptr); in ProcessRequest()
399 logmsg("Done parsing server commands"); in ProcessRequest()
410 logmsg("%s", logbuf); in ProcessRequest()
431 logmsg("Did not find test number in PATH"); in ProcessRequest()
439 logmsg("ProcessRequest returned without a complete request"); in ProcessRequest()
442 logmsg("ProcessRequest found a complete request"); in ProcessRequest()
479 logmsg("Found invalid Content-Length: (%s) in the request", ptr); in ProcessRequest()
485 logmsg("Found Content-Length: %lu in the request", clen); in ProcessRequest()
487 logmsg("... but will abort after %zu bytes", req->cl); in ProcessRequest()
513 logmsg("Authorization header found, as required"); in ProcessRequest()
522 logmsg("Received Digest request, sending back data %ld", req->partno); in ProcessRequest()
529 logmsg("Received NTLM type-3, sending back data %ld", req->partno); in ProcessRequest()
531 logmsg(" Expecting %zu POSTed bytes", req->cl); in ProcessRequest()
539 logmsg("Received NTLM type-1, sending back data %ld", req->partno); in ProcessRequest()
547 logmsg("Received Basic request, sending back data %ld", req->partno); in ProcessRequest()
611 logmsg("Error opening file %s error: %d %s", in storerequest()
613 logmsg("Failed to write request input to " REQUEST_DUMP); in storerequest()
628 logmsg("Wrote request (%zu bytes) input to " REQUEST_DUMP, totalsize); in storerequest()
630 logmsg("Error writing file %s error: %d %s", in storerequest()
632 logmsg("Wrote only (%zu bytes) of (%zu bytes) request input to %s", in storerequest()
642 logmsg("Error closing file %s error: %d %s", in storerequest()
704 logmsg("Connection closed by client"); in get_request()
709 logmsg("recv() returned error: (%d) %s", error, strerror(error)); in get_request()
719 logmsg("Read %zd bytes", got); in get_request()
728 logmsg("Waiting for another piped request"); in get_request()
735 logmsg("Request would overflow buffer, closing connection"); in get_request()
741 logmsg("Request buffer overflow, closing connection"); in get_request()
775 logmsg("Send response number %ld part %ld", req->testno, req->partno); in send_doc()
789 logmsg("Stopped streaming"); in send_doc()
807 logmsg("Replying to QUIT"); in send_doc()
812 logmsg("Identifying ourselves as friends"); in send_doc()
822 logmsg("Bailing out due to internal error"); in send_doc()
825 logmsg("Replying to CONNECT"); in send_doc()
829 logmsg("Replying to a bad CONNECT"); in send_doc()
834 logmsg("Replying to with a 404"); in send_doc()
853 logmsg("fopen() failed with error: %d %s", error, strerror(error)); in send_doc()
854 logmsg("Couldn't open test file"); in send_doc()
861 logmsg("getpart() failed with error: %d", error); in send_doc()
876 logmsg("fopen() failed with error: %d %s", error, strerror(error)); in send_doc()
877 logmsg("Couldn't open test file"); in send_doc()
886 logmsg("getpart() failed with error: %d", error); in send_doc()
904 logmsg("connection close instruction \"swsclose\" found in response"); in send_doc()
908 logmsg("enable \"swsbounce\" in the next request"); in send_doc()
916 logmsg("fopen() failed with error: %d %s", error, strerror(error)); in send_doc()
917 logmsg("Error opening file: %s", RESPONSE_DUMP); in send_doc()
918 logmsg("couldn't create logfile: " RESPONSE_DUMP); in send_doc()
938 logmsg("Sent off %zd bytes", written); in send_doc()
951 logmsg("About to write %zu RTP bytes", req->rtp_buffersize); in send_doc()
974 logmsg("Error closing file %s error: %d %s", in send_doc()
984 logmsg("Sending response failed. Only (%zu bytes) of " in send_doc()
992 logmsg("Response sent (%zu bytes) and written to " RESPONSE_DUMP, in send_doc()
1004 logmsg("Told to sleep for %d seconds", num); in send_doc()
1014 logmsg("wait_ms() failed with error: (%d) %s", in send_doc()
1020 logmsg("Continuing after sleeping %d seconds", num); in send_doc()
1023 logmsg("Unknown command in reply command section"); in send_doc()
1152 logmsg("Error creating socket: (%d) %s", in main()
1161 logmsg("setsockopt(SO_REUSEADDR) failed with error: (%d) %s", in main()
1186 logmsg("Error binding socket on port %hu: (%d) %s", in main()
1207 logmsg("getsockname() failed with error: (%d) %s", in main()
1226 logmsg("Apparently getsockname() succeeded, with listener port zero."); in main()
1227 logmsg("A valid reason for this failure is a binary built without"); in main()
1228 logmsg("proper network library linkage. This might not be the only"); in main()
1229 logmsg("reason, but double check it before anything else."); in main()
1234 logmsg("Running %s version on port %d", ipv_inuse, (int)port); in main()
1240 logmsg("listen() failed with error: (%d) %s", in main()
1267 logmsg("MAJOR ERROR: accept() failed with error: (%d) %s", in main()
1281 logmsg("====> Client connect"); in main()
1291 logmsg("====> TCP_NODELAY failed"); in main()
1314 logmsg("BOUNCE part number to %ld", req.partno); in main()
1328 logmsg("special request received, no persistency"); in main()
1332 logmsg("instructed to close connection after server-reply"); in main()
1337 logmsg("=> persistent connection request ended, awaits new request"); in main()
1344 logmsg("====> Client disconnect"); in main()
1366 logmsg("signalled to die"); in main()
1379 logmsg("========> %s rtspd (port: %d pid: %ld) exits with signal (%d)", in main()
1389 logmsg("========> rtspd quits"); in main()