Lines Matching refs:mpDAVException
50 , mpDAVException() in SerfRequestProcessor()
67 delete mpDAVException; in ~SerfRequestProcessor()
72 delete mpDAVException; in prepareProcessor()
73 mpDAVException = 0; in prepareProcessor()
516 mpDAVException = new DAVException( DAVException::DAV_HTTP_LOOKUP, in postprocessProcessor()
522 mpDAVException = new DAVException( DAVException::DAV_HTTP_NOAUTH, in postprocessProcessor()
528 mpDAVException = new DAVException( DAVException::DAV_HTTP_ERROR, in postprocessProcessor()
537 mpDAVException = new DAVException( DAVException::DAV_HTTP_REDIRECT, in postprocessProcessor()
541 mpDAVException = new DAVException( DAVException::DAV_LOCKED, in postprocessProcessor()
546 mpDAVException = new DAVException( DAVException::DAV_HTTP_ERROR, in postprocessProcessor()
555 mpDAVException = new DAVException( DAVException::DAV_HTTP_ERROR ); in postprocessProcessor()