NCBI C++ ToolKit
Macros | Functions | Variables
ncbi_localip.c File Reference
#include "ncbi_ansi_ext.h"
#include "ncbi_assert.h"
#include "ncbi_priv.h"
#include "ncbi_servicep.h"
#include <connect/ncbi_connection.h>
#include <connect/ncbi_file_connector.h>
#include <connect/ncbi_http_connector.h>
#include <connect/ncbi_iprange.h>
#include <connect/ncbi_localip.h>
#include <errno.h>
#include <limits.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <sys/param.h>
+ Include dependency graph for ncbi_localip.c:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Go to the SVN repository for this file.

Macros

#define NCBI_USE_ERRCODE_X   Connect_LocalIP
 
#define NcbiSys_access   access
 
#define INADDR_LOOPBACK   0x7F000001
 
#define PATH_MAX   1024
 
#define BUFSIZE   PATH_MAX
 
#define SizeOf(a)   (sizeof(a) / sizeof((a)[0]))
 
#define NCBI_LOCALIP_DEBUG   1
 

Functions

static const SIPRangex_IsOverlappingRange (const SIPRange *start, const SIPRange *range, size_t n)
 
static int xx_LoadLocalIPs (CONN conn, const char *source)
 
static int x_LoadLocalIPs (CONNECTOR c, const char *source)
 
static void s_LoadLocalIPs (void)
 
void NcbiInitLocalIP (void)
 Init local IP classification. More...
 
int NcbiIsLocalIPEx (const TNCBI_IPv6Addr *addr, SNcbiDomainInfo *info)
 Return non-zero (true) if the IP address (in network byte order) provided as an agrument, is a local one (i.e. More...
 
int NcbiIsLocalIP (unsigned int ip)
 Return non-zero (true) if the IP address (in network byte order) provided as an agrument, is a local one (i.e. More...
 

Variables

static int s_Inited = 0
 
static SIPRange s_LocalIP [256+1] = { { eIPRange_None } }
 
struct {
   EIPRangeType   t
 
   unsigned int   a
 
   unsigned int   b
 
kLocalIP []
 

Macro Definition Documentation

◆ BUFSIZE

#define BUFSIZE   PATH_MAX

Definition at line 81 of file ncbi_localip.c.

◆ INADDR_LOOPBACK

#define INADDR_LOOPBACK   0x7F000001

Definition at line 67 of file ncbi_localip.c.

◆ NCBI_LOCALIP_DEBUG

#define NCBI_LOCALIP_DEBUG   1

Definition at line 90 of file ncbi_localip.c.

◆ NCBI_USE_ERRCODE_X

#define NCBI_USE_ERRCODE_X   Connect_LocalIP

Definition at line 58 of file ncbi_localip.c.

◆ NcbiSys_access

#define NcbiSys_access   access

Definition at line 61 of file ncbi_localip.c.

◆ PATH_MAX

#define PATH_MAX   1024

INADDR_LOOPBACK

Definition at line 74 of file ncbi_localip.c.

◆ SizeOf

#define SizeOf (   a)    (sizeof(a) / sizeof((a)[0]))

Definition at line 87 of file ncbi_localip.c.

Function Documentation

◆ NcbiInitLocalIP()

void NcbiInitLocalIP ( void  )

Init local IP classification.

Note
Generally the required initialization is done automagically, so this call need *not* to be used explicitly.
Warning
This call invalidates any domain information returned to client via the NcbiIsLocalIPEx() calls.
See also
NcbiIsLocalIPEx, NcbiIsLocalIP

Definition at line 354 of file ncbi_localip.c.

References s_Inited.

◆ NcbiIsLocalIP()

int NcbiIsLocalIP ( unsigned int  ip)

Return non-zero (true) if the IP address (in network byte order) provided as an agrument, is a local one (i.e.

belongs to NCBI); return zero (false) otherwise.

Warning
Loopback addresses are generally considered "local". If that is a security issue, analyze the address prior to passing it in to this call.
See also
NcbiIsLocalIPEx, SOCK_IsLoopbackAddress

Definition at line 420 of file ncbi_localip.c.

References ip, NcbiIPv4ToIPv6(), NcbiIsLocalIPEx(), and SOCK_NetToHostLong.

◆ NcbiIsLocalIPEx()

int NcbiIsLocalIPEx ( const TNCBI_IPv6Addr addr,
SNcbiDomainInfo info 
)

Return non-zero (true) if the IP address (in network byte order) provided as an agrument, is a local one (i.e.

belongs to NCBI), and update domain info (when passed non-NULL) of the address, if available; return zero (false) otherwise.

Note
Domain information remains valid until a call for NcbiInitLocalIP().
Warning
Loopback addresses are generally considered "local". If that is a security issue, analyze the address prior to passing it in to this call.
See also
NcbiIsLocalIP, NcbiInitLocalIP Optional, can be NULL for no info to get
Parameters
addrEither true IPv6 or IPv6-mapped IPv4

Definition at line 362 of file ncbi_localip.c.

References a, assert, SIPRange::b, b, buf, CORE_LOCK_WRITE, CORE_LOG_X, CORE_UNLOCK, eIPRange_Application, eIPRange_None, eLOG_Trace, info, n, NcbiDumpIPRange(), NcbiIsEmptyIPv6(), NcbiIsInIPRange(), SNcbiDomainInfo::num, result, s_Inited, s_LoadLocalIPs(), s_LocalIP, SNcbiDomainInfo::sfx, and SizeOf.

Referenced by NcbiIsLocalIP().

◆ s_LoadLocalIPs()

static void s_LoadLocalIPs ( void  )
static

◆ x_IsOverlappingRange()

static const SIPRange* x_IsOverlappingRange ( const SIPRange start,
const SIPRange range,
size_t  n 
)
static

◆ x_LoadLocalIPs()

static int x_LoadLocalIPs ( CONNECTOR  c,
const char *  source 
)
static

◆ xx_LoadLocalIPs()

static int xx_LoadLocalIPs ( CONN  conn,
const char *  source 
)
static

Variable Documentation

◆ a

unsigned int a
Examples
/home/coremake/doxygen/cxx/include/corelib/ncbimisc.hpp, and /home/coremake/doxygen/cxx/include/util/data_histogram.hpp.

Definition at line 102 of file ncbi_localip.c.

Referenced by _mm_abs_epi16(), _mm_abs_epi32(), _mm_abs_epi8(), _mm_abs_pi16(), _mm_abs_pi32(), _mm_abs_pi8(), _mm_add_epi16(), _mm_add_epi32(), _mm_add_epi64(), _mm_add_epi8(), _mm_add_pd(), _mm_add_ps(), _mm_add_sd(), _mm_add_si64(), _mm_add_ss(), _mm_adds_epi16(), _mm_adds_epi8(), _mm_adds_epu16(), _mm_adds_epu8(), _mm_addsub_pd(), _mm_addsub_ps(), _mm_aesenclast_si128(), _mm_alignr_epi8(), _mm_and_pd(), _mm_and_ps(), _mm_and_si128(), _mm_andnot_pd(), _mm_andnot_ps(), _mm_andnot_si128(), _mm_avg_epu16(), _mm_avg_epu8(), _mm_avg_pu16(), _mm_avg_pu8(), _mm_blend_ps(), _mm_blendv_epi8(), _mm_blendv_pd(), _mm_blendv_ps(), _mm_castpd_ps(), _mm_castpd_si128(), _mm_castps_pd(), _mm_castps_si128(), _mm_castsi128_pd(), _mm_castsi128_ps(), _mm_ceil_pd(), _mm_ceil_ps(), _mm_ceil_sd(), _mm_ceil_ss(), _mm_clmulepi64_si128(), _mm_cmpeq_epi16(), _mm_cmpeq_epi32(), _mm_cmpeq_epi64(), _mm_cmpeq_epi8(), _mm_cmpeq_pd(), _mm_cmpeq_ps(), _mm_cmpeq_sd(), _mm_cmpeq_ss(), _mm_cmpge_pd(), _mm_cmpge_ps(), _mm_cmpge_sd(), _mm_cmpge_ss(), _mm_cmpgt_epi16(), _mm_cmpgt_epi32(), _mm_cmpgt_epi64(), _mm_cmpgt_epi8(), _mm_cmpgt_pd(), _mm_cmpgt_ps(), _mm_cmpgt_sd(), _mm_cmpgt_ss(), _mm_cmple_pd(), _mm_cmple_ps(), _mm_cmple_sd(), _mm_cmple_ss(), _mm_cmplt_epi16(), _mm_cmplt_epi32(), _mm_cmplt_epi8(), _mm_cmplt_pd(), _mm_cmplt_ps(), _mm_cmplt_sd(), _mm_cmplt_ss(), _mm_cmpneq_pd(), _mm_cmpneq_ps(), _mm_cmpneq_sd(), _mm_cmpneq_ss(), _mm_cmpnge_pd(), _mm_cmpnge_ps(), _mm_cmpnge_sd(), _mm_cmpnge_ss(), _mm_cmpngt_pd(), _mm_cmpngt_ps(), _mm_cmpngt_sd(), _mm_cmpngt_ss(), _mm_cmpnle_pd(), _mm_cmpnle_ps(), _mm_cmpnle_sd(), _mm_cmpnle_ss(), _mm_cmpnlt_pd(), _mm_cmpnlt_ps(), _mm_cmpnlt_sd(), _mm_cmpnlt_ss(), _mm_cmpord_pd(), _mm_cmpord_ps(), _mm_cmpord_sd(), _mm_cmpord_ss(), _mm_cmpunord_pd(), _mm_cmpunord_ps(), _mm_cmpunord_sd(), _mm_cmpunord_ss(), _mm_comieq_sd(), _mm_comieq_ss(), _mm_comige_sd(), _mm_comige_ss(), _mm_comigt_sd(), _mm_comigt_ss(), _mm_comile_sd(), _mm_comile_ss(), _mm_comilt_sd(), _mm_comilt_ss(), _mm_comineq_sd(), _mm_comineq_ss(), _mm_cvt_pi2ps(), _mm_cvt_ps2pi(), _mm_cvt_si2ss(), _mm_cvt_ss2si(), _mm_cvtepi16_epi32(), _mm_cvtepi16_epi64(), _mm_cvtepi32_epi64(), _mm_cvtepi32_pd(), _mm_cvtepi32_ps(), _mm_cvtepi8_epi16(), _mm_cvtepi8_epi32(), _mm_cvtepi8_epi64(), _mm_cvtepu16_epi32(), _mm_cvtepu16_epi64(), _mm_cvtepu32_epi64(), _mm_cvtepu8_epi16(), _mm_cvtepu8_epi32(), _mm_cvtepu8_epi64(), _mm_cvtpd_epi32(), _mm_cvtpd_pi32(), _mm_cvtpd_ps(), _mm_cvtpi16_ps(), _mm_cvtpi32_pd(), _mm_cvtpi32_ps(), _mm_cvtpi32x2_ps(), _mm_cvtpi8_ps(), _mm_cvtps_epi32(), _mm_cvtps_pd(), _mm_cvtps_pi16(), _mm_cvtps_pi8(), _mm_cvtpu16_ps(), _mm_cvtpu8_ps(), _mm_cvtsd_f64(), _mm_cvtsd_si32(), _mm_cvtsd_si64(), _mm_cvtsd_ss(), _mm_cvtsi128_si32(), _mm_cvtsi128_si64(), _mm_cvtsi32_sd(), _mm_cvtsi32_si128(), _mm_cvtsi64_sd(), _mm_cvtsi64_si128(), _mm_cvtsi64_ss(), _mm_cvtss_f32(), _mm_cvtss_sd(), _mm_cvtss_si64(), _mm_cvtt_ps2pi(), _mm_cvtt_ss2si(), _mm_cvttpd_epi32(), _mm_cvttpd_pi32(), _mm_cvttps_epi32(), _mm_cvttsd_si32(), _mm_cvttsd_si64(), _mm_cvttss_si64(), _mm_div_pd(), _mm_div_ps(), _mm_div_sd(), _mm_div_ss(), _mm_dp_pd(), _mm_dp_ps(), _mm_floor_pd(), _mm_floor_ps(), _mm_floor_sd(), _mm_floor_ss(), _mm_hadd_epi16(), _mm_hadd_epi32(), _mm_hadd_pd(), _mm_hadd_pi16(), _mm_hadd_pi32(), _mm_hadd_ps(), _mm_hadds_epi16(), _mm_hadds_pi16(), _mm_hsub_epi16(), _mm_hsub_epi32(), _mm_hsub_pd(), _mm_hsub_pi16(), _mm_hsub_pi32(), _mm_hsub_ps(), _mm_hsubs_epi16(), _mm_hsubs_pi16(), _mm_loadh_pd(), _mm_loadh_pi(), _mm_loadl_pd(), _mm_loadl_pi(), _mm_madd_epi16(), _mm_maddubs_epi16(), _mm_maddubs_pi16(), _mm_maskmove_si64(), _mm_maskmoveu_si128(), _mm_max_epi16(), _mm_max_epi32(), _mm_max_epi8(), _mm_max_epu16(), _mm_max_epu32(), _mm_max_epu8(), _mm_max_pd(), _mm_max_pi16(), _mm_max_ps(), _mm_max_pu8(), _mm_max_sd(), _mm_max_ss(), _mm_min_epi16(), _mm_min_epi32(), _mm_min_epi8(), _mm_min_epu16(), _mm_min_epu32(), _mm_min_epu8(), _mm_min_pd(), _mm_min_pi16(), _mm_min_ps(), _mm_min_pu8(), _mm_min_sd(), _mm_min_ss(), _mm_minpos_epu16(), _mm_move_epi64(), _mm_move_sd(), _mm_move_ss(), _mm_movedup_pd(), _mm_movehdup_ps(), _mm_moveldup_ps(), _mm_movemask_epi8(), _mm_movemask_pd(), _mm_movemask_pi8(), _mm_movemask_ps(), _mm_movepi64_pi64(), _mm_movpi64_epi64(), _mm_mpsadbw_epu8(), _mm_mul_epi32(), _mm_mul_epu32(), _mm_mul_pd(), _mm_mul_ps(), _mm_mul_sd(), _mm_mul_ss(), _mm_mul_su32(), _mm_mulhi_epi16(), _mm_mulhi_epu16(), _mm_mulhi_pu16(), _mm_mulhrs_epi16(), _mm_mulhrs_pi16(), _mm_mullo_epi16(), _mm_mullo_epi32(), _mm_or_pd(), _mm_or_ps(), _mm_or_si128(), _mm_packs_epi16(), _mm_packs_epi32(), _mm_packus_epi16(), _mm_packus_epi32(), _mm_popcnt_u32(), _mm_popcnt_u64(), _mm_rcp_ss(), _mm_round_pd(), _mm_round_ps(), _mm_round_sd(), _mm_round_ss(), _mm_sad_epu8(), _mm_sad_pu8(), _mm_set_sd(), _mm_set_ss(), _mm_setcsr(), _mm_shuffle_epi8(), _mm_shuffle_epi_0101(), _mm_shuffle_epi_0122(), _mm_shuffle_epi_0321(), _mm_shuffle_epi_1001(), _mm_shuffle_epi_1010(), _mm_shuffle_epi_1032(), _mm_shuffle_epi_2103(), _mm_shuffle_epi_2211(), _mm_shuffle_epi_2301(), _mm_shuffle_epi_3332(), _mm_shuffle_pi8(), _mm_shuffle_ps_0011(), _mm_shuffle_ps_0022(), _mm_shuffle_ps_0101(), _mm_shuffle_ps_0321(), _mm_shuffle_ps_1001(), _mm_shuffle_ps_1010(), _mm_shuffle_ps_1032(), _mm_shuffle_ps_1133(), _mm_shuffle_ps_2001(), _mm_shuffle_ps_2010(), _mm_shuffle_ps_2032(), _mm_shuffle_ps_2103(), _mm_shuffle_ps_2200(), _mm_shuffle_ps_2301(), _mm_shuffle_ps_3202(), _mm_shuffle_ps_3210(), _mm_sign_epi16(), _mm_sign_epi32(), _mm_sign_epi8(), _mm_sign_pi16(), _mm_sign_pi32(), _mm_sign_pi8(), _mm_sll_epi16(), _mm_sll_epi32(), _mm_sll_epi64(), _mm_slli_epi16(), _mm_slli_epi32(), _mm_slli_epi64(), _mm_slli_si128(), _mm_sqrt_pd(), _mm_sqrt_sd(), _mm_sra_epi16(), _mm_sra_epi32(), _mm_srai_epi16(), _mm_srl_epi16(), _mm_srl_epi32(), _mm_srl_epi64(), _mm_srli_si128(), _mm_store_pd(), _mm_store_pd1(), _mm_store_ps(), _mm_store_ps1(), _mm_store_sd(), _mm_store_si128(), _mm_store_ss(), _mm_storeh_pd(), _mm_storeh_pi(), _mm_storel_epi64(), _mm_storel_pd(), _mm_storel_pi(), _mm_storer_pd(), _mm_storer_ps(), _mm_storeu_pd(), _mm_storeu_ps(), _mm_storeu_si128(), _mm_storeu_si16(), _mm_storeu_si32(), _mm_storeu_si64(), _mm_stream_pd(), _mm_stream_pi(), _mm_stream_ps(), _mm_stream_si128(), _mm_stream_si32(), _mm_stream_si64(), _mm_sub_epi16(), _mm_sub_epi32(), _mm_sub_epi64(), _mm_sub_epi8(), _mm_sub_pd(), _mm_sub_ps(), _mm_sub_sd(), _mm_sub_si64(), _mm_sub_ss(), _mm_subs_epi16(), _mm_subs_epi8(), _mm_subs_epu16(), _mm_subs_epu8(), _mm_test_all_ones(), _mm_test_all_zeros(), _mm_test_mix_ones_zeros(), _mm_testc_si128(), _mm_testz_si128(), _mm_undefined_pd(), _mm_undefined_ps(), _mm_undefined_si128(), _mm_unpackhi_epi16(), _mm_unpackhi_epi32(), _mm_unpackhi_epi64(), _mm_unpackhi_epi8(), _mm_unpackhi_pd(), _mm_unpackhi_ps(), _mm_unpacklo_epi16(), _mm_unpacklo_epi32(), _mm_unpacklo_epi64(), _mm_unpacklo_epi8(), _mm_unpacklo_pd(), _mm_unpacklo_ps(), _mm_xor_pd(), _mm_xor_ps(), _mm_xor_si128(), _PHIPatternWordsBitwiseAnd(), _PHIPatternWordsBitwiseOr(), _PHIPatternWordsLeftShift(), _sse2neon_vmull_p64(), pythonpp::abs(), CVecscreen::AlnInfo::add_align(), CAlignCollapser::AddAlignment(), UpdateViewer::AddAlignments(), CArgDescriptions::CPrintUsage::AddCommandDescription(), CGraphContainer::AddGraph(), CAttribMenu::AddItem(), Sequence::AddMMDBAnnotTag(), CWriteDB::AddSequence(), AddStructuredCommentToAttributes(), BlockMultipleAlignment::AddUnalignedBlocks(), rapidjson::internal::Schema< SchemaDocumentType >::AddUniqueElement(), Predicate::align_predicate(), AlignedToAllDependents(), AlignedToAllSlaves(), AlignLeftLimit(), AlignmentDisplay::AlignmentDisplay(), AlignmentSet::AlignmentSet(), AlignmentUtility::AlignmentUtility(), AllTests(), bm::and_values_kleene(), CBinaryListBuilder::AppendIdList(), CNcbiApplicationAPI::AppMain(), CModelCompare::AreSimilar(), CChainerArgUtil::ArgsToChainer(), CDiscrepancyContext::AuthPub(), CModelCompare::BadOverlapTest(), BDB_compare_prefix(), CCleanup::BioSrcFromFeat(), BLAST_ComputeLengthAdjustment(), BLAST_Gcd(), BLAST_Gdb3(), BLAST_SpougeEtoS(), Blast_TrueAaToStdTargetFreqs(), UpdateViewer::BlastNeighbor(), UpdateViewer::BlastUpdate(), AlignmentManager::BlockAlignUpdate(), BOOST_AUTO_TEST_CASE(), CHitClustering::Build(), WSDLParser::BuildDataTree(), CalcDistanceSquare(), CalcMD5(), CSearch< LEGACY, NHITS >::CalcNSort(), alp_sim::calculate_lambda(), IPhyloTreeRender::CalculateExtents(), CAlignModel::CAlignModel(), CModelCompare::CanBeConnectedIntoOne(), CChain::CChain(), CDDSplashDialog::CDDSplashDialog(), chacha20_quarter_round(), rapidjson::internal::Schema< SchemaDocumentType >::CheckDoubleMultipleOf(), CAlignCollapser::ClipNotSupportedFlanks(), cmp_labels(), subfuse::CmpEntry(), cmpTableValues(), CSeqScores::CodingScore(), NTweakExon::Collapse(), CollectAttributes(), CGlState::Color4d(), IRender::Color4d(), CGlRenderDebug::Color4f(), CGlState::Color4f(), IRender::Color4f(), CGeneModel::CombineCdsInfo(), CChainer::CChainerImpl::CombineCompatibleChains(), comp_buttons(), compare_seqids(), MoleculeIdentifier::CompareIdentifiers(), CDiscrepancyContext::CompareRefs(), CompareRowsByEValue(), CompareRowsByIdentifier(), CompareRowsByScore(), CompareRowsFloatGV(), CompareRowsFloatHighlights(), CompareRowsFloatPDB(), CompareSequencesByIdentifier(), CompareUpdatesByIdentifier(), CompareUpdatesByScore(), dtl::Diff< elem, vector< elem >, Compare< elem > >::composeUnifiedHunks(), CompressNcbi2na(), CBoundaryShapeTri::ComputeShapeWithLabels(), CNAnnotFilter::Consume(), DTDParser::ConsumeAttributeContent(), variation::Contains(), ViewerBase::CopyDataFromStack(), CorrectIntervalOrder(), CModelCompare::CountCommonSplices(), CAnnotationASN1::CImplementationData::create_internal_feature(), AlignmentManager::CreateMultipleFromPairwiseWithIBM(), BLASTer::CreateNewPairwiseAlignmentsByBlast(), BlockAligner::CreateNewPairwiseAlignmentsByBlockAlignment(), rapidjson::CreateValueByPointer(), CRgbaColor::CRgbaColor(), CSeqScores::CSeqScores(), Splines::cubicRoots(), debruijn(), UpdateViewer::DeleteAlignment(), CDDAnnotateDialog::DeleteAnnotation(), IBISAnnotateDialog::DeleteAnnotation(), DescendingModelOrder(), DescendingModelOrderP(), DescendingModelOrderPConsistentCoverage(), rapidjson::internal::BigInteger::Difference(), DirectCompareFunction(), StyleManager::DisplayUserAnnotation(), DistanceOnGlobe(), DoCylinderPlacementTransform(), AlignmentUtility::DoIBM(), Residue::Draw(), ChemicalGraph::DrawAll(), OpenGLRenderer::DrawHalfWorm(), OpenGLRenderer::DrawStrand(), CChainer::DropAlignmentInfo(), CAnnotationASN1::CImplementationData::DumpEvidence(), CAuthListValidator::dumplist(), DynamicUint4Array_AreEqual(), ecp_group_load(), CAlignMap::EditedSequence(), rapidjson::GenericSchemaValidator< SchemaDocumentType, OutputHandler, StateAllocator >::EndValue(), EqualPrimerSets(), alp_reg::error_of_the_product(), pvalues::error_of_the_product(), alp_reg::error_of_the_ratio(), pvalues::error_of_the_ratio(), ErrorDistance(), estimate_jaccard(), estimate_jaccard2(), NSnpAnnot::EstimateSNPCount(), ExonNumsForInterval(), CGeneModel::Extend(), CRegExFSA::Extend(), ExtendedMaxCdsLimits(), AlignmentManager::ExtendUpdate(), fix_pub::ExtractConsortiums(), F(), CRgbaGradColorTable::FillGradient(), CAlignCollapser::FilterAlignments(), DeBruijn::CDBGraphDigger::FilterNeighbors(), CChainer::CChainerImpl::FindAltsForGeneSeeds(), CCompactSAMApplication::FindCompactAligns(), FindDuplicatePrimers(), CAlignMap::FindLowerRange(), util::Fingerprint(), FixCapitalizationInElement(), fkm(), fkm_output(), CGeneModel::FrameShifts(), CGeneModel::FShiftedLen(), CAlignMap::FShiftedLen(), GammaEncoderTest(), rapidjson::GenericValue< rapidjson::Encoding, rapidjson::Allocator >::GenericValue(), bm::decoder_little_endian::get_16(), bm::decoder::get_16(), bm::decoder_little_endian::get_24(), bm::decoder::get_24(), bm::decoder_little_endian::get_32(), bm::decoder::get_32(), bm::decoder_little_endian::get_48(), bm::decoder::get_48(), bm::decoder_little_endian::get_64(), bm::decoder::get_64(), bm::bit_in< TDecoder >::get_bit(), bm::decoder_base::get_h64(), GetAccVer(), CRemoveSeqFromAlignDlg::GetAlignLabel(), CAlignCommon::GetAlignment(), AlignmentManager::GetAlignmentSetDependentSequences(), CArgs::GetAll(), IBISAnnotateDialog::GetAnnotIbisOverlaps(), CAssemblyCache::GetAssemblies(), GetAuthorString(), GetAverage(), GetBLOSUM62Score(), CSplign::SAlignedCompartment::GetBox(), GetCmdlineArgs(), CAlignCollapser::GetCollapsedAlgnments(), variation::GetCommonPrefixLen(), variation::GetCommonSuffixLen(), CBaseCountItem::GetCounts(), CStaticDataType::GetFullCType(), CStringDataType::GetFullCType(), CBigIntDataType::GetFullCType(), GetGoTermErrors(), CGeneModel::GetInDels(), GetIntFuzzPtr(), CPhyloNodeData::GetLabelRect(), BlockMultipleAlignment::GetMarkedBlockNumbers(), CMinHashFile::GetMinHits(), CPhyloNodeData::GetNodePosEx(), CFindEditSequence::GetPattern(), GetRandomNumbers(), CPhyloNodeData::GetScaledAngle(), CGeneralScoreMatrix::GetScore(), CCassConnection::GetSizeEstimates(), CCompartApp::CCompartment::GetSpan(), CSeq_bond::GetStart(), CSeq_bond::GetStop(), CIndexSuperHeader_Base::GetSystemEndianness(), CGlRenderNode::GetTransformedPosition(), CTaxon1::GetTypeMaterial(), GetUnalignedRegionLength(), rapidjson::GetValueByPointerWithDefault(), CMultAlign::GetVariationAlignList(), GetVirtualResidue(), GlbAlign(), CGeneModel::HasCompatibleOverlap(), Hash128to64(), util::Hash128to64(), CModelCompare::HaveCommonExonOrIntron(), huft_build(), CGeneModel::IdenticalAlign(), CMsvc7RegSettings::IdentifyPlatform(), impalaScaleMatrix(), importance_sampling::importance_sampling(), CMacroFlowEditor::ImportLibrary(), InframeFraction(), CSeqScores::Init(), CSequenceTrack::InitHTMLActiveArea(), CGene::Insert(), CJson_Object::insert(), CModelCluster< Model >::Insert(), CModelClusterSet< Cluster >::Insert(), CJson_Object::insert_array(), CJson_Object::insert_object(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::IntegerTemplate(), CSeqScores::IntergenicScore(), CGeneModel::IntersectingWith(), CInDelInfo::IntersectingWith(), InvertInto(), invmod(), CGene::IsAllowedAlternative(), CGene::IsAlternative(), CGeneModel::isCompatible(), variation_ref::IsFirstSubsetOfSecond(), isGoodIntron(), CGeneModel::IsSubAlignOf(), CPhyloTreeWidget::IterateSelection(), key_equal(), KleeneLogicAndStressTest(), KleeneLogicOrStressTest(), CGene::LargeCdsOverlap(), DeBruijn::LargeInt< precision >::LargeInt(), LclAlign(), LeftAndLongFirst(), less(), ASNDataManager::Load(), StructureSet::LoadAlignmentsAndStructures(), StyleManager::LoadFromASNUserAnnotations(), SAlignmentScoringModel::odds::logodds(), main(), CChain::MainPeaks(), compile_time_bits::make_array(), CChainer::CChainerImpl::MakeChains(), CGnomonAnnotator_Base::MapAlignmentsToEditedContig(), CAlignMap::MapAtoB(), CAlignMap::MapRangeAtoB(), MatchExceptSpaceColon(), Splines::max_abs(), mbedtls_arc4_crypt_ncbicxx_2_28_3(), mbedtls_arc4_setup_ncbicxx_2_28_3(), mbedtls_ct_memcmp_ncbicxx_2_28_3(), mbedtls_gf128mul_x_ble(), mbedtls_psa_safer_memcmp(), MD4Transform(), MD5Transform(), mdb_cmp(), mdb_cmp_cint(), mdb_cmp_int(), mdb_cmp_long(), mdb_cmp_memn(), mdb_cmp_memnr(), mdb_dcmp(), mdb_midl_sort(), CCleanup::MergeDupBioSources(), rapidjson::internal::GenericRegex< Encoding, Allocator >::Min(), rapidjson::internal::Min3(), Splines::min_abs(), min_max(), minhash_query(), mmed3(), ASNDataManager::MonitorAlignments(), DeBruijn::CDBGraphDigger::MostLikelyExtension(), CDDAnnotateDialog::MoveAnnotation(), SequenceViewerWidget_SequenceArea::MoveRubberband(), mul64(), rapidjson::internal::BigInteger::MulAdd64(), multmodp(), CGeneModel::MutualExtension(), OpenGLRenderer::MyGluCylinder(), OpenGLRenderer::MyGluDisk(), OpenGLRenderer::MyGluSphere(), myMin(), NCBI_LinearSolution(), NCBI_SingularValueDecomposition(), NCBI_SwapPointers(), NCBI_SymmetricEigens(), NcbiGetHostIfConfEx(), NcbiIsInIPRange(), NcbiIsLocalIPEx(), NcbiTrueIPRange(), AlignmentManager::NewMultipleWithRows(), Nlm_StrICmp(), Nlm_StringCmp(), Nlm_StringCSpn(), Nlm_StringICmp(), Nlm_StringNCmp(), Nlm_StringNICmp(), Nlm_StringPBrk(), Nlm_StringSpn(), Nlm_StrIPCmp(), Nlm_StrNICmp(), Nlm_StrNIPCmp(), NlmKarlinLambdaNR(), NNIEdgeTest(), NoBlockBoundariesBetween(), NoDependentInsertionsBetween(), CSeqScores::NonCodingScore(), NoSlaveInsertionsBetween(), odbc_dstr_swap(), CDiscrepancyPanel::OnClick(), CDiscrepancyPanel::OnDblClk(), OneExonCompare(), CHistConfigDlg::OnGraphOpacityUpdated(), UpdateViewerWindow::OnSetRegion(), bm::op_and(), bm::op_or(), bm::op_xor(), CSeqScores::OpenCodingRegion(), CSeqScores::OpenIntergenicRegion(), CSeqScores::OpenNonCodingRegion(), CCacheWithLock< Key, Value, Less >::CLock::operator!=(), CBinaryRangeCacheWithLock< Position, Value >::CLock::operator!=(), limited_size_map< string, CRef< CSlot > >::const_iterator::operator!=(), limited_size_map< string, CRef< CSlot > >::iterator::operator!=(), pythonpp::operator%(), operator&(), TransformFunction::operator()(), Predicate::operator()(), CCddInputData::compare_hits_by_seqid_eval::operator()(), compare_hit_seq1_start::operator()(), compare_hit_seq2_idx::operator()(), compare_hit_score::operator()(), compare_hit_redundant::operator()(), compare_hit_start::operator()(), s_ByAccVerLen::operator()(), CConstRefCSeqId_LessThan::operator()(), Is_ID_equal::operator()(), GModelOrder::operator()(), SAlignOrder::operator()(), MultiExonsCompare::operator()(), CWriteDB_PackedStringsCompare::operator()(), CCddInputData::compare_hitseg_range::operator()(), CAlignCollapser::GenomicGapsOrder::operator()(), SGeneInfoListSorter::operator()(), TQueryMessagesLessComparator::operator()(), TQueryMessagesEqualComparator::operator()(), TQueryMessagesComparator::operator()(), seq_align_pairs_first::operator()(), compare_alignments_fwrev_first::operator()(), compare_alignments_revfw_first::operator()(), SLessByInfo::operator()(), eq_seqid::operator()(), PSeq_locLess::operator()(), PSeq_locStrandLess::operator()(), compare_tree_edge_descending::operator()(), CCompareByFind::operator()(), CCompareByCat::operator()(), SOpLess_Second::operator()(), CPhyTreeFormatter::compare_nodes_by_seqid::operator()(), LeftAndLongFirstOrder::operator()(), limited_resource_map< TVDBRowId, CRef< SAmbiguityInfo >, size_t >::SLess::operator()(), limited_size_map< string, CRef< CSlot > >::SLess::operator()(), CMultiAligner::compare_sseg_db_idx::operator()(), CAddFluComments::SCompareStr::operator()(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::Integer_compl::operator()(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::Integer_oahash::operator()(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::Integer_name::operator()(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::Integer_size::operator()(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::Integer_mult::operator()(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::Integer_div::operator()(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::Integer_mod::operator()(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::Integer_shiftLeft::operator()(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::Integer_shiftRight::operator()(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::Integer_revomp::operator()(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::Integer_value_at::operator()(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::Integer_toString::operator()(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::Integer_plus::operator()(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::Integer_minus::operator()(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::Integer_or::operator()(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::Integer_xor::operator()(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::Integer_and::operator()(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::Integer_less::operator()(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::Integer_lesseq::operator()(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::Integer_equals::operator()(), CSeq_id_General_Str_Info::PHash::operator()(), CSeq_id_General_Str_Info::PKeyLess::operator()(), AlignIdOrder::operator()(), CCddInputData::compare_range::operator()(), tree< T, tree_node_allocator >::compare_nodes< StrictWeakOrdering >::operator()(), RangeOrder::operator()(), StrLenAdd::operator()(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::Pointer::operator()(), DeBruijn::CKmerCountTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::push_back_elements::operator()(), DeBruijn::CKmerCountTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::merge_sorted::operator()(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::Integer_plusaffect::operator()(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::Integer_xoraffect::operator()(), DeBruijn::CKmerCountTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::swap_with_other::operator()(), DeBruijn::CKmerCountTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::extract_uniq::operator()(), LeftAndLongFirstOrderForAligns::operator()(), pythonpp::operator*(), rapidjson::internal::DiyFp::operator*(), pythonpp::operator+(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::operator+=(), pythonpp::operator-(), operator-(), pythonpp::operator/(), CGeneModel::operator<(), operator<<(), AtomPntr::operator=(), CCacheWithLock< Key, Value, Less >::CLock::operator==(), CBinaryRangeCacheWithLock< Position, Value >::CLock::operator==(), CBlastOptionsLocal::operator==(), CCDSInfo::operator==(), CGeneModel::operator==(), limited_size_map< string, CRef< CSlot > >::const_iterator::operator==(), CPSGMessages::operator==(), limited_size_map< string, CRef< CSlot > >::iterator::operator==(), operator^(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::operator^=(), operator|(), bm::or_values_kleene(), OriginalOrder(), SLinker::OtherIsBetter(), OverlapsSameAccessionAlignment::OverlapsSameAccessionAlignment(), XSDParser::ParseAttribute(), XSDParser::ParseAttributeGroup(), ParseAttributes(), pivot_key_equal(), PixDistanceSquare(), CPhyloNodeData::PointInTextBox(), rapidjson::GenericSchemaValidator< SchemaDocumentType, OutputHandler, StateAllocator >::PopSchema(), CGnomonAnnotator::Predict(), print_char(), CArgDescriptions::CPrintUsageXml::PrintArguments(), PrintErrorArchive(), printGFF3(), CParse::PrintInfo(), CCommandArgDescriptions::PrintUsage(), CAnalyzeShiftApp::ProcessHGVS(), XSDParser::ProcessNamedTypes(), PromoteIfDifferent(), CSeqScores::ProtNumber(), CJson_Array::push_back(), CJson_Array::push_back_array(), CJson_Array::push_back_object(), bm::encoder::put_16(), bm::encoder::put_32(), COStreamBuffer::PutInt4(), COStreamBuffer::PutInt8(), COStreamBuffer::PutUint4(), COStreamBuffer::PutUint8(), Splines::quadraticRoots(), NBestPlacement::Rank(), ReadCassandraSatInfo(), readGFF3(), CHMM_State::RegionStart(), RemoveDuplicateGoTerms(), CRemoveSeqFromAlignDlg::RemoveIdLabel(), CAlignCollapser::RemoveNotSupportedIntronsFromTranscript(), ASNDataManager::RemoveUnusedSequences(), Residue::Residue(), CChain::RestoreReasonableConfirmedStart(), CChain::RestoreTrimmedEnds(), CBlastKmer::Run(), CDeltaBlastApp::Run(), CPsiBlastApp::Run(), CTblastxApp::Run(), CSeqDescrRetrievalJob::Run(), CMysqlDemoApp::Run(), s_AbsMax(), s_AddGraphToMap(), s_AlignmentCmp(), s_AlignSeqOrder(), s_AmbiguousMatch(), s_ApproxEqual(), s_BlastSumP(), variation_ref::CVariationUtil::s_CatLiterals(), variation::CVariationUtil::s_CatLiterals(), s_CompareChainsByOid(), s_CompareChainsByScore(), s_CompareOffsetPairsByDiagQuery(), s_ComparePairs(), variation_ref::CVariationUtil::s_CountMatches(), variation::CVariationUtil::s_CountMatches(), s_DoPubsMatch(), s_Duplicate(), s_ExonLen(), s_GenerateCollapsedNode(), s_GetAltRefFromInst(), s_GetCmdlineArgs(), s_GetNextInfo(), s_GetNormalizedString(), s_GetNucIdentityMismatch(), s_GetOverlapCost(), s_GetRandomNumbers(), s_LoadLocalIPs(), s_Match(), s_MatchesMask(), s_MatrixMultiply(), s_MatrixSquare(), s_MinhashSequences(), s_NeedFeatureClause(), s_NoCaseEqual(), s_NormalizeLinkageEvidenceString(), s_NumOfOne(), LbsmLookup::s_Resolve(), s_SettRNAProduct(), s_SGenCodeNodeCompare(), s_SimpleRand(), s_SortDbSize(), s_StrandsConsistent(), s_Stringify(), s_ToString(), s_Unstringify(), s_UpdateAdler32(), same_domain(), SameCitation_PubEquivMatch_Logic(), NTweakExon::SameIdAndStrand(), SameOrientation(), SameWithdrawn(), ViewerBase::Save(), UpdateViewer::SaveAlignments(), StyleManager::SaveToASNUserAnnotations(), ScoreDifferenceSort(), CRemoveSeqFromAlignDlg::SearchSeq_entry(), CCompactSAMApplication::SelectBestLocations(), CExonSelectorApplication::SelectBestLocations(), StructureObject::SelectByDistance(), SeqDB_JoinDelim(), variation::SeqsMatch(), Sequence::Sequence(), CRgbaColor::Set(), rapidjson::internal::TypeHelper< ValueType, const typename ValueType::Ch * >::Set(), CRgbaColor::SetAlpha(), CTableImportColumn::SetAssembly(), CGeneModel::SetCdsInfo(), StructureSet::SetCenter(), CGLCanvas::SetClearColor(), CChain::SetConfirmedEnds(), CFieldChoicePanel::SetFieldType(), CBlastOptions::SetGapExtnAlgorithm(), CBlastOptionsLocal::SetGapExtnAlgorithm(), CBlastOptions::SetGapTracebackAlgorithm(), CBlastOptionsLocal::SetGapTracebackAlgorithm(), CJson_Node::SetNode(), CPhyloTreeScheme::SetNonSelectedAlpha(), CGlRenderNode::SetRotationZ(), CDDAnnotateDialog::SetupGUIControls(), rapidjson::SetValueByPointer(), sGetWarningMsg(), AlignmentManager::ShowHideCallbackFunction(), CAlignMap::ShrinkToRealPoints(), CAlignMap::ShrinkToRealPointsOnEdited(), Splines::signTest(), SortAndUnique(), UpdateViewer::SortByPSSM(), SortCluster(), SortClusterSeqs(), UpdateViewer::SortUpdates(), bm::sse2_and(), bm::sse2_or(), bm::sse2_sub(), bm::sse2_xor(), SSeqRangeIntersectsWith(), CSeq_annot_Info::StartSortedIterator(), CSeqScores::StopInside(), rapidjson::internal::StrtodBigInteger(), CDiscrepancyVisitorImpl< _Name >::Summarize(), AutoPtr< CNcbistrstream_Base >::Swap(), AutoArray< CS_INT >::Swap(), rapidjson::internal::Swap(), CAlignShadow::SwapQS(), rapidjson::SwapValueByPointer(), CHitFilter< THit >::sx_GetEndsInRange(), tdefl_flush_block(), TestFindDiff(), mu::Test::ParserTester::TestNames(), AlignmentManager::ThreadUpdate(), compile_time_bits::to_array_impl(), TotalFrameShift(), TracebackMultipleLocalAlignments(), CMD5::Transform(), TransformFunction::transform_align(), CutShortPartialExons::transform_align(), ProjectCDS::transform_align(), RemoveTrailingNs::transform_model(), CChainer::CChainerImpl::TrimAlignmentsIncludedInDifferentGenes(), TrimAlignment::TrimProtein(), TrimAlignment::TrimTranscript(), rapidjson::internal::u32toa(), rapidjson::internal::u64toa(), uhash(), ViewerWindowBase::UpdateGeometryViolations(), UTIL_Adler32_Update(), CFarPointerSeq::ValidateAlignment(), CChain::ValidPolyA(), VariBandAlign(), SMakeProjectT::VerifyLibDepends(), WalledCdsLimits(), bm::wordcmp(), x509_name_cmp(), x509_string_cmp(), CSGAnnotJob::x_AddGraphToMap(), CObjectOStreamXml::x_BeginNamespace(), x_BlastDatabaseOptions_cmp(), x_BlastEffectiveLengthsOptions_cmp(), x_BlastScoringOptions_cmp(), CVecscreen::x_BuildHtmlBar(), CBlastKmerBuildIndex::x_BuildIndex(), CValuesCount::x_byCount(), CHitClustering::x_CanCombine(), CMergedPairwiseAln::x_CanInsertRng(), CSoapMessage::x_Check(), CTreeGraphicsModel::x_CircularLabelMinRotate(), CBoundaryShapeTri::x_ComputeRoundedCorner(), CAdvancedCleanupJob::x_CreateProjectItems(), CFeatGlyph::x_DrawFeatureBar(), CAlignGlyph::x_DrawIntronsAndInternalUnalignedRegions(), CSeqMarkHandler::x_DrawMarker(), CSnpJob::x_FetchGraphs(), CBamRefSequencesPanel::x_FillList(), CVcfRefSequencesPanel::x_FillList(), NAdapterSearch::CSimpleUngappedAligner::x_GetBetterOf(), CVcfGlyph::x_GetClinVarToolTip(), CSeqDB::x_GetDBFilesMetaData(), CSVGRenderer::x_GetGradientColors(), CVecscreen::x_GetId(), CVcfWriter::x_GetTypeRefAlt(), CCommandArgDescriptions::x_IdentifyCommand(), x_IsOverlappingRange(), CBlastAppArgs::x_IssueWarningsForIgnoredOptions(), x_json_value_equals(), CTSE_Split_Info::x_LoadChunks(), CCSRARefSeqInfo::x_LoadRangesStat(), x_LookupTableOptions_cmp(), x_MatchesMask(), CCleanup::x_MergeDupOrgNames(), CCleanup::x_MergeDupOrgRefs(), CFeaturePanel::x_OnAssemblyLoaded(), CBlastTabular::x_PartialDeserialize(), CArgDescriptions::x_PreCheck(), CArgDescriptions::x_PrintAliasesAsXml(), CBlastKmer::x_ProcessQuery(), CSplign::x_ProcessTermSegm(), x_PushPairVec(), x_QuerySetupOptions_cmp(), IPhyloTreeRender::x_RenderCircularVbo(), CTreeGraphicsModel::x_RenderNodeLabelsPdf(), CFeaturePanel::x_RenderTitleBar(), CAssemblyCache::x_Run(), CBlastnApp::x_RunMTBySplitDB(), CBlastpApp::x_RunMTBySplitDB(), CBlastxApp::x_RunMTBySplitDB(), CRPSBlastApp::x_RunMTBySplitDB(), CRPSTBlastnApp::x_RunMTBySplitDB(), CTblastnApp::x_RunMTBySplitDB(), CBlastnApp::x_RunMTBySplitQuery(), CBlastpApp::x_RunMTBySplitQuery(), CBlastxApp::x_RunMTBySplitQuery(), CRPSBlastApp::x_RunMTBySplitQuery(), CRPSTBlastnApp::x_RunMTBySplitQuery(), CTblastnApp::x_RunMTBySplitQuery(), x_safe_memcmp(), x_safe_strcmp(), CBlastKmer::x_SearchMultipleQueries(), x_tr(), SPSG_CV< deque< string > >::x_WaitUntil(), CObjectOStreamXml::x_WriteClassNamespace(), xx_LoadLocalIPs(), CSeqGridCellAttrProvider::~CSeqGridCellAttrProvider(), FileMessenger::~FileMessenger(), and Residue::~Residue().

◆ b

unsigned int b

Definition at line 103 of file ncbi_localip.c.

Referenced by NcbiIsLocalIPEx(), s_LoadLocalIPs(), and xx_LoadLocalIPs().

◆ 

const { ... } kLocalIP[]
Initial value:
= {
{ eIPRange_Network, 0x7F000001 - 1, 0xFF000000 },
{ eIPRange_Range, 0x820E0800, 0x820E09FF },
{ eIPRange_Range, 0x820E0B00, 0x820E0CFF },
{ eIPRange_Range, 0x820E1400, 0x820E1AFF },
{ eIPRange_Range, 0x820E1B40, 0x820E1BFF },
{ eIPRange_Network, 0x820E1D00, 0xFFFFFF00 },
{ eIPRange_Network, 0xA5700700, 0xFFFFFF00 },
{ eIPRange_Network, 0x0A0A0000, 0xFFFF0000 },
{ eIPRange_Network, 0x0A140000, 0xFFFF0000 },
}
@ eIPRange_Network
Definition: ncbi_iprange.h:47
@ eIPRange_None
Definition: ncbi_iprange.h:44
@ eIPRange_Range
Definition: ncbi_iprange.h:46

Referenced by s_LoadLocalIPs(), and xx_LoadLocalIPs().

◆ s_Inited

int s_Inited = 0
static

Definition at line 94 of file ncbi_localip.c.

Referenced by NcbiInitLocalIP(), NcbiIsLocalIPEx(), and s_LBSMD().

◆ s_LocalIP

SIPRange s_LocalIP[256+1] = { { eIPRange_None } }
static

◆ t

Examples
/home/coremake/doxygen/cxx/include/util/data_histogram.hpp.

Definition at line 101 of file ncbi_localip.c.

Referenced by _mm_sad_epu8(), _mm_sad_pu8(), _pcre_xclass(), _sse2neon_kadd_f32(), bm::sparse_vector_scanner< bm::rsc_sparse_vector >::add_agg_char(), add_test(), CSymDustMasker::triplets::add_triplet_info(), AddDay(), Messenger::AddHighlights(), AddHour(), AddMember(), AddMinute(), AddMonth(), AddNanoSecond(), CObjectLoadingTask::AddObjects(), CBlastUsageReport::AddParam(), CSimpleMakeFileContents::AddReadyKV(), AddSecond(), CBuildDatabase::AddSequences(), CRegExFSA::AddState(), CCommandArgDescriptions::AddStdArguments(), CBioTreeForest< BioTree >::AddTree(), AddVariant(), AddYear(), CLayoutGroup::AllChildrenSameType(), CTrackContainer::AllJobsFinished(), CSeedRoots::Allocate(), alp_data::alp_data(), CGenbankFormatterWrapDest::Append(), ApplyTransformation(), CSplignFormatter::AsAlignmentText(), CDB_BigDateTime::Assign(), CCassPrm::Assign(), lmdb::val::assign_to(), CTime::AsString(), CNWFormatter::AsText(), bm::avx2_bit_block_count(), bm::avx2_bit_block_xor_2way(), CVariant::BigDateTime(), bm::bit_block_and(), bm::bit_block_and_2way(), bm::bit_block_and_3way(), bm::bit_block_and_5way(), bm::bit_block_and_or_2way(), bm::bit_block_convert_to_arr(), bm::bit_block_count(), bm::bit_block_shift_r1_and(), bm::bit_block_sub(), bm::bit_block_sub_2way(), bm::bit_block_sub_3way(), bm::bit_block_sub_5way(), bm::bit_block_xor(), bm::bit_find_first(), bm::bit_find_first_if_1(), bm::bitscan_popcnt(), bm::bitscan_popcnt64(), bm::block_compact_by_digest(), BlockBitEraseTest(), BlockBitInsertTest(), bm::bmi1_select64_tz(), BOOST_AUTO_TEST_CASE(), CDebugDumpViewer::Bpt(), CBuildDatabase::Build(), CProjectTreeBuilder::BuildProjectTree(), BZ2_decompress(), CStatRotator::CalcNextRun(), CAlnVec::CalculateScore(), CPSGDataLoader_Impl::CallWithRetry(), CallWithRetry(), CCSRADataLoader_Impl::CallWithRetry(), CSNPDataLoader_Impl::CallWithRetry(), CVDBGraphDataLoader_Impl::CallWithRetry(), CWGSDataLoader_Impl::CallWithRetry(), Convert::CassIteratorToTupleImpl(), Convert::CassValueConvert(), CCheckMe< TValue >::CCheckMe(), CDB_BigDateTime::CDB_BigDateTime(), CDB_DateTime::CDB_DateTime(), CDB_SmallDateTime::CDB_SmallDateTime(), Splines::centripetal(), CSubSource::CheckDateFormat(), CheckDelGbblockSourceFromDescrs(), CDataTypeModule::CheckNames(), CSplicedAligner::CheckPreferences(), CPrimeNumberClient::CheckProgress(), Splines::chordal(), CAlignCollapser::CleanSelfTranscript(), CMsvcPrjProjectContext::CMsvcPrjProjectContext(), CRegExFSA::Collect(), CMsvcPrjFilesCollector::CollectSources(), CNSPreciseTime::Compare(), CNSTPreciseTime::Compare(), ComputeNormalizedProteinEntropy(), CEntropyCalculator::ComputeSlidingWindowEntropy(), rapidjson::GenericPointer< ValueType, Allocator >::CopyFromRaw(), CDataFrame< MAX_SIZE >::CreateColumns(), CreateNewPairwiseAlignmentsByBlockExtension(), CSampleTest::CSampleTest(), CThreadGroup::CThreadGroup(), CTime::CTime(), CTimeSpan::CTimeSpan(), CTimeToTimeTms(), CWriteDB_CreateOidMaskDB(), CWriteDB_Impl::CWriteDB_Impl(), CSubSource::DateFromCollectionDate(), CVariant::DateTime(), DbgPrintEx(), CBioTreeForest< BioTree >::DeleteTree(), CTime::DiffDay(), CTime::DiffHour(), CTime::DiffMinute(), CTime::DiffNanoSecond(), CTime::DiffTimeSpan(), CTime::DiffWholeDays(), CRenderingContext::DrawDisk(), OpenGLRenderer::DrawHalfWorm(), CRenderingContext::DrawSquare(), CRegEx::CRegX::DummyTrans(), AlignmentDisplay::DumpCondensed(), DumpText(), ecdsa_sign_restartable(), CProjectTreeCtrl::EditLabel(), bm::serializer< BV >::encode_bit_digest(), ASNParser::EnumeratedValue(), rapidjson::GenericPointer< ValueType, Allocator >::Erase(), CAgpErrEx::ErrorWarningOrNoteEx(), CCassandraFullscanRunner::Execute(), CDataTypeModule::ExternalResolve(), CWriteDB_Impl::ExtractBioseqDeflines(), ExtractStatAlgoVersion(), CCassQuery::FieldGetTupleValue(), CSeqMaskerOstatOpt::findBestRoff(), DTDParser::FixEmbeddedNames(), CValidErrorFormat::FormatCompleteSubmitterReport(), FormatPreciseTime(), COffsetList::CDataPool::free(), free_tests(), fta_parse_tpa_tsa_block(), fta_tokenize_dblink(), g_VersionStr(), CReferenceDataType::GenerateCode(), CRegExFSA::GenerateDotGraph(), CCodeGenerator::GenerateModuleCPP(), CCodeGenerator::GenerateModuleHPP(), GenerateSeed(), CProjBulderApp::GenerateUnixProjects(), SMetrics::Get(), alp_data::get_current_time(), CDensegGraphicDataSource::GetAlnSeqString(), CQueryFuncPromoteLogic::GetArgCountMax(), CQueryFuncPromoteLogic::GetArgCountMin(), CScannerFunctorArgN::GetArguments(), CSubjectMap::getChunkLength(), CDbIndex::getCIdOffByLIdOff(), CSystemInfo::GetClockTicksPerSecond(), CBaseCountItem::GetCounts(), CJson_WalkHandler::GetCurrentJPath(), CJson_WalkHandler::GetCurrentJPointer(), GetCurrentProcessTimes(), CSeqDBLMDBSet::GetDBTaxIds(), CFileCode::GetDefineBase(), CFileAutoLoader::GetFormatWildcard(), GetIdxVolNumOIDs(), CTL_RowResult::GetItemInternal(), CTime::GetLocalTime(), GetMemoryUsage(), GetNetBlastJobDescription(), CwxPhyloSettingsDlg::GetRandomNode(), CReferenceDataType::GetRefCType(), CDensegGraphicDataSource::GetSeqString(), CTableImportColumn::GetShortStringFromDataType(), CDbIndex::getSIdOffByCIdOff(), CDbIndex::getSIdOffByLIdOff(), CTableImportColumn::GetStringFromDataType(), CSeqDBLMDBSet::GetTaxIdsForOids(), CSeqDBTaxInfo::GetTaxNames(), CTime::GetTimeDBI(), CTime::GetTimeDBU(), CCurrentProcess::GetTimes(), CTitle::GetTitle(), GetTitle(), CAlignFormatUtil::GetTitle(), CTranslationGlyph::GetTooltip(), CTime::GetUniversalTime(), CBlobChangelogRecord::GetUpdatedTimePartition(), CNetBlastMonitoringJob::GetWaitPeriod(), CObjectIStream::GuessDataType(), CObjectIStreamAsnBinary::GuessDataType(), HEAP_FreeFast(), Splines::Hermite5(), Splines::Hermite5_D(), Splines::Hermite5_DD(), Splines::Hermite5_DDD(), Splines::Hermite5_DDDD(), CRgbaColor::HsvToRgb(), huft_build(), huft_free(), CMacroFlowEditor::ImportLibrary(), inflate_block(), inflate_codes(), CTableDataBioTreeContainer::Init(), CPhyloNodeData::Init(), CTreeGraphicsModel::Init(), CSeqScores::Init(), CAliPiece::Init(), TDataExchange< T >::Init(), CPhyloNodeData::InitFeatures(), InitSpellChecker(), InsertAlpha(), CProjBulderApp::InsertDep(), InsertDigit(), InsertNoAlpha(), InsertNoDigit(), InsertNoSpace(), InsertSpace(), IntersectRayTriangle(), Intervals_RangesTest(), invmod(), is_dd_mon_yyyy(), is_numeric_dateformat(), IsAllOneRangeTest(), CSubSource::IsCollectionDateAfterTime(), CSubSource::IsCorrectDateFormat(), IsDateInPast(), pythonpp::CObject::IsObjectType(), CNCBlobAccessor::IsPurged(), IsSameTypeInfo(), rapidjson::GenericReader< SourceEncoding, TargetEncoding, StackAllocator >::IterativeParse(), CMatchFeatureTableDlg::LinearAutomatch(), CDataTool::LoadDefinitions(), CProjBulderApp::LoadDepGraph(), StyleManager::LoadFromASNStyleDictionary(), CFileLoadMRUList::LoadFromStrings(), CRenderVector::LoadMatrixd(), CRenderVector::LoadMatrixf(), CProjectService::LoadSettings(), CFileLoadManager::LoadSettings(), CGenBankLoadOptionPanel::LoadSettings(), LOG_ComposeMessage(), LogTime(), CAlnVecRow::LTH_OnLayoutChanged(), LZCNTTest(), main(), CDLTest2Thread::Main(), CDbIndex::MakeIndex(), mbedtls_aes_crypt_xts_ncbicxx_2_28_3(), mbedtls_camellia_setkey_enc_ncbicxx_2_28_3(), mbedtls_hkdf_expand_ncbicxx_2_28_3(), mbedtls_internal_aes_decrypt_ncbicxx_2_28_3(), mbedtls_internal_aes_encrypt_ncbicxx_2_28_3(), mbedtls_mpi_div_mpi_ncbicxx_2_28_3(), mbedtls_ssl_cache_get_ncbicxx_2_28_3(), mbedtls_ssl_cache_set_ncbicxx_2_28_3(), mbedtls_ssl_cookie_write_ncbicxx_2_28_3(), mbedtls_timing_get_timer_ncbicxx_2_28_3(), MD4Update(), MD5Update(), DTDElement::MergeAttributes(), mmed3(), mpi_mul_hlp(), mpi_sub_hlp(), mz_zip_set_file_times(), SMetricType::Name(), NCBI_simple_atof(), NCBI_strlwr(), NCBI_strupr(), NcbiBlowfishDecrypt(), NcbiBlowfishEncrypt(), NcbiParseIPRange(), CSeqGraphicPane::NextPrevSplice(), NS_FormatPreciseTime(), NS_FormatPreciseTimeAsSec(), NST_FormatPreciseTime(), NST_FormatPreciseTimeAsSec(), PreferencesDialog::OnCheckbox(), CAttribTableColumnIdPanel::OnCtableImportListctrlColLeftClick(), CTableColumnIdPanel::OnCtableImportListctrlColLeftClick(), CTableColumnIdPanel::OnDataTypePropertySelected(), CTrackContainer::OnDeselectAll(), CAgpValidateReader::OnObjectChange(), CConfigureTracksDlg::OnOkClick(), CTrackContainer::OnRevertSelection(), CTrackContainer::OnSelectAll(), CNetBLASTUIDataSource::Open(), CGenBankUIDataSource::Open(), CCheckMe< TValue >::operator!=(), CTime::operator!=(), CTimeout::operator!=(), CTimeSpan::operator!=(), CSymDustMasker::operator()(), PRequested< T >::operator()(), PFindByName< T >::operator()(), CTimeSpan::operator+(), operator+(), CNSPreciseTime::operator+=(), CNSTPreciseTime::operator+=(), CTimeSpan::operator+=(), CTime::operator-(), CTimeSpan::operator-(), CNSPreciseTime::operator-=(), CNSTPreciseTime::operator-=(), CTimeSpan::operator-=(), CNSPreciseTime::operator<(), CNSTPreciseTime::operator<(), CSrvTime::operator<(), CTime::operator<(), CTimeout::operator<(), CTimeSpan::operator<(), COStreamHelper::operator<<(), CLog::CFlusher::operator<<(), CLog::operator<<(), operator<<(), ncbi::boost_fp_impl::operator<<(), CNSPreciseTime::operator<=(), CNSTPreciseTime::operator<=(), CSrvTime::operator<=(), CTime::operator<=(), CTimeout::operator<=(), CTimeSpan::operator<=(), ncbi::grid::netcache::search::operator<=(), CCheckMe< TValue >::operator=(), CTime::operator=(), CDB_SmallDateTime::operator=(), CDB_DateTime::operator=(), CDB_BigDateTime::operator=(), CTimeSpan::operator=(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::operator=(), DeBruijn::SAtomic< uint8_t >::operator=(), CCheckMe< TValue >::operator==(), CTime::operator==(), CTimeout::operator==(), CTimeSpan::operator==(), ncbi::grid::netcache::search::operator==(), CNSPreciseTime::operator>(), CNSTPreciseTime::operator>(), CSrvTime::operator>(), CTime::operator>(), CTimeout::operator>(), CTimeSpan::operator>(), ncbi::grid::netcache::search::operator>(), CNSPreciseTime::operator>=(), CNSTPreciseTime::operator>=(), CSrvTime::operator>=(), CTime::operator>=(), CTimeout::operator>=(), CTimeSpan::operator>=(), Out(), CLogLatencies::Parse(), CProjBulderApp::ParseArguments(), CMakefilePatch::PatchTreeMakefiles(), pcre_dfa_exec(), pcre_exec(), pcregrep(), CProcessing::Performance(), CSeqGlyph::PointInRect(), CLocalVDBBlast::PreprocessDBs(), CSrvTime::Print(), CDataTypeModule::PrintDTD(), CPrintTaxFields::PrintEntry(), CNCStat::PrintToLogs(), CNCStat::PrintToSocket(), CCommandArgDescriptions::PrintUsage(), CDataTypeModule::PrintXMLSchema(), CDataTool::ProcessData(), COffsetList::CData::push_back(), CMatchFeatureTableDlg::QuadraticAutomatch(), bm::deseriaizer_base< DEC, BLOCK_IDX >::read_digest0_block(), readBlob(), readBlobAsChar(), CObjectIStreamJson::ReadCustomBytes(), CTL_CursorResultExpl::ReadItem(), CReadBlastApp::ReadTRNA2(), CSymDustMasker::triplets::rem_triplet_info(), DTDElement::RemoveContent(), Messenger::RemoveSequenceViewer(), CBioTreeForest< BioTree >::RemoveTree(), CWriteDB_Volume::RenameFileIndex(), CTreeGraphicsModel::Render(), CCleanup::RescueSiteRefPubs(), COffsetList::CData::resize(), CDataTypeModule::Resolve(), MemetoTrait< T, cref >::Restore(), MemetoTrait< T, true >::Restore(), RigidBodyFit(), CPeriodicTestJob::Run(), CDiscRepApp::Run(), CThreadedApp::Run(), CDemoApp::Run(), CObjConvProfile::Run(), CLocalVDBBlast::RunThreadedSearch(), s_AddJTATitle(), s_AddNameTitle(), s_BlastHSP2SeqAlign(), s_BlastSumPCalc(), s_CheckTZChange(), s_CombineSearchSets(), s_CreateUID(), s_ExpandPattern(), s_FileTimeToCTime(), s_FlagsToFormatFlags(), s_GenerateAccsList(), s_GetDataType(), s_GetMenuTracks(), s_GetTime(), s_GetTimeStr(), s_GetTimeT(), s_InitConstants(), s_InitPeriodsCollected(), s_InitTZAdjustment(), s_IsContentTypeDefined(), s_IsDST(), s_Number2Date(), s_ProcessOrgRefMapLine(), s_ReportDependenciesStatus(), s_ReportSegmentedAlignmentError(), s_SetCurMonthSize(), s_Tokenize(), s_UnixTimeToFileTime(), sendMTFValues(), SeqDB_GetOidMaskFileExt(), SERV_Print(), SERV_ReadInfoEx(), CRegEx::CRegXChar::Set(), SMetrics::Set(), bm::rs_index< BVAlloc >::set_total(), CTableImportColumn::SetDataType(), CPhyloNodeData::SetDisplayLabel(), CJob::SetLastTouch(), CBlast_def_line::SetLeafTaxIds(), CPrintOptions::SetMarginTop(), CMarker::SetMarkerType(), CSeqMarkHandler::SetMarkerType(), CPrintOptions::SetPagesTall(), CRemoteUpdater::SetPubReturnType(), CJob::SetReadTimeout(), SetRotationMatrix(), CJob::SetRunTimeout(), CJob::SetSubmNotifTimeout(), CBlast_def_line::SetTaxIds(), CTime::SetTimeDBI(), CTime::SetTimeDBU(), CJob::SetTimeout(), CCassQuery::SetTimeout(), CJobEvent::SetTimestamp(), CTime::SetTimeT(), CTime::SetTimeTM(), CSeqGlyph::SetTop(), CTreeQueryExec::SetTree(), CTableImportColumn::SetType(), CGeneModel::SetType(), CBinsGlyph::SetType(), CTableImportListCtrl::SetViewType(), CSymDustMasker::triplets::shift_high(), CSymDustMasker::triplets::shift_window(), CVariant::SmallDateTime(), SOCK_SetSelectInternalRestartTimeout(), CPointerPot::Sort(), bm::sse2_bit_block_xor_2way(), bm::sse42_bit_block_xor_2way(), bm::sse42_shift_r1_and(), ssl_generate_random(), ssl_write_server_hello(), SUv_Timer::Start(), MemetoTrait< T, cref >::Store(), MemetoTrait< T, true >::Store(), store_dd_mon_yyy_date(), store_hour(), store_mday(), store_monthname(), store_numeric_date(), store_time(), store_year(), store_yymmdd_date(), string_to_datetime(), rapidjson::GenericPointer< ValueType, Allocator >::Stringify(), StringToTimeTms(), strncmpic(), SUvNgHttp2_Error::SUvNgHttp2_Error(), TestTaskBuilder< BV >::task_run(), tdefl_radix_sort_syms(), tds_timestamp_str(), tdsdump_open(), TestCompressSparseGather(), IRender::TexCoord2d(), CGlRenderDebug::TexCoord2f(), CRenderCommon::TexCoord2f(), CMacroFunction_Date::TheFunction(), TimeTmsToString(), CTime::TimeZoneName(), tinfl_decompress(), Messenger::ToggleHighlight(), CTime::ToTime(), TracebackMultipleLocalAlignments(), NSearchFeatPanel::CTrackFeatSubtype::Track(), CChainer::CChainerImpl::TrimAlignmentsIncludedInDifferentGenes(), Truncate(), CMemStore::Truncate(), Convert::TupleToCassTupleImpl(), UnicodeToAscii(), Splines::uniform(), bm::update_block_digest0(), CProjBulderApp::UpdateDepGraph(), CTreeCollisionModel2D::UpdateScaled(), CDiagContext::UpdateUID(), CTreeCollisionModel2D::UpdateVisibility(), lmdb::val::val(), CSerialFacetLength::Validate(), CTime::ValidateString(), CMultAlign::Variations(), verify_all_one_ranges(), SMakeProjectT::VerifyLibDepends(), CCassQuery::Wait(), bm::word_select32_bitscan_popcnt(), bm::word_select64_bitscan_popcnt(), bm::word_select64_bitscan_tz(), CVdbFastaExtractor::Write(), CDemoHook_str::WriteChoiceVariant(), CDemoHook::WriteClassMember(), CObjectOStreamJson::WriteEncodedChar(), CObjectOStreamXml::WriteEncodedChar(), x509_date_is_valid(), x509_write_time(), CAutoDefModifierCombo::x_AddMinicircle(), CBuildDatabase::x_AddRemoteSequences(), x_AdjustListPair(), CTime::x_AdjustTimeImmediately(), CMultiAligner::x_AlignInClusters(), CMultiAligner::x_AlignProfileProfile(), CMultiAligner::x_AlignProfileProfileUsingHit(), CCassNAnnotTaskFetch::x_AnnotNamesBind(), CCassNAnnotTaskFetch::x_AnnotNamesCount(), CRenderVector::x_ApplyTransf(), CTL_CursorCmdExpl::x_AssignParams(), CTL_BCPInCmd::x_AssignParams(), CMakeBlastDBApp::x_BuildDatabase(), CMakeClusterDBApp::x_BuildDatabase(), CInlineLayout::x_BuildLayout1Row(), CLinkedFeatsGroup::x_CalcIntervals(), CDebugDumpViewer::x_CheckAddr(), CSparseGraph::x_CheckRemoteData(), x_Commit(), CHistogramGlyph::x_ComputeDeviation(), CMultiAligner::x_ComputeProfileRangeAlignment(), CFeatureGraph::x_Create(), CMakeProfileDBApp::x_CreateAliasFile(), SPSG_CV< deque< string > >::x_CvWait(), CNCMessageHandler::x_DoCmd_GetMeta(), CAlignSmearGlyph::x_Draw(), CSegmentSmearGlyph::x_Draw(), CLinkedFeatsGroup::x_DrawChildrenOnParent(), CHistogramGlyph::x_DrawDataPoints(), CFeatGlyph::x_DrawFeatureBar(), CLinkedFeatsGroup::x_DrawFeatureBar(), CHistogramGlyph::x_DrawGraph(), CHistogramGlyph::x_DrawHeatMap(), CHistogramGlyph::x_DrawSmoothCurve(), CBuildDatabase::x_DupLocal(), CProjectLoadOptionPanel::x_FileMRUList(), CFileLoadOptionPanel::x_FillMRUList(), CGenBankLoadOptionPanel::x_FillMRUList(), CFileLoadPanel::x_FillMRUList(), x_FTPParseMdtm(), CReportEntry::x_GetAdjustment(), CDensegGraphicDataSource::x_GetAlnStringFromCigar(), CStatementBase::x_GetData(), CwxExportVectorImageDlg::x_GetSeqRange(), CPoolBalancer::x_GetServer(), CThreadedApp::x_InitializeThreadGroups(), CDBLBClientApp::x_InitWhereIs(), x_Large(), CSGSegmentSmearJob::x_LoadGaps(), CODBC_RowResult::x_LoadItem(), CODBC_RowResult::x_MakeItem(), CAppJobDispatcher::x_OnJobStarted(), CRegEx::x_ParseAtom(), CFastCgiThreadedRequest::x_ParseEnv(), CRegEx::x_ParseSquare(), CArgDescriptions::x_PrintComment(), CXcompareAnnotsApplication::x_ProcessMappingRange(), CNCActiveHandler::x_ReadPeerVersion(), CSeqGraphicPane::x_Render(), CFeaturePanel::x_RenderFeatureGrid(), CNetBlastMonitoringJob::x_Run(), CBlastnApp::x_RunMTBySplitQuery(), CBlastpApp::x_RunMTBySplitQuery(), CBlastxApp::x_RunMTBySplitQuery(), CRPSBlastApp::x_RunMTBySplitQuery(), CRPSTBlastnApp::x_RunMTBySplitQuery(), CTblastnApp::x_RunMTBySplitQuery(), CPhyloSaveSelectiondlg::x_SetClusterIds(), CBlastTabularInfo::x_SetTaxInfoAll(), CTime::x_SetTime(), CPointerPot::x_SimpleSort(), x_StringToIPv6(), and CSeqGlyph::x_Visible_V().

Modified on Thu Mar 28 17:12:48 2024 by modify_doxy.py rev. 669887