• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/apache-786.1/httpd/modules/loggers/

Lines Matching +defs:this +defs:fn

3  * this work for additional information regarding copyright ownership.
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
27 * TransferLog fn Logs transfers to fn in standard log format, unless
30 * CustomLog fn format
31 * Log to file fn with format given by the format
34 * CookieLog fn For backwards compatability with old Cookie
45 * the VirtualHost will _not_ be used. This makes this module compatable
71 * But using this method allows much easier modification of the
90 * %...k: number of keepalive requests served over this connection
101 * %...s: status. For requests that got internally redirected, this
120 this conflicted with the historical ssl %...{var}c syntax.)
126 * %...o; some with long memories may remember that I thought this was
139 * The way this is supposed to work with virtual hosts is as follows:
208 * doesn't have this. Now, for file writes there is actually no limit,
209 * the entire write is atomic. Whether all systems implement this
225 * server a pointer to the logs specified for the main server, so that if this
231 * config_logs points to the array of logs defined inside this vhost,
245 * be NULL, which means this module does no logging for this
581 * a problem with this, you can set the define. -djg
788 * Allow the loop to deal with this *s in the normal
923 /* First, see if we need to process this thing at all... */
1032 * Log this transaction..
1124 static const char *add_custom_log(cmd_parms *cmd, void *dummy, const char *fn,
1145 cls->fname = fn;
1159 const char *fn)
1161 return add_custom_log(cmd, dummy, fn, NULL, NULL);
1164 static const char *set_cookie_log(cmd_parms *cmd, void *dummy, const char *fn)
1166 return add_custom_log(cmd, dummy, fn, "%{Cookie}n \"%r\" %t", NULL);
1348 buffered_log *this = array[i];
1354 this->mutex.type = apr_anylock_threadmutex;
1355 rv = apr_thread_mutex_create(&this->mutex.lock.tm,
1362 this->mutex.type = apr_anylock_none;
1368 this->mutex.type = apr_anylock_none;