Home
last modified time | relevance | path

Searched refs:optStart (Results 1 – 25 of 33) sorted by relevance

12

/dports/dns/dnsdist/dnsdist-1.6.1/
H A Ddnsdist-ecs.hh31 int locateEDNSOptRR(const PacketBuffer & packet, uint16_t * optStart, size_t * optLen, bool * last);
34 int removeEDNSOptionFromOPT(char* optStart, size_t* optLen, const uint16_t optionCodeToRemove);
37 bool isEDNSOptionInOpt(const PacketBuffer& packet, const size_t optStart, const size_t optLen, cons…
H A Ddnsdist-ecs.cc322 assert(optStart != NULL); in locateEDNSOptRR()
365 *optStart = start; in locateEDNSOptRR()
368 if (packet.size() < (*optStart + *optLen)) { in locateEDNSOptRR()
689 int removeEDNSOptionFromOPT(char* optStart, size_t* optLen, const uint16_t optionCodeToRemove) in removeEDNSOptionFromOPT() argument
694 const unsigned char* end = (const unsigned char*) optStart + *optLen; in removeEDNSOptionFromOPT()
695 unsigned char* p = (unsigned char*) optStart + 9; in removeEDNSOptionFromOPT()
718 size_t p = optStart + 9; in isEDNSOptionInOpt()
1049 uint16_t optStart; in getEDNS0Record() local
1053 int res = locateEDNSOptRR(packet, &optStart, &optLen, &last); in getEDNS0Record()
1063 if (optStart < packet.size() && packet.at(optStart) != 0) { in getEDNS0Record()
[all …]
H A Dtest-dnsdist_cc.cc1081 uint16_t optStart; in BOOST_AUTO_TEST_CASE() local
1085 int res = locateEDNSOptRR(response, &optStart, &optLen, &last); in BOOST_AUTO_TEST_CASE()
1133 uint16_t optStart; in BOOST_AUTO_TEST_CASE() local
1137 int res = locateEDNSOptRR(response, &optStart, &optLen, &last); in BOOST_AUTO_TEST_CASE()
1189 uint16_t optStart; in BOOST_AUTO_TEST_CASE() local
1193 int res = locateEDNSOptRR(response, &optStart, &optLen, &last); in BOOST_AUTO_TEST_CASE()
1241 uint16_t optStart; in BOOST_AUTO_TEST_CASE() local
1245 int res = locateEDNSOptRR(response, &optStart, &optLen, &last); in BOOST_AUTO_TEST_CASE()
1748 uint16_t optStart; in BOOST_AUTO_TEST_CASE() local
1751 int res = locateEDNSOptRR(query, &optStart, &optLen, &last); in BOOST_AUTO_TEST_CASE()
[all …]
H A Ddnsdist-rules.hh975 uint16_t optStart; in matches() local
978 int res = locateEDNSOptRR(dq->getData(), &optStart, &optLen, &last); in matches()
988 if (optStart < dq->getData().size() && dq->getData().at(optStart) != 0) { in matches()
993 return isEDNSOptionInOpt(dq->getData(), optStart, optLen, d_optcode); in matches()
/dports/dns/powerdns/pdns-4.5.2/pdns/
H A Ddnsdist-ecs.hh31 int locateEDNSOptRR(const PacketBuffer & packet, uint16_t * optStart, size_t * optLen, bool * last);
34 int removeEDNSOptionFromOPT(char* optStart, size_t* optLen, const uint16_t optionCodeToRemove);
37 bool isEDNSOptionInOpt(const PacketBuffer& packet, const size_t optStart, const size_t optLen, cons…
H A Ddnsdist-ecs.cc322 assert(optStart != NULL); in locateEDNSOptRR()
365 *optStart = start; in locateEDNSOptRR()
368 if (packet.size() < (*optStart + *optLen)) { in locateEDNSOptRR()
689 int removeEDNSOptionFromOPT(char* optStart, size_t* optLen, const uint16_t optionCodeToRemove) in removeEDNSOptionFromOPT() argument
694 const unsigned char* end = (const unsigned char*) optStart + *optLen; in removeEDNSOptionFromOPT()
695 unsigned char* p = (unsigned char*) optStart + 9; in removeEDNSOptionFromOPT()
718 size_t p = optStart + 9; in isEDNSOptionInOpt()
1049 uint16_t optStart; in getEDNS0Record() local
1053 int res = locateEDNSOptRR(packet, &optStart, &optLen, &last); in getEDNS0Record()
1063 if (optStart < packet.size() && packet.at(optStart) != 0) { in getEDNS0Record()
[all …]
/dports/games/lander/lander-0.6.6/src/
H A DMenu.cpp66 selOption = optStart; in Load()
81 case optStart: in Process()
101 selOption = optStart; in Process()
119 case optStart: in Process()
235 startOpt.Display(selOption == optStart, bigness, fade); in Display()
H A DMenu.hpp73 enum SelOption { optStart, optScore, optOptions, optExit }; enumerator
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/doc/
H A Dhelp2man_preformat.py20 optStart = i+2 variable
31 for line in lines[optStart:]:
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/doc/
H A Dhelp2man_preformat.py20 optStart = i+2 variable
31 for line in lines[optStart:]:
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/glean/bindings/private/
H A DTimespan.cpp38 auto optStart = lock.ref()->Extract(scalarId); in Stop() local
39 if (!NS_WARN_IF(!optStart)) { in Stop()
41 (TimeStamp::Now() - optStart.extract()).ToMilliseconds()); in Stop()
H A DTimingDistribution.cpp48 auto optStart = lock.ref()->Extract(aId); in StopAndAccumulate() local
49 if (!NS_WARN_IF(!optStart)) { in StopAndAccumulate()
50 AccumulateTimeDelta(mirrorId.extract(), optStart.extract()); in StopAndAccumulate()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/glean/bindings/private/
H A DTimespan.cpp38 auto optStart = lock.ref()->Extract(scalarId); in Stop() local
39 if (!NS_WARN_IF(!optStart)) { in Stop()
41 (TimeStamp::Now() - optStart.extract()).ToMilliseconds()); in Stop()
H A DTimingDistribution.cpp48 auto optStart = lock.ref()->Extract(aId); in StopAndAccumulate() local
49 if (!NS_WARN_IF(!optStart)) { in StopAndAccumulate()
50 AccumulateTimeDelta(mirrorId.extract(), optStart.extract()); in StopAndAccumulate()
/dports/www/firefox/firefox-99.0/toolkit/components/glean/bindings/private/
H A DTimespan.cpp37 auto optStart = lock.ref()->Extract(scalarId); in Stop() local
38 if (!NS_WARN_IF(!optStart)) { in Stop()
39 double delta = (TimeStamp::Now() - optStart.extract()).ToMilliseconds(); in Stop()
H A DTimingDistribution.cpp38 auto optStart = lock.ref()->Extract(aTimerId); in GIFFT_TimingDistributionStopAndAccumulate() local
39 if (!NS_WARN_IF(!optStart)) { in GIFFT_TimingDistributionStopAndAccumulate()
40 AccumulateTimeDelta(mirrorId.extract(), optStart.extract()); in GIFFT_TimingDistributionStopAndAccumulate()
/dports/net/dictd/dictd-1.13.1/
H A Dindex.c600 end = idx->optStart [last]; in dict_index_search()
601 start = idx->optStart [first]; in dict_index_search()
1232 start = dbindex->optStart[first]; in dict_search_regexpr()
1314 pt = dbindex->optStart[ c ]; in dict_search_soundex()
1899 i->optStart[j] = i->start; in dict_index_open()
1964 i->optStart [first_char] in dict_index_open()
1972 i->optStart [first_char_uc] = i->optStart [first_char]; in dict_index_open()
1991 i->optStart [j], in dict_index_open()
1992 i->optStart [j]); in dict_index_open()
1997 i->optStart [j], in dict_index_open()
[all …]
H A Ddefs.h176 const char *optStart[UCHAR_MAX+2]; /* Optimized starting points */ member
/dports/textproc/dictfmt/dictd-1.13.1/
H A Dindex.c600 end = idx->optStart [last]; in dict_index_search()
601 start = idx->optStart [first]; in dict_index_search()
1232 start = dbindex->optStart[first]; in dict_search_regexpr()
1314 pt = dbindex->optStart[ c ]; in dict_search_soundex()
1899 i->optStart[j] = i->start; in dict_index_open()
1964 i->optStart [first_char] in dict_index_open()
1972 i->optStart [first_char_uc] = i->optStart [first_char]; in dict_index_open()
1991 i->optStart [j], in dict_index_open()
1992 i->optStart [j]); in dict_index_open()
1997 i->optStart [j], in dict_index_open()
[all …]
H A Ddefs.h176 const char *optStart[UCHAR_MAX+2]; /* Optimized starting points */ member
/dports/textproc/dict/dictd-1.13.1/
H A Dindex.c600 end = idx->optStart [last]; in dict_index_search()
601 start = idx->optStart [first]; in dict_index_search()
1232 start = dbindex->optStart[first]; in dict_search_regexpr()
1314 pt = dbindex->optStart[ c ]; in dict_search_soundex()
1899 i->optStart[j] = i->start; in dict_index_open()
1964 i->optStart [first_char] in dict_index_open()
1972 i->optStart [first_char_uc] = i->optStart [first_char]; in dict_index_open()
1991 i->optStart [j], in dict_index_open()
1992 i->optStart [j]); in dict_index_open()
1997 i->optStart [j], in dict_index_open()
[all …]
H A Ddefs.h176 const char *optStart[UCHAR_MAX+2]; /* Optimized starting points */ member
/dports/mail/libvmime/vmime-0.9.2/src/vmime/
H A DpropertySet.cpp109 const string::const_iterator optStart = pos; in parse() local
115 for ( ; optEnd != optStart && parserHelpers::isSpace(*(optEnd - 1)) ; --optEnd) {} in parse()
117 const string option(optStart, optEnd); in parse()
/dports/x11-toolkits/tk87/tk8.7a5/win/
H A DtkWinSysTray.c950 int optStart; in WinSystrayCmd() local
953 optStart = 2; in WinSystrayCmd()
956 optStart = 3; in WinSystrayCmd()
967 for (i = optStart; i < objc; i += 2) { in WinSystrayCmd()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/DetourCrowd/include/
H A DDetourCrowd.h199 float optStart[3], optEnd[3]; member

12