Searched refs:proppatch_response (Results 1 – 1 of 1) sorted by relevance
/dports/www/yaws/yaws-2.0.6/src/ |
H A D | yaws_appmod_dav.erl | 436 Response = {'D:response',[],proppatch_response(Update,A,R)}, 556 proppatch_response(Update,A,R) -> function 558 Results = proppatch_response(Update,A,R,[]), 565 proppatch_response([H|T],A,R,Results) -> function 570 proppatch_response(T,A,R,[Result|Results]); 571 proppatch_response([],_A,_R,Results) -> function
|