Home
last modified time | relevance | path

Searched defs:extract_quoted_string (Results 1 – 17 of 17) sorted by relevance

/dports/databases/couchdb3/apache-couchdb-3.2.1/src/mochiweb/src/
H A Dmochiweb_headers.erl247 extract_quoted_string([], _Acc) -> function
249 extract_quoted_string("\"\\" ++ Rest, Acc) -> function
251 extract_quoted_string("\"" ++ Rest, Acc) -> function
253 extract_quoted_string([C | Rest], Acc) -> function
/dports/www/erlang-mochiweb/mochiweb-2.18.0/src/
H A Dmochiweb_headers.erl247 extract_quoted_string([], _Acc) -> function
249 extract_quoted_string("\"\\" ++ Rest, Acc) -> function
251 extract_quoted_string("\"" ++ Rest, Acc) -> function
253 extract_quoted_string([C | Rest], Acc) -> function
/dports/benchmarks/tsung/tsung-1.7.0/src/lib/
H A Dmochiweb_headers.erl247 extract_quoted_string([], _Acc) -> function
249 extract_quoted_string("\"\\" ++ Rest, Acc) -> function
251 extract_quoted_string("\"" ++ Rest, Acc) -> function
253 extract_quoted_string([C | Rest], Acc) -> function
/dports/www/erlang-mochiweb-basho/mochiweb-4d38821/src/
H A Dmochiweb_headers.erl229 extract_quoted_string([], _Acc) -> function
231 extract_quoted_string("\"\\" ++ Rest, Acc) -> function
233 extract_quoted_string("\"" ++ Rest, Acc) -> function
235 extract_quoted_string([C | Rest], Acc) -> function
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/util/
H A Dparserom.pl236 sub extract_quoted_string { subroutine
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/util/
H A Dparserom.pl236 sub extract_quoted_string { subroutine
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/util/
H A Dparserom.pl236 sub extract_quoted_string { subroutine
/dports/net/ipxe/ipxe-2265a65/src/util/
H A Dparserom.pl236 sub extract_quoted_string { subroutine
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/util/
H A Dparserom.pl236 sub extract_quoted_string { subroutine
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/util/
H A Dparserom.pl236 sub extract_quoted_string { subroutine
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/util/
H A Dparserom.pl236 sub extract_quoted_string { subroutine
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/util/
H A Dparserom.pl236 sub extract_quoted_string { subroutine
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/ext/websocketpp/http/
H A Dparser.hpp92 std::pair<std::string,InputIterator> extract_quoted_string(InputIterator begin, in extract_quoted_string() function
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/websocketpp/websocketpp/http/
H A Dparser.hpp92 std::pair<std::string,InputIterator> extract_quoted_string(InputIterator begin, in extract_quoted_string() function
/dports/devel/websocketpp/websocketpp-0.8.2/websocketpp/http/
H A Dparser.hpp92 std::pair<std::string,InputIterator> extract_quoted_string(InputIterator begin, in extract_quoted_string() function
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/include/websocketpp/http/
H A Dparser.hpp92 std::pair<std::string,InputIterator> extract_quoted_string(InputIterator begin, in extract_quoted_string() function
/dports/devel/websocketpp/websocketpp-0.8.2/test/http/
H A Dparser.cpp126 BOOST_AUTO_TEST_CASE( extract_quoted_string ) { in BOOST_AUTO_TEST_CASE() argument