Lines Matching refs:SerfRequestProcessorImpl

43     SerfRequestProcessorImpl* createPropFindReqProcImpl( const char* inPath,  in createPropFindReqProcImpl()
49 SerfRequestProcessorImpl* pReqProcImpl = new SerfPropFindReqProcImpl( inPath, in createPropFindReqProcImpl()
57 SerfRequestProcessorImpl* createPropFindReqProcImpl( const char* inPath, in createPropFindReqProcImpl()
62 SerfRequestProcessorImpl* pReqProcImpl = new SerfPropFindReqProcImpl( inPath, in createPropFindReqProcImpl()
69 SerfRequestProcessorImpl* createPropPatchReqProcImpl( const char* inPath, in createPropPatchReqProcImpl()
74 SerfRequestProcessorImpl* pReqProcImpl = new SerfPropPatchReqProcImpl( inPath, in createPropPatchReqProcImpl()
81 SerfRequestProcessorImpl* createGetReqProcImpl( const char* inPath, in createGetReqProcImpl()
85 SerfRequestProcessorImpl* pReqProcImpl = new SerfGetReqProcImpl( inPath, in createGetReqProcImpl()
91 SerfRequestProcessorImpl* createGetReqProcImpl( const char* inPath, in createGetReqProcImpl()
97 SerfRequestProcessorImpl* pReqProcImpl = new SerfGetReqProcImpl( inPath, in createGetReqProcImpl()
105 SerfRequestProcessorImpl* createGetReqProcImpl( const char* inPath, in createGetReqProcImpl()
109 SerfRequestProcessorImpl* pReqProcImpl = new SerfGetReqProcImpl( inPath, in createGetReqProcImpl()
115 SerfRequestProcessorImpl* createGetReqProcImpl( const char* inPath, in createGetReqProcImpl()
121 SerfRequestProcessorImpl* pReqProcImpl = new SerfGetReqProcImpl( inPath, in createGetReqProcImpl()
129 SerfRequestProcessorImpl* createHeadReqProcImpl( const char* inPath, in createHeadReqProcImpl()
134 SerfRequestProcessorImpl* pReqProcImpl = new SerfHeadReqProcImpl( inPath, in createHeadReqProcImpl()
142 SerfRequestProcessorImpl* createPutReqProcImpl( const char* inPath, in createPutReqProcImpl()
148 SerfRequestProcessorImpl* pReqProcImpl = new SerfPutReqProcImpl( inPath, in createPutReqProcImpl()
156 SerfRequestProcessorImpl* createPostReqProcImpl( const char* inPath, in createPostReqProcImpl()
165 SerfRequestProcessorImpl* pReqProcImpl = new SerfPostReqProcImpl( inPath, in createPostReqProcImpl()
176 SerfRequestProcessorImpl* createPostReqProcImpl( const char* inPath, in createPostReqProcImpl()
185 SerfRequestProcessorImpl* pReqProcImpl = new SerfPostReqProcImpl( inPath, in createPostReqProcImpl()
196 SerfRequestProcessorImpl* createDeleteReqProcImpl( const char* inPath, in createDeleteReqProcImpl()
200 SerfRequestProcessorImpl* pReqProcImpl = new SerfDeleteReqProcImpl( inPath, in createDeleteReqProcImpl()
206 SerfRequestProcessorImpl* createMkColReqProcImpl( const char* inPath, in createMkColReqProcImpl()
210 SerfRequestProcessorImpl* pReqProcImpl = new SerfMkColReqProcImpl( inPath, in createMkColReqProcImpl()
216 SerfRequestProcessorImpl* createCopyReqProcImpl( const char* inSourcePath, in createCopyReqProcImpl()
222 SerfRequestProcessorImpl* pReqProcImpl = new SerfCopyReqProcImpl( inSourcePath, in createCopyReqProcImpl()
230 SerfRequestProcessorImpl* createMoveReqProcImpl( const char* inSourcePath, in createMoveReqProcImpl()
236 SerfRequestProcessorImpl* pReqProcImpl = new SerfMoveReqProcImpl( inSourcePath, in createMoveReqProcImpl()
244 SerfRequestProcessorImpl* createLockReqProcImpl( const char* inSourcePath, in createLockReqProcImpl()
250 SerfRequestProcessorImpl* pReqProcImpl = new SerfLockReqProcImpl( inSourcePath, in createLockReqProcImpl()
258 SerfRequestProcessorImpl* createLockRefreshProcImpl( const char* inSourcePath, in createLockRefreshProcImpl()
265 SerfRequestProcessorImpl* pReqProcImpl = new SerfLockRefreshProcImpl( inSourcePath, in createLockRefreshProcImpl()
274 SerfRequestProcessorImpl* createUnlockProcImpl( const char* inSourcePath, in createUnlockProcImpl()
279 SerfRequestProcessorImpl* pReqProcImpl = new SerfUnlockProcImpl( inSourcePath, in createUnlockProcImpl()