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

/httpd/support/
H A Dphf_abuse_log.cgi.in36 close(LOG);
H A Dlog_server_status.in59 close OUT;
65 "GET $request HTTP/1.1\r\nHost: $server\r\nConnection: close\r\n\r\n\r\n";
75 close OUT;
H A Dctlogconfig38 cur.close()
40 cxn.close()
315 cur.close()
317 cxn.close()
H A Dapxs.in209 close IN;
287 close(FP);
291 close(FP);
295 close(FP);
518 close(FP);
560 close(FP);
647 close(FP);
752 ** Connection: close
/httpd/modules/proxy/
H A Dmod_proxy_ajp.c212 conn->close = 1;
237 conn->close = 1;
258 conn->close = 1;
278 conn->close = 1;
293 conn->close = 1;
322 conn->close = 1;
333 conn->close = 1;
613 conn->close = 1;
623 conn->close = 1;
631 /* Our backend signalled connection close */
[all...]
H A Dmod_proxy_http.c779 p_conn->close = 1;
809 p_conn->close = 1;
973 * If we plan to close the backend connection sent Connection: close
978 buf = apr_pstrdup(p, "Connection: close" CRLF);
1414 backend->close = 1;
1497 backend->close = 1;
1539 backend->close = 1;
1551 backend->close = 1;
1602 backend->close
[all...]
H A Dmod_proxy_wstunnel.c149 baton->proxy_connrec->close = 1; /* new handshake expected on each back-conn */
504 backend->close = 1;
511 backend->close = 0;
540 backend->close = 1; /* must be after ap_proxy_determine_connection */
548 /* Do not close the socket */
H A Dmod_proxy_fcgi.c817 conn->close = 1;
828 conn->close = 1;
842 conn->close = 1;
893 backend->close = 1;
915 backend->close = 1;
917 backend->close = 0;
H A Dproxy_util.c1351 return ! (conn->close || !worker->s->is_address_reusable || worker->s->disablereuse);
2215 (*conn)->close = 0;
2373 conn->close = 0;
2407 if (conn->close) {
2409 conn->close = 0;
3038 * need to be close-notify-ed).
3320 if (!strcasecmp(name, "close")) {
3375 p_conn->close = 1;
3383 p_conn->close = 1;
H A Dmod_proxy.h252 unsigned int close:1; /* Close 'this' connection */ member in struct:__anon281
1049 * @return 1 if "close" was present, 0 otherwise.
H A Dmod_proxy_scgi.c577 backend->close = 1; /* always close the socket */
H A Dmod_proxy_ftp.c948 backend->close = 1;
1165 backend->close = 1;
2145 * close, close the socket and clean up
/httpd/build/
H A Dinstallwinconf.awk233 close(srcfl);
235 if ( close(dstfl) >= 0 ) {
267 close(srcfl);
268 close(dstfl);
280 close(tstfl);
/httpd/docs/log-message-tags/
H A Dupdate-log-msg-tags98 close $fh;
146 close($fh) or die "close $tmpname: $!";
/httpd/modules/generators/
H A Dmod_cgid.c342 return close(fd);
717 close(sd2);
725 close(sd2);
740 close(sd2);
800 close(sd2);
807 /* We want to close sd2 for the new CGI process too.
810 * close(sd2) here should be okay, as CGI channel
814 close(sd2);
1233 close(sd);
1240 close(s
[all...]
/httpd/test/
H A Dtime-sem.c316 close (fd);
457 * Some SysV systems place the shared segment WAY too close
/httpd/include/
H A Dhttp_config.h271 /**< a close handler function */
272 apr_status_t (*close) (void *param); member in struct:ap_configfile_t
273 /**< the argument passed to getch/getstr/close */
785 * @param param The argument passed to getch/getstr/close
788 * @param close_func The close function
816 * Detach from open ap_configfile_t, calling the close handler
817 * @param cfp The file to close
/httpd/modules/dav/main/
H A Dprops.c562 (*propdb->db_hooks->close)(propdb->db);
866 /* "close" the bad propstat */
H A Dmod_dav.h618 ** will place open/close angle brackets around each value (much like
1054 void (*close)(dav_db *db); member in struct:dav_hooks_propdb
1828 ** Note the possibility of an error from the close -- it is entirely
1829 ** feasible that the close does a "commit" of some kind, which can
/httpd/server/
H A Dutil.c831 return (cfp->close == NULL) ? 0 : cfp->close(cfp->param);
924 new_cfg->close = cfg_close;
943 new_cfg->close = close_func;

Completed in 935 milliseconds