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

/httpd/modules/arch/netware/
H A Dmod_nw_ssl.c83 * are used by mod_proxy to enable use of SSL for outgoing
112 int used; /* Only used during restart */ member in struct:seclisten_rec
225 sl->used = 1;
553 new->used = 0;
782 if (((sl->fd = find_secure_listener(sl)) >= 0) && (sl->used)) {
1253 "Adds trusted certificates that are used to create secure connections to proxied servers"),
/httpd/modules/core/
H A Dmod_macro.c216 not used yet, because that would trigger some backward compatibility.
412 if used is defined, returns the used macro arguments.
419 apr_array_header_t * used)
426 if (used) {
427 ap_assert(used->nalloc >= replacements->nelts);
439 if (used) {
440 used->elts[whichone] = 1;
452 passes used down to substitute_macro_args.
457 apr_array_header_t * used,
414 substitute_macro_args( char *buf, int bufsize, const ap_macro_t * macro, const apr_array_header_t * replacements, apr_array_header_t * used) argument
454 process_content(apr_pool_t * pool, const ap_macro_t * macro, const apr_array_header_t * replacements, apr_array_header_t * used, apr_array_header_t ** result) argument
498 apr_array_header_t *used; local
[all...]

Completed in 106 milliseconds