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

/httpd/modules/dav/fs/
H A Drepos.c62 dav_buffer path1; member in struct:__anon107
1514 dav_check_bufsize(pool, &fsctx->path1, DAV_BUFFER_PAD);
1515 fsctx->path1.buf[fsctx->path1.cur_len++] = '/';
1516 fsctx->path1.buf[fsctx->path1.cur_len] = '\0'; /* in pad area */
1535 if ((status = apr_dir_open(&dirp, fsctx->path1.buf, pool)) != APR_SUCCESS) {
1570 dav_buffer_place_mem(pool, &fsctx->path1, dirent.name, len + 1, 0);
1572 status = apr_stat(&fsctx->info1.finfo, fsctx->path1.buf,
1591 fsctx->info1.pathname = fsctx->path1
[all...]

Completed in 18 milliseconds