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

/httpd/modules/dav/fs/
H A Drepos.c75 int is_move; /* is this a MOVE? */ member in struct:__anon108
214 int depth, int is_move,
327 int is_move,
436 if (is_move && (status = apr_file_remove(src, p)) != APR_SUCCESS) {
475 int is_move,
532 if (is_move) {
536 return dav_fs_copymove_file(is_move, p, src, dst, NULL, NULL, pbuf);
547 return dav_fs_copymove_file(is_move, p, src, dst, NULL, NULL, pbuf);
553 static dav_error *dav_fs_copymoveset(int is_move, apr_pool_t *p, argument
585 err = dav_fs_copymove_state(is_move,
326 dav_fs_copymove_file( int is_move, apr_pool_t * p, const char *src, const char *dst, const apr_finfo_t *src_finfo, const apr_finfo_t *dst_finfo, dav_buffer *pbuf) argument
474 dav_fs_copymove_state( int is_move, apr_pool_t * p, const char *src_dir, const char *src_file, const char *dst_dir, const char *dst_file, dav_buffer *pbuf) argument
1209 dav_fs_copymove_resource( int is_move, const dav_resource *src, const dav_resource *dst, int depth, dav_response **response) argument
1765 dav_fs_internal_walk(const dav_walk_params *params, int depth, int is_move, const dav_resource *root_dst, dav_response **response) argument
[all...]
/httpd/modules/dav/main/
H A Dmod_dav.c2616 static int dav_method_copymove(request_rec *r, int is_move) argument
2638 err = dav_get_resource(r, !is_move /* label_allowed */,
2756 if (is_move && is_dir && depth != DAV_INFINITY) {
2778 (is_move ? DAV_VALIDATE_PARENT
2788 is_move ? "MOVE" : "COPY",
2862 if (is_move && lockdb != NULL) {
2869 if (is_move) {
2894 else if (is_move || !resource->versioned)
2912 if (is_move) {
2945 if (is_move)
[all...]

Completed in 1012 milliseconds