Lines Matching defs:handle
182 void *handle,
188 void *handle,
198 static ap_log_writer_init *ap_log_set_writer_init(ap_log_writer_init *handle);
199 static ap_log_writer *ap_log_set_writer(ap_log_writer *handle);
254 apr_file_t *handle;
294 * errorlog_provider_data holds pointer to provider and its handle
300 void *handle;
1116 if (buf->outcnt && buf->handle != NULL) {
1118 apr_file_write_full(buf->handle, buf->outbuf, buf->outcnt, NULL);
1605 static ap_log_writer_init *ap_log_set_writer_init(ap_log_writer_init *handle)
1608 log_writer_init = handle;
1613 static ap_log_writer *ap_log_set_writer(ap_log_writer *handle)
1616 log_writer = handle;
1622 void *handle,
1629 default_log_writer *log_writer = handle;
1663 data->provider->writer(&info, data->handle,
1713 provider_data->handle = provider_handle;
1748 b->handle = ap_default_log_writer_init(p, s, name);
1750 if (b->handle) {
1758 void *handle,
1769 buffered_log *buf = (buffered_log*)handle;
1791 rv = apr_file_write_full(buf->handle, str, w, NULL);