Home
last modified time | relevance | path

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

/dports/www/yaws/yaws-2.0.6/src/
H A Dyaws.erl127 get_chunk/4, get_chunk_trailer/2, list_to_uue/1, uue_to_list/1,
1061 list_to_uue(L) -> list_to_uue(L, []). function
1063 list_to_uue([], Out) -> function
1065 list_to_uue(L, Out) -> function
1068 list_to_uue(L1, lists:reverse(Encoded, Out)).