Searched refs:tmp (Results 1 - 25 of 61) sorted by relevance

123

/httpd/modules/core/test/conf/
H A Dtest20.conf9 <Directory /tmp>
10 Use foo /tmp
H A Dtest23.conf3 <Directory /tmp>
5 Warning "macro foo in /tmp"
11 <Directory /tmp>
H A Dtest17.conf7 <Directory /tmp>
H A Dtest22.conf4 <Directory /tmp>
H A Dtest15.conf3 <directory /tmp>
H A Dtest21.conf4 <Directory /tmp>
5 Error "macro foo dir /tmp"
H A Dtest19.conf8 <Directory /tmp>
21 <Directory /tmp>
H A Dtest24.conf20 <Directory /tmp>
H A Dtest56.conf12 Use Open /tmp
/httpd/build/
H A Dbsd_makefile26 tmpfile=`mktemp /tmp/bsd_makefile.XXXXXX 2>/dev/null` || tmpfile="tmp.$$"
H A Dsysv_makefile26 tmpfile=`mktemp /tmp/sysv_makefile.XXXXXX 2>/dev/null` || tmpfile="tmp.$$"
H A Dbinbuild.sh159 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 DMakefile7 APA.dir = /tmp/apache
58 } > $@.tmp ; \
62 $@.tmp > $@ ; \
63 $(RM) $@.tmp
/httpd/modules/http/
H A Dchunk_filter.c52 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 Dhttp_filters.c360 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 Dap_regkey.c224 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 Dmod_buffer.c46 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 Dmod_charset_lite.c95 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 Dctauditscts40 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 Dap_socache.h104 * @param tmp Pool to be used for any temporary allocations
110 apr_pool_t *tmp, apr_pool_t *p);
/httpd/modules/metadata/
H A Dmod_cern_meta.c244 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 Daixproto.ksh18 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 Dutil_lock.c82 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 Dmod_file_cache.c129 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 Dlog.c634 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...]

Completed in 768 milliseconds

123