Sun Java System Web Proxy Server 4.0.2 2005Q4 NSAPI Developer's Guide

cache_fn_to_dig

The cache_fn_to_dig function converts a cache filename of a URL into a partial MD5 digest.

Syntax

#include <libproxy/cutil.h>
void *cache_fn_to_dig(char *name, unsigned char digest[16]));

Returns

void

Parameters

char *name is a string containing the cache filename of a URL.

name *digest is an array to receive first 8 bits of the signature of the URL.