/httpd/modules/core/test/conf/ |
H A D | test20.conf | 9 <Directory /tmp> 10 Use foo /tmp
|
H A D | test23.conf | 3 <Directory /tmp> 5 Warning "macro foo in /tmp" 11 <Directory /tmp>
|
H A D | test17.conf | 7 <Directory /tmp>
|
H A D | test22.conf | 4 <Directory /tmp>
|
H A D | test15.conf | 3 <directory /tmp>
|
H A D | test21.conf | 4 <Directory /tmp> 5 Error "macro foo dir /tmp"
|
H A D | test19.conf | 8 <Directory /tmp> 21 <Directory /tmp>
|
H A D | test24.conf | 20 <Directory /tmp>
|
H A D | test56.conf | 12 Use Open /tmp
|
/httpd/build/ |
H A D | bsd_makefile | 26 tmpfile=`mktemp /tmp/bsd_makefile.XXXXXX 2>/dev/null` || tmpfile="tmp.$$"
|
H A D | sysv_makefile | 26 tmpfile=`mktemp /tmp/sysv_makefile.XXXXXX 2>/dev/null` || tmpfile="tmp.$$"
|
H A D | binbuild.sh | 159 bindist/bin/$one_file > bindist/bin/$one_file.tmp 160 mv bindist/bin/$one_file.tmp bindist/bin/$one_file
|
/httpd/modules/core/test/ |
H A D | Makefile | 7 APA.dir = /tmp/apache 58 } > $@.tmp ; \ 62 $@.tmp > $@ ; \ 63 $(RM) $@.tmp
|
/httpd/modules/http/ |
H A D | chunk_filter.c | 52 apr_bucket_brigade *more, *tmp; local 56 for (more = tmp = NULL; b; b = more, more = NULL) { 88 more = apr_brigade_split_ex(b, APR_BUCKET_NEXT(e), tmp); 108 more = apr_brigade_split_ex(b, APR_BUCKET_NEXT(e), tmp); 192 tmp = b; 193 apr_brigade_cleanup(tmp);
|
H A D | http_filters.c | 360 char *tmp; local 370 tmp = apr_pstrcat(f->r->pool, AP_SERVER_PROTOCOL " ", 372 len = strlen(tmp); 373 ap_xlate_proto_to_ascii(tmp, len); 374 e = apr_bucket_pool_create(tmp, len, f->r->pool, 803 char *tmp = apr_pstrcatv(r->pool, vec, vec_next - vec, &len); local 804 ap_xlate_proto_to_ascii(tmp, len); 805 return apr_brigade_write(h->bb, NULL, NULL, tmp, len); 867 const char *tmp = ap_get_status_line(r->status); local 868 if (!strncmp(tmp, 920 char *tmp; local 1093 char *tmp; local [all...] |
/httpd/os/win32/ |
H A D | ap_regkey.c | 224 apr_wchar_t *tmp = wvalue; local 227 size = ExpandEnvironmentStringsW(tmp, wvalue, (DWORD)size); 272 char *tmp = *result; local 274 size = ExpandEnvironmentStrings(tmp, *result, (DWORD)size); 454 char *tmp; local 505 for (tmp = buf; *tmp; ++tmp) { 507 while (*tmp) { 508 ++tmp; 543 apr_wchar_t *tmp; local 582 char *tmp; local [all...] |
/httpd/modules/filters/ |
H A D | mod_buffer.c | 46 apr_bucket_brigade *tmp; member in struct:buffer_ctx 205 ctx->tmp = apr_brigade_create(f->r->pool, f->c->bucket_alloc); 224 if (APR_BRIGADE_EMPTY(ctx->tmp)) { 225 rv = ap_get_brigade(f->next, ctx->tmp, mode, block, 236 if (rv != APR_SUCCESS || APR_BRIGADE_EMPTY(ctx->tmp)) { 242 e = APR_BRIGADE_FIRST(ctx->tmp); 277 } while (!APR_BRIGADE_EMPTY(ctx->tmp));
|
H A D | mod_charset_lite.c | 95 char *tmp; /* buffer for input filtering */ member in struct:charset_filter_ctx_t 268 input_ctx->tmp = apr_palloc(r->pool, INPUT_XLATE_BUF_SIZE); 381 static apr_status_t send_downstream(ap_filter_t *f, const char *tmp, apr_size_t len) argument 387 b = apr_bucket_transient_create(tmp, len, c->bucket_alloc); 764 char tmp[OUTPUT_XLATE_BUF_SIZE]; local 860 space_avail = sizeof(tmp); 904 /* Try to fill up our tmp buffer with translated data. */ 914 tmp_tmp = tmp + sizeof(tmp) - space_avail; 922 tmp [all...] |
/httpd/support/ |
H A D | ctauditscts | 40 def audit(fn, tmp, already_checked, cur): 142 tmp = '/tmp' 156 audit(os.path.join(dirpath, fn), tmp, already_checked, cur)
|
/httpd/include/ |
H A D | ap_socache.h | 104 * @param tmp Pool to be used for any temporary allocations 110 apr_pool_t *tmp, apr_pool_t *p);
|
/httpd/modules/metadata/ |
H A D | mod_cern_meta.c | 244 char *tmp; local 251 tmp = apr_pstrdup(r->pool, l); 252 ap_content_type_tolower(tmp); 253 ap_set_content_type(r, tmp);
|
/httpd/build/aix/ |
H A D | aixproto.ksh | 18 rm -rf .info lpp_name tmp 68 # use mkinstallp to create the fileset. result is in ${TEMPDIR}/tmp 71 cp ${TEMPDIR}/tmp/$PKG.$NAME.$VERSION.0.bff ${BUILD}/build/aix
|
/httpd/modules/dav/main/ |
H A D | util_lock.c | 82 char tmp[100]; local 117 apr_snprintf(tmp, sizeof(tmp), "<D:depth>%s</D:depth>" DEBUG_CR, 119 dav_buffer_append(p, pbuf, tmp); 145 apr_snprintf(tmp, sizeof(tmp), "Second-%lu", (long unsigned int)(lock->timeout - now)); 146 dav_buffer_append(p, pbuf, tmp);
|
/httpd/modules/cache/ |
H A D | mod_file_cache.c | 129 a_file tmp; local 141 if ((rc = apr_stat(&tmp.finfo, fspec, APR_FINFO_MIN, 147 if (tmp.finfo.filetype != APR_REG) { 152 if (tmp.finfo.size > AP_MAX_SENDFILE) { 169 new_file->finfo = tmp.finfo;
|
/httpd/server/ |
H A D | log.c | 634 char tmp[256]; local 649 apr_snprintf(tmp, sizeof(tmp), "%s", &e[1]); 650 e = &tmp[strlen(tmp)-1]; 654 file = tmp; 764 apr_uint64_t id, tmp; local 778 tmp = pid; 779 tmp = tmp << 4 [all...] |