92 int webdav_op_propfind_children( |
92 int webdav_op_propfind_children( |
93 WebdavOperation *op, |
93 WebdavOperation *op, |
94 VFSContext *vfs, |
94 VFSContext *vfs, |
95 char *path) |
95 char *path) |
96 { |
96 { |
97 WebdavResponse *response = op->response; |
|
98 WebdavPropfindRequest *request = op->requests->data; |
97 WebdavPropfindRequest *request = op->requests->data; |
99 |
98 |
100 UcxAllocator *a = session_get_allocator(request->sn); |
99 UcxAllocator *a = session_get_allocator(request->sn); |
101 pool_handle_t *pool = request->sn->pool; |
100 pool_handle_t *pool = request->sn->pool; |
102 UcxList *stack = ucx_list_prepend_a(a, NULL, path); |
101 UcxList *stack = ucx_list_prepend_a(a, NULL, path); |