Searched refs:used (Results 1 - 5 of 5) sorted by relevance

/httpd/build/
H A Dmkdep.perl49 %used = ();
72 next if $used{$1};
74 $used{$1} = 1;
H A Dmake_exports.awk70 used = scope_used[scope]
72 if (!used)
76 if (used) {
H A DNWGNUhead.inc65 @echo $(DL)Multiple targets can be used on a single nmake command line -$(DL)
/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...]
/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"),

Completed in 1212 milliseconds