fd.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3 *
4 * Squid software is distributed under GPLv2+ license and includes
5 * contributions from numerous individuals and organizations.
6 * Please see the COPYING and CONTRIBUTORS files for details.
7 */
8
9/* DEBUG: section 51 Filedescriptor Functions */
10
11#ifndef SQUID_FD_H_
12#define SQUID_FD_H_
13
14void fd_close(int fd);
15void fd_open(int fd, unsigned int type, const char *);
16void fd_note(int fd, const char *);
17void fd_bytes(int fd, int len, unsigned int type);
18void fdDumpOpen(void);
19int fdUsageHigh(void);
20void fdAdjustReserved(void);
21int default_read_method(int, char *, int);
22int default_write_method(int, const char *, int);
23
24#endif /* SQUID_FD_H_ */
25
void fd_open(int fd, unsigned int type, const char *)
Definition: minimal.cc:14
int default_read_method(int, char *, int)
Definition: fd.cc:129
void fd_close(int fd)
Definition: minimal.cc:20
void fd_note(int fd, const char *)
Definition: fd.cc:216
int default_write_method(int, const char *, int)
Definition: fd.cc:135
void fdAdjustReserved(void)
Definition: fd.cc:286
void fd_bytes(int fd, int len, unsigned int type)
Definition: fd.cc:226
void fdDumpOpen(void)
Definition: fd.cc:242
int fdUsageHigh(void)
Definition: fd.cc:271

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors