Searched refs:file (Results 1 - 25 of 70) sorted by relevance

123

/httpd/docs/log-message-tags/
H A Dupdate-log-msg-tags12 foreach my $file (@ARGV) {
13 if ($file !~ /\.c$/) {
14 print STDERR "Skipping non-C file $file\n";
17 process($file);
24 $list .= "$tag: $d->{file}:$d->{line}: $d->{msg}\n";
32 my $file = shift;
34 open(my $fh, "<", $file) or die "open $file: $!";
35 #print STDERR "processing $file\
[all...]
/httpd/modules/lua/
H A Dlua_config.h3 * contributor license agreements. See the NOTICE file distributed with
5 * The ASF licenses this file to You under the Apache License, Version 2.0
6 * (the "License"); you may not use this file except in compliance with
26 const char *file,
H A Dlua_vmprep.c3 * contributor license agreements. See the NOTICE file distributed with
5 * The ASF licenses this file to You under the Apache License, Version 2.0
6 * (the "License"); you may not use this file except in compliance with
63 /* forward dec'l from this file */
258 spec->file);
266 * file -> ???
274 const char *file)
287 parent_dir = ap_make_dirstr_parent(pool, file);
342 spec->file);
349 spec->file);
268 munge_path(lua_State *L, const char *field, const char *sub_pat, const char *rep_pat, apr_pool_t *pool, apr_array_header_t *paths, const char *file) argument
[all...]
/httpd/support/
H A Dlist_hooks.pl4 # contributor license agreements. See the NOTICE file distributed with
6 # The ASF licenses this file to You under the Apache License, Version 2.0
7 # (the "License"); you may not use this file except in compliance with
46 my $file="$path/$f";
48 if(-d $file) {
49 findInDir($file);
52 next if $file !~ /\.[ch]$/;
54 scanFile($file);
60 my $file=shift;
62 # print "scanning $file\
[all...]
H A Dfirehose.c3 * you may not use this file except in compliance with the License.
72 file_rec *file; member in struct:uuid_rec
101 "file",
104 " --file, -f <name>\t\t\tFile to read the firehose from.\n\t\t\t\t\tDefaults to stdin." },
129 "writes each connection to a file, or to a socket as appropriate.\n" \
131 "When writing to files, each connection is placed into a dedicated file\n" \
184 apr_hash_set(rec->file->response_uuids, rec->uuid, APR_HASH_KEY_STRING,
188 apr_hash_set(rec->file->request_uuids, rec->uuid, APR_HASH_KEY_STRING,
198 static apr_status_t make_uuid_rec(file_rec *file, header_rec *header, argument
203 apr_pool_create(&pool, file
231 finalise_body(file_rec *file, header_rec *header) argument
284 check_prefix(file_rec *file, header_rec *header, const char *str, apr_size_t len) argument
319 process_body(file_rec *file, header_rec *header, const char *str, apr_size_t len) argument
427 process_header(file_rec *file, header_rec *header, const char *str, apr_size_t len) argument
500 demux(file_rec *file) argument
658 file_rec *file; local
[all...]
H A Dcheck_forensic3 # check_forensic <forensic log file>
10 temp_create_method=file
21 file)
31 echo "$0: Cannot create temporary file"
/httpd/build/
H A Dmkdep.perl35 while ($file = shift(@ARGV))
37 $file =~ s/\.o$/.c/;
39 open(F, "$cmdl $file|");
50 $of = $file;
52 $str = "$of:\t$file";
H A Dmkdir.sh4 # contributor license agreements. See the NOTICE file distributed with
6 # The ASF licenses this file to You under the Apache License, Version 2.0
7 # (the "License"); you may not use this file except in compliance with
28 for file in ${1+"$@"} ; do
29 set fnord `echo ":$file" |\
H A Dnw_export.inc9 them out of the preprocessed result file. */
H A Dmake_exports.awk2 # contributor license agreements. See the NOTICE file distributed with
4 # The ASF licenses this file to You under the Apache License, Version 2.0
5 # (the "License"); you may not use this file except in compliance with
28 file = ARGV[i]
29 sub("([^/]*[/])*", "", file)
30 printf("#include \"%s\"\n", file)
H A Dlibrary.mk2 # contributor license agreements. See the NOTICE file distributed with
4 # The ASF licenses this file to You under the Apache License, Version 2.0
5 # (the "License"); you may not use this file except in compliance with
H A Dltlib.mk2 # contributor license agreements. See the NOTICE file distributed with
4 # The ASF licenses this file to You under the Apache License, Version 2.0
5 # (the "License"); you may not use this file except in compliance with
H A Dprogram.mk2 # contributor license agreements. See the NOTICE file distributed with
4 # The ASF licenses this file to You under the Apache License, Version 2.0
5 # (the "License"); you may not use this file except in compliance with
/httpd/modules/core/test/conf/
H A Dtest41.conf20 Error Stop configuration file processing.
H A Dtest39.conf11 Error Sorry, mod_macro must be installed to run this configuration file.
/httpd/modules/ssl/
H A Dssl_util.c2 * contributor license agreements. See the NOTICE file distributed with
4 * The ASF licenses this file to You under the Apache License, Version 2.0
5 * (the "License"); you may not use this file except in compliance with
212 const char *file, int line)
227 const char* file; member in struct:CRYPTO_dynlock_value
238 static struct CRYPTO_dynlock_value *ssl_dyn_create_function(const char *file, argument
251 ap_log_perror(file, line, APLOG_MODULE_INDEX, APLOG_TRACE1, 0, p,
258 value->file = apr_pstrdup(p, file);
263 ap_log_perror(file, lin
211 ssl_util_thr_lock(int mode, int type, const char *file, int line) argument
275 ssl_dyn_lock_function(int mode, struct CRYPTO_dynlock_value *l, const char *file, int line) argument
299 ssl_dyn_destroy_function(struct CRYPTO_dynlock_value *l, const char *file, int line) argument
[all...]
H A Dssl_engine_log.c2 * contributor license agreements. See the NOTICE file distributed with
4 * The ASF licenses this file to You under the Apache License, Version 2.0
5 * (the "License"); you may not use this file except in compliance with
49 { "*no start line*", "Bad file contents or format - or even just a forgotten SSLCertificateKeyFile?" },
84 void ssl_log_ssl_error(const char *file, int line, int level, server_rec *s) argument
101 ap_log_error(file, line, APLOG_MODULE_INDEX, level, 0, s,
116 static void ssl_log_cert_error(const char *file, int line, int level, argument
189 ap_log_rerror(file, line, APLOG_MODULE_INDEX, level, rv, r, "%s", buf);
192 ap_log_cerror(file, line, APLOG_MODULE_INDEX, level, rv, c, "%s", buf);
195 ap_log_error(file, lin
206 ssl_log_xerror(const char *file, int line, int level, apr_status_t rv, apr_pool_t *ptemp, server_rec *s, X509 *cert, const char *fmt, ...) argument
219 ssl_log_cxerror(const char *file, int line, int level, apr_status_t rv, conn_rec *c, X509 *cert, const char *fmt, ...) argument
231 ssl_log_rxerror(const char *file, int line, int level, apr_status_t rv, request_rec *r, X509 *cert, const char *fmt, ...) argument
[all...]
/httpd/include/
H A Dhttp_log.h2 * contributor license agreements. See the NOTICE file distributed with
4 * The ASF licenses this file to You under the Apache License, Version 2.0
5 * (the "License"); you may not use this file except in compliance with
18 * @file http_log.h
134 * every file which uses ap_log_* before the first use of ::APLOG_MARK
141 * Constant to store module_index for the current file.
270 * ap_log_error() and related functions, i.e. file, line, and module_index.
273 * version, APLOG_MARK only replaced the file and line parameters.
292 * Replace logging to stderr with logging to the given file.
294 * @param file Nam
[all...]
/httpd/server/mpm/simple/
H A Dsimple_event.h2 * contributor license agreements. See the NOTICE file distributed with
4 * The ASF licenses this file to You under the Apache License, Version 2.0
5 * (the "License"); you may not use this file except in compliance with
55 apr_file_t * file,
/httpd/modules/cache/
H A Dmod_cache_disk.c2 * contributor license agreements. See the NOTICE file distributed with
4 * The ASF licenses this file to You under the Apache License, Version 2.0
5 * (the "License"); you may not use this file except in compliance with
33 * Flow to Find the .data file:
37 * Read in <hash>.header file (may contain Format #1 or Format #2)
68 apr_file_t *file);
110 static apr_status_t mkdir_structure(disk_cache_conf *conf, const char *file, apr_pool_t *pool) argument
115 for (p = (char*)file + conf->cache_root_len + 1;;) {
121 rv = apr_dir_make(file,
161 static apr_status_t file_cache_el_final(disk_cache_conf *conf, disk_cache_file_t *file, argument
189 disk_cache_file_t *file = (disk_cache_file_t *)dummy; local
202 file_cache_create(disk_cache_conf *conf, disk_cache_file_t *file, apr_pool_t *pool) argument
600 close_disk_cache_fd(disk_cache_file_t *file) argument
711 read_array(request_rec *r, apr_array_header_t* arr, apr_file_t *file) argument
775 read_table(cache_handle_t *handle, request_rec *r, apr_table_t *table, apr_file_t *file) argument
[all...]
/httpd/modules/lua/test/htdocs/
H A Dconfig_tests.lua2 -- contributor license agreements. See the NOTICE file distributed with
4 -- The ASF licenses this file to You under the Apache License, Version 2.0
5 -- (the "License"); you may not use this file except in compliance with
H A Dother.lua2 -- contributor license agreements. See the NOTICE file distributed with
4 -- The ASF licenses this file to You under the Apache License, Version 2.0
5 -- (the "License"); you may not use this file except in compliance with
/httpd/modules/lua/test/lib/
H A Dkangaroo.lua2 -- contributor license agreements. See the NOTICE file distributed with
4 -- The ASF licenses this file to You under the Apache License, Version 2.0
5 -- (the "License"); you may not use this file except in compliance with
/httpd/test/
H A Dtest_find.c2 * contributor license agreements. See the NOTICE file distributed with
4 * The ASF licenses this file to You under the Apache License, Version 2.0
5 * (the "License"); you may not use this file except in compliance with
52 AP_DECLARE(void) ap_log_error(const char *file, int line, int level, argument
H A Dtest_parser.c2 * contributor license agreements. See the NOTICE file distributed with
4 * The ASF licenses this file to You under the Apache License, Version 2.0
5 * (the "License"); you may not use this file except in compliance with
52 AP_DECLARE(void) ap_log_error(const char *file, int line, int level, argument

Completed in 4476 milliseconds

123