Searched refs:inode (Results 1 - 5 of 5) sorted by relevance

/httpd/modules/cache/
H A Dcache_disk_common.h58 apr_ino_t inode; member in struct:__anon79
H A Dmod_cache_disk.c567 if (dobj->disk_info.inode == finfo.inode &&
1061 disk_info.inode = dobj->disk_info.inode;
1201 * the body is empty, we don't write a file at all, and save an inode.
1220 dobj->disk_info.inode = finfo.inode;
/httpd/modules/http/
H A Dhttp_etag.c92 * length and inode number - note that this doesn't have to match
113 * ETag gets set to [W/]"inode-size-mtime", modulo any
127 next = etag_uint64_to_hex(next, r->finfo.inode);
/httpd/support/
H A Dhtcacheclean.c494 || dinfo.inode
495 != disk_info.inode)) {
550 || dinfo.inode
551 != disk_info.inode)) {
1315 " -L Specify LIMIT as the total disk cache inode limit." NL
/httpd/modules/dav/fs/
H A Drepos.c850 return ctx1->finfo.inode == ctx2->finfo.inode;

Completed in 55 milliseconds