Lines Matching defs:path1
62 dav_buffer path1;
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.buf;
1607 apr_size_t save_path_len = fsctx->path1.cur_len;
1612 fsctx->path1.cur_len += len;
1632 fsctx->path1.cur_len = save_path_len;
1653 fsctx->path1.buf[fsctx->path1.cur_len - 1] = '\0';
1664 fsctx->path1.buf[fsctx->path1.cur_len - 1] = '/';
1680 dav_buffer_place_mem(pool, &fsctx->path1,
1691 fsctx->info1.pathname = fsctx->path1.buf;
1750 fsctx->path1.buf[--fsctx->path1.cur_len] = '\0';
1795 /* the pathname is stored in the path1 buffer */
1796 dav_buffer_init(params->pool, &fsctx.path1, fsctx.info1.pathname);
1797 fsctx.info1.pathname = fsctx.path1.buf;