Searched defs:nonblock (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/debugging/
H A Dmod_firehose.c81 apr_int32_t nonblock; member in struct:firehose_conn_t
485 | conn->nonblock, APR_OS_DEFAULT, plog))) {
561 if (!strcmp(arg1, "nonblock")) {
563 firehose->nonblock = APR_FOPEN_NONBLOCK;
565 return "The parameter 'nonblock' is not supported by APR on this platform";
569 firehose->nonblock = 0;
573 "The parameter '%s' should be 'block' or 'nonblock'", arg1);
577 firehose->nonblock = 0;

Completed in 1602 milliseconds