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

/httpd/modules/dav/fs/
H A Drepos.c146 #define DAV_FS_TMP_PREFIX ".davfs.tmp" macro
936 DAV_FS_TMP_PREFIX "XXXXXX", NULL);
1556 !strncmp(dirent.name, DAV_FS_TMP_PREFIX,
1557 strlen(DAV_FS_TMP_PREFIX))) {
1564 !strncmp(dirent.name, DAV_FS_TMP_PREFIX,
1565 strlen(DAV_FS_TMP_PREFIX)))) {

Completed in 691 milliseconds