Lines Matching refs:file
2 * 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;
238 static struct CRYPTO_dynlock_value *ssl_dyn_create_function(const char *file,
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, line, APLOG_MODULE_INDEX, APLOG_ERR, rv, p, APLOGNO(02186)
276 const char *file, int line)
281 ap_log_perror(file, line, APLOG_MODULE_INDEX, APLOG_TRACE3, 0, l->pool,
282 "Acquiring mutex %s:%d", l->file, l->line);
284 ap_log_perror(file, line, APLOG_MODULE_INDEX, APLOG_TRACE3, rv, l->pool,
285 "Mutex %s:%d acquired!", l->file, l->line);
288 ap_log_perror(file, line, APLOG_MODULE_INDEX, APLOG_TRACE3, 0, l->pool,
289 "Releasing mutex %s:%d", l->file, l->line);
291 ap_log_perror(file, line, APLOG_MODULE_INDEX, APLOG_TRACE3, rv, l->pool,
292 "Mutex %s:%d released!", l->file, l->line);
300 const char *file, int line)
304 ap_log_perror(file, line, APLOG_MODULE_INDEX, APLOG_TRACE1, 0, l->pool,
305 "Destroying dynamic lock %s:%d", l->file, l->line);
308 ap_log_perror(file, line, APLOG_MODULE_INDEX, APLOG_ERR, rv, l->pool,
310 "lock %s:%d", l->file, l->line);