Searched refs:remove (Results 1 - 14 of 14) sorted by relevance

/httpd/include/
H A Dutil_cookies.h124 * and if remove is non zero, the cookie will be removed from the headers, and
128 int remove);
H A Dap_socache.h38 /** If this flag is set, the store/retrieve/remove/status interfaces
43 /* XXX: Even if store/retrieve/remove is atomic, isn't it useful to note
185 apr_status_t (*remove)(ap_socache_instance_t *instance, server_rec *s, member in struct:ap_socache_provider_t
/httpd/modules/session/
H A Dmod_session_cookie.c37 int remove; member in struct:__anon310
153 ap_cookie_read(r, name, &val, conf->remove);
193 new->remove = (add->remove_set == 0) ? base->remove : add->remove;
250 conf->remove = flag;
263 "Set to 'On' to remove the session cookie from the headers "
H A Dmod_session_dbd.c42 int remove; member in struct:__anon313
204 ap_cookie_read(r, name, &key, conf->remove);
495 new->remove = 1;
519 new->remove = (add->remove_set == 0) ? base->remove : add->remove;
559 conf->remove = flag;
/httpd/server/mpm/event/
H A Dfdqueue.h72 apr_pollfd_t **remove; member in struct:timer_event_t
H A Devent.c1459 * for apr_skiplist_{find,remove}(), but those are not used in MPM event where
1484 apr_pollfd_t **remove)
1504 te->remove = remove;
1518 apr_pollfd_t **remove)
1520 event_get_timer_event(t + apr_time_now(), cbfn, baton, 1, remove);
1831 if (te->remove != NULL) {
1833 for (pfds = (te->remove); *pfds != NULL; pfds++) {
1896 * automagically remove the FD if the socket is closed,
1902 "pollset remove faile
1480 event_get_timer_event(apr_time_t t, ap_mpm_callback_fn_t *cbfn, void *baton, int insert, apr_pollfd_t **remove) argument
1515 event_register_timed_callback_ex(apr_time_t t, ap_mpm_callback_fn_t *cbfn, void *baton, apr_pollfd_t **remove) argument
[all...]
/httpd/server/
H A Dutil_cookies.c170 /* Iterate through the cookies, isolate our cookie and then remove it.
173 * remove it twice and set the duplicated flag to true. Remove any
175 * up with an empty cookie, remove the whole header.
241 * and if remove is non zero, the cookie will be removed from the headers, and
245 int remove)
264 /* remove our cookie(s), and replace them */
265 if (remove) {
H A Drequest.c505 allow_options_t remove; member in struct:core_opts_t
522 opts->remove = (opts->remove & ~this_dir->opts_add)
524 opts->opts = (opts->opts & ~opts->remove) | opts->add;
529 opts->remove = this_dir->opts_remove;
765 opts.remove = this_dir->opts_remove;
/httpd/modules/ssl/
H A Dssl_scache.c185 mc->sesscache->remove(mc->sesscache_context, s, id, idlen, p);
/httpd/support/
H A Dhtcacheclean.c285 /* remove the directory */
1113 "Could not remove file '%s': %pm" APR_EOL_STR, file,
1128 apr_file_printf(errfile, "Could not remove directory %s: %pm" APR_EOL_STR,
1187 const char *remove; local
1190 remove = apr_pstrcat(pool, base, "/", header, NULL);
1191 status = apr_file_remove(remove, pool);
1193 apr_file_printf(errfile, "Could not remove file %s: %pm" APR_EOL_STR,
1194 remove, &status);
1198 remove = apr_pstrcat(pool, base, "/", data, NULL);
1199 status = apr_file_remove(remove, poo
[all...]
/httpd/modules/http/
H A Dmod_mime.c174 static void remove_items(apr_pool_t *p, apr_array_header_t *remove, argument
177 attrib_info *suffix = (attrib_info *) remove->elts;
179 for (i = 0; i < remove->nelts; i++) {
/httpd/modules/cache/
H A Dmod_cache_socache.c698 conf->provider->socache_provider->remove(
742 conf->provider->socache_provider->remove(conf->provider->socache_instance,
1163 /* For safety, remove any existing entry on failure, just in case it could not
1176 conf->provider->socache_provider->remove(conf->provider->socache_instance,
/httpd/modules/dav/main/
H A Dprops.c977 "Attempted to set/remove a property "
1057 (void) (*propdb->db_hooks->remove)(propdb->db, &name);
H A Dmod_dav.h806 ** ### to check for a prop's existence, a way to validate a set/remove
829 ** If true, then the set/remove is deferred to the dead property
1117 /* remove a given property */
1118 dav_error * (*remove)(dav_db *db, const dav_prop_name *name); member in struct:dav_hooks_propdb

Completed in 5893 milliseconds