Searched defs:file (Results 1 - 25 of 36) sorted by relevance

12

/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
/httpd/modules/ssl/
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...]
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_util_ssl.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
487 DH *ssl_dh_GetParamFromFile(const char *file) argument
492 if ((bio = BIO_new_file(file, "r")) == NULL)
500 EC_GROUP *ssl_ec_GetParamFromFile(const char *file) argument
505 if ((bio = BIO_new_file(file, "r")) == NULL)
520 * Read a file that optionally contains the server certificate in PEM
525 SSL_CTX *ctx, char *file, int skipfirst, pem_password_cb *cb)
534 if (BIO_read_filename(bio, file) <
524 SSL_CTX_use_certificate_chain( SSL_CTX *ctx, char *file, int skipfirst, pem_password_cb *cb) argument
[all...]
H A Dssl_ct_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
228 * how big the file is
438 APLOGNO(02790) "can't write 2-byte length to file");
458 APLOGNO(02791) "can't write 3-byte length to file");
463 void ctutil_log_array(const char *file, int line, int module_index, argument
470 ap_log_error(file, line, module_index, level,
473 ap_log_error(file, line, module_index, level,
H A Dssl_engine_init.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
446 "Using SRP verifier file [%s]", mctx->srp_vfile);
460 "Unable to load SRP verifier file [error %d]", err);
1195 "Failed to open ticket key file %s: (%d) %pm",
1626 const char *file)
1632 SSL_load_client_CA_file(file);
1678 * Process CA certificate bundle file
1684 * then the file faile
1711 const char *file; local
[all...]
H A Dssl_engine_config.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
480 "SSLPassPhraseDialog: file '",
568 if ((arg2len > 5) && strEQn(arg2, "file:", 5)) {
603 seed->nBytes = 0; /* read whole file */
691 const char **file)
693 const char *filepath = ap_server_root_relative(parms->pool, *file);
697 ": Invalid file path ", *file, NUL
690 ssl_cmd_check_file(cmd_parms *parms, const char **file) argument
[all...]
/httpd/modules/cache/
H A Dmod_cache_disk.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
30 const char *file; member in struct:__anon87
44 disk_cache_file_t data; /* data file structure */
45 disk_cache_file_t hdrs; /* headers file structure */
46 disk_cache_file_t vary; /* vary file structure */
50 apr_off_t file_size; /* File size of the cached data file */
80 apr_off_t minfs; /* minimum file size for cached files */
81 apr_off_t maxfs; /* maximum file siz
[all...]
H A Dmod_file_cache.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
30 mod_mmap_static, caches open file handles, not file content.
32 that have an efficient sendfile implementation, caching file handles
33 offers several advantages over caching content. First, the file system
38 as the server runs. On systems that have file change notification,
67 The file will be served out of the file handl
100 apr_file_t *file; member in struct:__anon90
270 mmap_handler(request_rec *r, a_file *file) argument
291 sendfile_handler(request_rec *r, a_file *file) argument
[all...]
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/
H A Dlua_config.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
55 const char *file,
71 handler->file_name = apr_pstrdup(cfg->pool, file);
91 lua_getfield(L, 2, "file");
93 const char *file = lua_tostring(L, -1); local
94 handler->file_name = apr_pstrdup(cfg->pool, file);
54 ap_lua_map_handler(ap_lua_dir_cfg *cfg, const char *file, const char *function, const char *pattern, const char *scope) argument
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...]
H A Dlua_vmprep.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
64 /* name of base file to load in the vm */
65 const char *file; member in struct:__anon213
79 * the file part of this structure is ignored for loading purposes, but
125 * Obtain a lua_State which has loaded file and is associated with lifecycle_pool
131 * @file file to be opened, also used as a key for uniquing lua_States
132 * @cb callback for vm initialization called *before* the file i
[all...]
/httpd/server/
H A Dutil_mutex.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
53 /* Split arg into meth and file */
55 char *file = strchr(meth, ':'); local
56 if (file) {
57 *(file++) = '\0';
58 if (!*file) {
59 file = NULL;
64 * we presume file indicate
[all...]
H A Dapreq_util.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
30 /* used for specifying file sizes */
790 * forces applications to open the file with FILE_SHARED_DELETE
793 * file to a permanent location, and subsequently expect to open it
1009 apr_file_t *file; local
1038 s = apreq_file_mktemp(&file, pool, temp_dir);
1042 s = apreq_brigade_fwrite(file, &wlen, out);
1047 last_out = apr_bucket_file_create(file, wle
[all...]
H A Dapreq_module_cgi.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
285 static void cgi_log_error(const char *file, int line, int level, argument
320 date, priorities[level].t_name, remote_addr, file, line,
326 date, priorities[level].t_name, remote_addr, file, line,
351 apr_file_t *file; local
413 apr_file_open_stdin(&file, pool); /* error status? */
414 pipe = apr_bucket_pipe_create(file, ba);
/httpd/modules/dav/fs/
H A Ddbm.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
24 ** This implementation uses a SDBM database per file and directory to
26 ** the directory in question or the directory that holds the file in
49 apr_dbm_t *file; member in struct:dav_db
104 (void) apr_dbm_geterror(db->file, &errcode, errbuf, sizeof(errbuf));
131 apr_dbm_t *file = NULL; local
135 if ((status = apr_dbm_open(&file, pathname,
142 /* we can't continue if we couldn't open the file
[all...]
H A Dlock.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
378 ** to look up lock information for this file.
597 /* if we don't see the file, then it's a locknull */
742 ** dav_fs_load_locknull_list: Returns a dav_buffer dump of the locknull file
749 apr_file_t *file = NULL; local
764 if (apr_file_open(&file, pbuf->buf, APR_READ | APR_BINARY, APR_OS_DEFAULT,
769 rv = apr_file_info_get(&finfo, APR_FINFO_SIZE, file);
773 "Opened but could not stat file
813 apr_file_t *file = NULL; local
[all...]
/httpd/modules/debugging/
H A Dmod_firehose.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
76 apr_file_t *file; member in struct:firehose_conn_t
140 rv = apr_file_write_full(ctx->conn->file, header, hdr_len, NULL);
222 rv = apr_file_writev_full(ctx->conn->file, vec, 3, &bytes);
390 * is parsed, a file is opened at server start. By default, all input is buffered
393 * attempting to write the buffer to the file.
427 if (!conn->file || (conn->proxy == FIREHOSE_NORMAL
483 if (APR_SUCCESS != (rv = apr_file_open(&conn->file, con
[all...]
/httpd/modules/examples/
H A Dmod_example_hooks.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
30 * configuration file like so:
482 static void trace_nocontext(apr_pool_t *p, const char *file, int line, argument
493 ap_log_perror(file, line, APLOG_MODULE_INDEX, APLOG_NOTICE, 0, p, "%s", note);
538 * aren't in the .htaccess file, or a <Location>, <Directory>, or related
703 * declaration near the bottom of this file.) Note that these may be *
789 * This routine is called to perform any module-specific log file
1085 * can not serve any requests from the file syste
[all...]
/httpd/modules/session/
H A Dmod_session_crypto.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
576 ap_configfile_t *file; local
580 rv = ap_pcfg_openfile(&file, cmd->temp_pool, filename);
582 return apr_psprintf(cmd->pool, "%s: Could not open file %s: %pm",
586 while (!(ap_cfg_getline(buffer, sizeof(buffer), file))) {
596 ap_cfg_closefile(file);
/httpd/support/
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...]
/httpd/modules/arch/win32/
H A Dmod_isapi.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
151 "not a regular file, skipping %s", fspec);
969 char *file = (char *)buf_data; local
972 apr_pstrndup(cid->r->pool, file, *buf_size), r, NULL);
983 && (file[len - 1] != '/'))
984 file = apr_pstrcat(cid->r->pool, subreq->filename, "/", NULL);
986 file = apr_pstrcat(cid->r->pool, subreq->filename,
993 apr_filepath_merge(&file, "", fil
[all...]
/httpd/modules/generators/
H A Dmod_cgi.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
801 "file permissions deny server execution");
1162 char *file = r->filename; local
1204 "for parameter \"%s\" to tag exec in file %s",
1219 "\"%s\" in %s", tag_val, file);
1226 "\"%s\" to tag exec in %s", tag, file);

Completed in 275 milliseconds

12