Searched defs:format_cookie (Results 1 – 9 of 9) sorted by relevance
2464 format_cookie([Cookie]) -> function2466 format_cookie([Cookie|Rest]) -> function2468 format_cookie(#cookie{key=Key, value=undefined}) -> function2470 format_cookie(#cookie{key=Key, value=Value, quoted=true}) -> function2472 format_cookie(#cookie{key=Key, value=Value, quoted=false}) -> function
975 static char * format_cookie(request_rec * r, char ** parm) { in format_cookie() function
3104 format_cookie(H) -> function