• Home
  • Raw
  • Download

Lines Matching refs:logmsg

216   logmsg("ProcessRequest() called with testno %ld and line [%s]",  in ProcessRequest()
240 logmsg("got unknown protocol %s", prot_str); in ProcessRequest()
258 logmsg("%s", logbuf); in ProcessRequest()
261 logmsg("Are-we-friendly question received"); in ProcessRequest()
267 logmsg("Request-to-quit received"); in ProcessRequest()
289 logmsg("%s", logbuf); in ProcessRequest()
295 logmsg("fopen() failed with error: %d %s", error, strerror(error)); in ProcessRequest()
296 logmsg("Couldn't open test file %ld", req->testno); in ProcessRequest()
315 logmsg("getpart() failed with error: %d", error); in ProcessRequest()
322 logmsg("Found a reply-servercmd section!"); in ProcessRequest()
326 logmsg("instructed to require authorization header"); in ProcessRequest()
330 logmsg("instructed to idle"); in ProcessRequest()
335 logmsg("instructed to stream"); in ProcessRequest()
339 logmsg("instructed to allow a pipe size of %d", num); in ProcessRequest()
341 logmsg("negative pipe size ignored"); in ProcessRequest()
347 logmsg("instructed to skip this number of bytes %d", num); in ProcessRequest()
357 logmsg("RTP: part %d channel %d size %d size_err %d", in ProcessRequest()
391 logmsg("rtp_buffersize is %zu, rtp_size is %d.", in ProcessRequest()
396 logmsg("funny instruction found: %s", ptr); in ProcessRequest()
405 logmsg("Done parsing server commands"); in ProcessRequest()
416 logmsg("%s", logbuf); in ProcessRequest()
437 logmsg("Did not find test number in PATH"); in ProcessRequest()
445 logmsg("ProcessRequest returned without a complete request"); in ProcessRequest()
448 logmsg("ProcessRequest found a complete request"); in ProcessRequest()
485 logmsg("Found invalid Content-Length: (%s) in the request", ptr); in ProcessRequest()
491 logmsg("Found Content-Length: %lu in the request", clen); in ProcessRequest()
493 logmsg("... but will abort after %zu bytes", req->cl); in ProcessRequest()
519 logmsg("Authorization header found, as required"); in ProcessRequest()
528 logmsg("Received Digest request, sending back data %ld", req->partno); in ProcessRequest()
535 logmsg("Received NTLM type-3, sending back data %ld", req->partno); in ProcessRequest()
537 logmsg(" Expecting %zu POSTed bytes", req->cl); in ProcessRequest()
545 logmsg("Received NTLM type-1, sending back data %ld", req->partno); in ProcessRequest()
553 logmsg("Received Basic request, sending back data %ld", req->partno); in ProcessRequest()
620 logmsg("Error opening file %s error: %d %s", in storerequest()
622 logmsg("Failed to write request input to %s", dumpfile); in storerequest()
637 logmsg("Wrote request (%zu bytes) input to %s", totalsize, dumpfile); in storerequest()
639 logmsg("Error writing file %s error: %d %s", in storerequest()
641 logmsg("Wrote only (%zu bytes) of (%zu bytes) request input to %s", in storerequest()
651 logmsg("Error closing file %s error: %d %s", in storerequest()
713 logmsg("Connection closed by client"); in get_request()
718 logmsg("recv() returned error: (%d) %s", error, sstrerror(error)); in get_request()
728 logmsg("Read %zd bytes", got); in get_request()
737 logmsg("Waiting for another piped request"); in get_request()
744 logmsg("Request would overflow buffer, closing connection"); in get_request()
750 logmsg("Request buffer overflow, closing connection"); in get_request()
787 logmsg("Send response number %ld part %ld", req->testno, req->partno); in send_doc()
801 logmsg("Stopped streaming"); in send_doc()
819 logmsg("Replying to QUIT"); in send_doc()
824 logmsg("Identifying ourselves as friends"); in send_doc()
834 logmsg("Bailing out due to internal error"); in send_doc()
837 logmsg("Replying to CONNECT"); in send_doc()
841 logmsg("Replying to a bad CONNECT"); in send_doc()
846 logmsg("Replying to with a 404"); in send_doc()
865 logmsg("fopen() failed with error: %d %s", error, strerror(error)); in send_doc()
866 logmsg("Couldn't open test file"); in send_doc()
873 logmsg("getpart() failed with error: %d", error); in send_doc()
888 logmsg("fopen() failed with error: %d %s", error, strerror(error)); in send_doc()
889 logmsg("Couldn't open test file"); in send_doc()
898 logmsg("getpart() failed with error: %d", error); in send_doc()
916 logmsg("connection close instruction \"swsclose\" found in response"); in send_doc()
920 logmsg("enable \"swsbounce\" in the next request"); in send_doc()
928 logmsg("fopen() failed with error: %d %s", error, strerror(error)); in send_doc()
929 logmsg("Error opening file: %s", responsedump); in send_doc()
930 logmsg("couldn't create logfile: %s", responsedump); in send_doc()
950 logmsg("Sent off %zd bytes", written); in send_doc()
963 logmsg("About to write %zu RTP bytes", req->rtp_buffersize); in send_doc()
986 logmsg("Error closing file %s error: %d %s", in send_doc()
996 logmsg("Sending response failed. Only (%zu bytes) of " in send_doc()
1004 logmsg("Response sent (%zu bytes) and written to %s", in send_doc()
1016 logmsg("Told to sleep for %d seconds", num); in send_doc()
1026 logmsg("wait_ms() failed with error: (%d) %s", in send_doc()
1032 logmsg("Continuing after sleeping %d seconds", num); in send_doc()
1035 logmsg("Unknown command in reply command section"); in send_doc()
1171 logmsg("Error creating socket: (%d) %s", error, sstrerror(error)); in main()
1179 logmsg("setsockopt(SO_REUSEADDR) failed with error: (%d) %s", in main()
1204 logmsg("Error binding socket on port %hu: (%d) %s", in main()
1225 logmsg("getsockname() failed with error: (%d) %s", in main()
1244 logmsg("Apparently getsockname() succeeded, with listener port zero."); in main()
1245 logmsg("A valid reason for this failure is a binary built without"); in main()
1246 logmsg("proper network library linkage. This might not be the only"); in main()
1247 logmsg("reason, but double check it before anything else."); in main()
1252 logmsg("Running %s version on port %d", ipv_inuse, (int)port); in main()
1258 logmsg("listen() failed with error: (%d) %s", in main()
1285 logmsg("MAJOR ERROR: accept() failed with error: (%d) %s", in main()
1299 logmsg("====> Client connect"); in main()
1309 logmsg("====> TCP_NODELAY failed"); in main()
1332 logmsg("BOUNCE part number to %ld", req.partno); in main()
1346 logmsg("special request received, no persistency"); in main()
1350 logmsg("instructed to close connection after server-reply"); in main()
1355 logmsg("=> persistent connection request ended, awaits new request"); in main()
1362 logmsg("====> Client disconnect"); in main()
1384 logmsg("signalled to die"); in main()
1399 logmsg("========> %s rtspd (port: %d pid: %ld) exits with signal (%d)", in main()
1409 logmsg("========> rtspd quits"); in main()