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

/httpd/modules/dav/fs/
H A Drepos.c842 dav_resource_private *ctx1 = res1->info; local
848 if ((ctx1->finfo.filetype != APR_NOFILE) && (ctx2->finfo.filetype != APR_NOFILE)
849 && (ctx1->finfo.valid & ctx2->finfo.valid & APR_FINFO_INODE)) {
850 return ctx1->finfo.inode == ctx2->finfo.inode;
853 return strcmp(ctx1->pathname, ctx2->pathname) == 0;
861 dav_resource_private *ctx1 = res1->info; local
863 apr_size_t len1 = strlen(ctx1->pathname);
873 && memcmp(ctx1->pathname, ctx2->pathname, len1) == 0

Completed in 770 milliseconds