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

/httpd/modules/dav/fs/
H A Drepos.c1153 dav_resource_private *dstinfo = ctx->res_dst->info; local
1166 if ((status = apr_dir_make(dstinfo->pathname, APR_OS_DEFAULT,
1176 srcinfo->pathname, dstinfo->pathname,
1178 ctx->res_dst->exists ? &dstinfo->finfo : NULL,
1308 dav_resource_private *dstinfo = dst->info; local
1326 rv = apr_file_rename(srcinfo->pathname, dstinfo->pathname, srcinfo->pool);
1364 if (apr_file_rename(dstinfo->pathname, srcinfo->pathname,

Completed in 1587 milliseconds