A brief file description. More...
#include "ink_config.h"
#include "EventName.h"
#include "http/HttpSM.h"
Go to the source code of this file.
Functions | |
static void | print_netstate (NetState *n) |
void | process_core (char *fname) |
Variables | |
bool | inTable |
FILE * | fp |
memTable | default_memTable = { 0, 0, 0 } |
HTTPHdrImpl * | global_http |
HttpSM * | last_seen_http_sm = NULL |
char | ethread_ptr_str [256] = "" |
char | netvc_ptr_str [256] = "" |
HdrHeap * | swizzle_heap |
char * | ptr_data |
A brief file description.
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition in file CoreUtils.cc.
static void print_netstate | ( | NetState * | n | ) | [static] |
Definition at line 831 of file CoreUtils.cc.
References VIO::_cont, NetState::enabled, Ptr< T >::m_ptr, VIO::mutex, VIO::nbytes, VIO::ndone, VIO::op, VIO::vc_server, and NetState::vio.
Referenced by CoreUtils::process_NetVC().
void process_core | ( | char * | fname | ) |
DynArray< struct memTable > arrayMem & default_memTable = { 0, 0, 0 } |
Definition at line 122 of file CoreUtils.cc.
char ethread_ptr_str[256] = "" |
Definition at line 128 of file CoreUtils.cc.
FILE* fp |
Definition at line 121 of file CoreUtils.cc.
Referenced by Str::dump(), handle_callbacks(), ink_res_init(), main(), ShowStats::mainEvent(), printN(), CoreUtils::read_from_core(), CoreUtils::read_heap_header(), ShowStats::ShowStats(), UDPClient_handle_callbacks(), and UDPClientTestInit().
Definition at line 125 of file CoreUtils.cc.
bool inTable |
Definition at line 120 of file CoreUtils.cc.
Referenced by CoreUtils::find_vaddr(), and CoreUtils::read_core_memory().
HttpSM* last_seen_http_sm = NULL |
Definition at line 126 of file CoreUtils.cc.
char netvc_ptr_str[256] = "" |
Definition at line 129 of file CoreUtils.cc.
char* ptr_data |
Definition at line 132 of file CoreUtils.cc.
Referenced by CoreUtils::load_http_hdr().
Definition at line 131 of file CoreUtils.cc.