Searched defs:etag_uint64_to_hex (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/http/
H A Dhttp_etag.c34 static char *etag_uint64_to_hex(char *next, apr_uint64_t u) function
127 next = etag_uint64_to_hex(next, r->finfo.inode);
134 next = etag_uint64_to_hex(next, r->finfo.size);
141 next = etag_uint64_to_hex(next, r->mtime);
159 next = etag_uint64_to_hex(next, r->mtime);

Completed in 9 milliseconds