Home
last modified time | relevance | path

Searched refs:tmpb (Results 1 – 1 of 1) sorted by relevance

/lighttpd1.4/src/
H A Dmod_webdav.c397 buffer *tmpb; member
2615 buffer * const tmpb = pconf->tmpb; in webdav_linktmp_rename() local
2618 buffer_clear(tmpb); in webdav_linktmp_rename()
2640 unlink(tmpb->ptr); in webdav_linktmp_rename()
2684 buffer * const tmpb = pconf->tmpb; in webdav_copytmp_rename() local
2685 buffer_clear(tmpb); in webdav_copytmp_rename()
2859 unlink(tmpb->ptr); in webdav_copytmp_rename()
2878 unlink(tmpb->ptr); in webdav_copytmp_rename()
2898 unlink(tmpb->ptr); in webdav_copytmp_rename()
4955 buffer * const tmpb = pconf->tmpb; in mod_webdav_put() local
[all …]