Sun Java System Web Proxy Server 4.0.11 NSAPI Developer's Guide

cache_fn_to_dig

The cache_fn_to_dig function converts a cache file name 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 file name of a URL.

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