Searched refs:pathname (Results 1 - 7 of 7) sorted by relevance

/httpd/modules/dav/fs/
H A Drepos.c47 const char *pathname; /* full pathname to resource */ member in struct:dav_resource_private
199 const char *pathname; /* we may need to remove it at close time */ member in struct:dav_stream
234 return resource->info->pathname;
245 *dirpath_p = ctx->pathname;
251 char *dirpath = ap_make_dirstr_parent(ctx->pool, ctx->pathname);
282 *fname_p = ctx->pathname + dirlen;
487 /* build the propset pathname for the source file */
496 /* build the pathname for the destination state dir */
528 /* append the target file to the state directory pathname */
618 const char *pathname; local
[all...]
H A Drepos.h40 /* return the full pathname for a resource */
56 dav_error * dav_dbm_open_direct(apr_pool_t *p, const char *pathname, int ro,
H A Ddbm.c116 const char *pathname = apr_pstrcat(p, dirname, "/" DAV_FS_STATE_DIR, NULL); local
121 (void) apr_dir_make(pathname, APR_OS_DEFAULT, p);
127 dav_error * dav_dbm_open_direct(apr_pool_t *p, const char *pathname, int ro, argument
135 if ((status = apr_dbm_open(&file, pathname,
163 const char *pathname; local
175 pathname = apr_pstrcat(p, dirpath, "/" DAV_FS_STATE_DIR "/",
184 return dav_dbm_open_direct(p, pathname, ro, pdb);
H A Dlock.c383 const char *pathname = dav_fs_pathname(resource); local
389 /* size is TYPE + pathname + null */
390 key.dsize = strlen(pathname) + 2;
393 memcpy(key.dptr + 1, pathname, key.dsize - 1);
812 const char *pathname; local
821 pathname = apr_pstrcat(p,
829 if ((rv = apr_file_remove(pathname, p)) != APR_SUCCESS) {
832 "Error removing %s", pathname));
837 if ((rv = apr_file_open(&file, pathname,
843 pathname));
964 const char *pathname = dav_fs_pathname(resource); local
[all...]
/httpd/modules/ssl/
H A Dssl_util_ssl.c446 const char *pathname)
458 if (apr_dir_open(&dir, pathname, ptemp) != APR_SUCCESS) {
468 pathname, "/", dirent.name,
444 SSL_X509_INFO_load_path(apr_pool_t *ptemp, STACK_OF(X509_INFO) *sk, const char *pathname) argument
/httpd/modules/dav/lock/
H A Dlocks.c397 * Given a pathname, build a DAV_TYPE_FNAME lock database key.
403 const char *pathname = resource->uri; local
408 /* size is TYPE + pathname + null */
409 key.dsize = strlen(pathname) + 2;
412 memcpy(key.dptr + 1, pathname, key.dsize - 1);
/httpd/support/
H A Dhtcacheclean.c139 static void fake_file_remove(char *pathname, apr_pool_t *p) argument
145 apr_stat(&info, pathname, DIRINFO, p);
146 apr_file_printf(errfile, "would delete %s" APR_EOL_STR, pathname);

Completed in 617 milliseconds