Squid Web Cache master
Loading...
Searching...
No Matches
icp_opcode.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 1996-2025 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#ifndef SQUID_SRC_ICP_OPCODE_H
10#define SQUID_SRC_ICP_OPCODE_H
11
42
43extern const char *icp_opcode_str[];
44
45#endif /* SQUID_SRC_ICP_OPCODE_H */
46
icp_opcode
Definition icp_opcode.h:13
@ ICP_INVALIDATE
Definition icp_opcode.h:28
@ ICP_DATAEND
Definition icp_opcode.h:24
@ ICP_DELETE
Definition icp_opcode.h:29
@ ICP_DECHO
Definition icp_opcode.h:26
@ ICP_HIT_OBJ
Definition icp_opcode.h:38
@ ICP_UNUSED20
Definition icp_opcode.h:35
@ ICP_UNUSED16
Definition icp_opcode.h:31
@ ICP_NOTIFY
Definition icp_opcode.h:27
@ ICP_INVALID
Definition icp_opcode.h:15
@ ICP_DATABEG
Definition icp_opcode.h:22
@ ICP_QUERY
Definition icp_opcode.h:16
@ ICP_MISS_NOFETCH
Definition icp_opcode.h:36
@ ICP_END
Definition icp_opcode.h:39
@ ICP_DENIED
Definition icp_opcode.h:37
@ ICP_UNUSED15
Definition icp_opcode.h:30
@ ICP_ERR
Definition icp_opcode.h:19
@ ICP_SENDA
Definition icp_opcode.h:21
@ ICP_DATA
Definition icp_opcode.h:23
@ ICP_UNUSED17
Definition icp_opcode.h:32
@ ICP_UNUSED19
Definition icp_opcode.h:34
@ ICP_SECHO
Definition icp_opcode.h:25
@ ICP_UNUSED18
Definition icp_opcode.h:33
@ ICP_MISS
Definition icp_opcode.h:18
@ enumEnd_
Definition icp_opcode.h:40
@ ICP_HIT
Definition icp_opcode.h:17
@ ICP_SEND
Definition icp_opcode.h:20
@ enumBegin_
Definition icp_opcode.h:14
const char * icp_opcode_str[]