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

/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/proxy/
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.
/httpd/modules/dav/main/
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

Completed in 39 milliseconds