Home
last modified time | relevance | path

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

/reactos/base/services/nfsd/
H A Dsymlink.c99 ptrdiff_t path_offset; in nfs41_symlink_target() local
123 path_offset = file->name.name - path->path; in nfs41_symlink_target()
134 status = abs_path_link(target, target->path + path_offset, link, link_len); in nfs41_symlink_target()
/reactos/dll/win32/urlmon/
H A Duri.c6560 DWORD path_offset = 0, path_len = 0; in combine_uri() local
6618 path_offset = 2; in combine_uri()
6620 path_offset = 1; in combine_uri()
6626 DWORD offset = (path_offset > 0) ? path_offset+1 : 0; in combine_uri()