Home
last modified time | relevance | path

Searched refs:unquote_header (Results 1 – 6 of 6) sorted by relevance

/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit_common/src/
H A Drabbit_http_util.erl381 unquote_header(Rest, []);
382 unquote_header(S) -> function
385 unquote_header("", Acc) -> function
387 unquote_header("\"", Acc) -> function
389 unquote_header([$\\, C | Rest], Acc) -> function
390 unquote_header(Rest, [C | Acc]);
391 unquote_header([C | Rest], Acc) -> function
392 unquote_header(Rest, [C | Acc]).
/dports/benchmarks/tsung/tsung-1.7.0/src/lib/
H A Dmochiweb_util.erl396 unquote_header(Rest, []);
397 unquote_header(S) -> function
400 unquote_header("", Acc) -> function
402 unquote_header("\"", Acc) -> function
404 unquote_header([$\\, C | Rest], Acc) -> function
405 unquote_header(Rest, [C | Acc]);
406 unquote_header([C | Rest], Acc) -> function
407 unquote_header(Rest, [C | Acc]).
/dports/www/erlang-mochiweb-basho/mochiweb-4d38821/src/
H A Dmochiweb_util.erl396 unquote_header(Rest, []);
397 unquote_header(S) -> function
400 unquote_header("", Acc) -> function
402 unquote_header("\"", Acc) -> function
404 unquote_header([$\\, C | Rest], Acc) -> function
405 unquote_header(Rest, [C | Acc]);
406 unquote_header([C | Rest], Acc) -> function
407 unquote_header(Rest, [C | Acc]).
/dports/www/erlang-mochiweb/mochiweb-2.18.0/src/
H A Dmochiweb_util.erl398 unquote_header(Rest, []);
399 unquote_header(S) -> function
402 unquote_header("", Acc) -> function
404 unquote_header("\"", Acc) -> function
406 unquote_header([$\\, C | Rest], Acc) -> function
407 unquote_header(Rest, [C | Acc]);
408 unquote_header([C | Rest], Acc) -> function
409 unquote_header(Rest, [C | Acc]).
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/mochiweb/src/
H A Dmochiweb_util.erl423 unquote_header(Rest, []);
424 unquote_header(S) -> function
427 unquote_header("", Acc) -> function
429 unquote_header("\"", Acc) -> function
431 unquote_header([$\\, C | Rest], Acc) -> function
432 unquote_header(Rest, [C | Acc]);
433 unquote_header([C | Rest], Acc) -> function
434 unquote_header(Rest, [C | Acc]).
/dports/benchmarks/tsung/tsung-1.7.0/src/tsung/
H A Dts_search.erl474 unquote_header("\"" ++ Rest) -> function
475 unquote_header(Rest, []);
476 unquote_header(S) -> function
488 unquote_header(string:strip(Value))} | Acc]
490 unquote_header("", Acc) -> function
492 unquote_header("\"", Acc) -> function
494 unquote_header([$\\, C | Rest], Acc) -> function
495 unquote_header(Rest, [C | Acc]);
496 unquote_header([C | Rest], Acc) -> function
497 unquote_header(Rest, [C | Acc]).