Home
last modified time | relevance | path

Searched refs:full_path_len (Results 1 – 24 of 24) sorted by relevance

/dports/www/uwsgi/uwsgi-2.0.20/plugins/cgi/
H A Dcgi_plugin.c483 size_t full_path_len = 0; in uwsgi_cgi_request() local
537 full_path_len = strlen(tmp_path); in uwsgi_cgi_request()
539 memcpy(full_path, tmp_path, full_path_len+1); in uwsgi_cgi_request()
543 if (!uwsgi_starts_with(full_path, full_path_len, safe->value, safe->len)) in uwsgi_cgi_request()
549 if (uwsgi_starts_with(full_path, full_path_len, docroot, docroot_len)) { in uwsgi_cgi_request()
580 full_path[full_path_len] = '/'; in uwsgi_cgi_request()
581 full_path_len++; in uwsgi_cgi_request()
584 if (full_path_len + ci->len + 1 < PATH_MAX) { in uwsgi_cgi_request()
586 memcpy(full_path+full_path_len, ci->value, ci->len + 1); in uwsgi_cgi_request()
605 full_path_len = strlen(full_path); in uwsgi_cgi_request()
[all …]
/dports/www/serf/serf-1.3.9/test/
H A Dserf_spider.c137 apr_size_t full_path_len; member
421 new_ctx->full_path_len = new_ctx->path_len; in create_request()
424 new_ctx->full_path_len = new_ctx->path_len + new_ctx->query_len; in create_request()
427 new_ctx->full_path_len + 1); in create_request()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_shared_library.cpp236 size_t full_path_len = strlen(full_path); in Load() local
237 if (full_path_len >= sizeof(full_path_)) { in Load()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dpackfile.h42 typedef void each_file_in_pack_dir_fn(const char *full_path, size_t full_path_len,
H A Dmidx.c455 static void add_pack_to_midx(const char *full_path, size_t full_path_len, in add_pack_to_midx() argument
468 full_path_len, in add_pack_to_midx()
/dports/devel/git-gui/git-2.34.1/
H A Dpackfile.h42 typedef void each_file_in_pack_dir_fn(const char *full_path, size_t full_path_len,
H A Dmidx.c467 static void add_pack_to_midx(const char *full_path, size_t full_path_len, in add_pack_to_midx() argument
498 full_path_len, in add_pack_to_midx()
1474 static void clear_midx_file_ext(const char *full_path, size_t full_path_len, in clear_midx_file_ext() argument
/dports/devel/git-p4/git-2.34.1/
H A Dpackfile.h42 typedef void each_file_in_pack_dir_fn(const char *full_path, size_t full_path_len,
H A Dmidx.c467 static void add_pack_to_midx(const char *full_path, size_t full_path_len, in add_pack_to_midx() argument
498 full_path_len, in add_pack_to_midx()
1474 static void clear_midx_file_ext(const char *full_path, size_t full_path_len, in clear_midx_file_ext() argument
/dports/devel/git-svn/git-2.34.1/
H A Dpackfile.h42 typedef void each_file_in_pack_dir_fn(const char *full_path, size_t full_path_len,
H A Dmidx.c467 static void add_pack_to_midx(const char *full_path, size_t full_path_len, in add_pack_to_midx() argument
498 full_path_len, in add_pack_to_midx()
1474 static void clear_midx_file_ext(const char *full_path, size_t full_path_len, in clear_midx_file_ext() argument
/dports/devel/git/git-2.34.1/
H A Dpackfile.h42 typedef void each_file_in_pack_dir_fn(const char *full_path, size_t full_path_len,
H A Dmidx.c467 static void add_pack_to_midx(const char *full_path, size_t full_path_len, in add_pack_to_midx() argument
498 full_path_len, in add_pack_to_midx()
1474 static void clear_midx_file_ext(const char *full_path, size_t full_path_len, in clear_midx_file_ext() argument
/dports/devel/git-cvs/git-2.34.1/
H A Dpackfile.h42 typedef void each_file_in_pack_dir_fn(const char *full_path, size_t full_path_len,
H A Dmidx.c467 static void add_pack_to_midx(const char *full_path, size_t full_path_len, in add_pack_to_midx() argument
498 full_path_len, in add_pack_to_midx()
1474 static void clear_midx_file_ext(const char *full_path, size_t full_path_len, in clear_midx_file_ext() argument
/dports/archivers/lxqt-archiver/lxqt-archiver-0.5.0/src/
H A Darchiver.cpp418 auto full_path_len = strlen(fileData->full_path); in rebuildDirTree() local
419 if(fileData->full_path[full_path_len - 1] == '/') { in rebuildDirTree()
420 fileData->full_path[full_path_len] = '\0'; in rebuildDirTree()
/dports/net/samba412/samba-4.12.15/source3/modules/
H A Dvfs_gpfs.c285 size_t full_path_len; in vfs_gpfs_get_real_filename() local
305 full_path_len = full_path_tos(path, name, tmpbuf, sizeof(tmpbuf), in vfs_gpfs_get_real_filename()
307 if (full_path_len == -1) { in vfs_gpfs_get_real_filename()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/windows/
H A Dos_windows.cpp4320 DWORD full_path_len = GetFullPathNameW(unicode_path, 0, NULL, NULL); in get_full_path() local
4321 if (full_path_len == 0) { in get_full_path()
4325 *full_path = NEW_C_HEAP_ARRAY(WCHAR, full_path_len, mtInternal); in get_full_path()
4329 DWORD result = GetFullPathNameW(unicode_path, full_path_len, *full_path, NULL); in get_full_path()
4330 assert(result <= full_path_len, "length already checked above"); in get_full_path()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/os/windows/
H A Dos_windows.cpp4323 DWORD full_path_len = GetFullPathNameW(unicode_path, 0, NULL, NULL); in get_full_path() local
4324 if (full_path_len == 0) { in get_full_path()
4328 *full_path = NEW_C_HEAP_ARRAY(WCHAR, full_path_len, mtInternal); in get_full_path()
4332 DWORD result = GetFullPathNameW(unicode_path, full_path_len, *full_path, NULL); in get_full_path()
4333 assert(result <= full_path_len, "length already checked above"); in get_full_path()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/windows/
H A Dos_windows.cpp4320 DWORD full_path_len = GetFullPathNameW(unicode_path, 0, NULL, NULL); in get_full_path() local
4321 if (full_path_len == 0) { in get_full_path()
4325 *full_path = NEW_C_HEAP_ARRAY(WCHAR, full_path_len, mtInternal); in get_full_path()
4329 DWORD result = GetFullPathNameW(unicode_path, full_path_len, *full_path, NULL); in get_full_path()
4330 assert(result <= full_path_len, "length already checked above"); in get_full_path()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/os/windows/
H A Dos_windows.cpp4187 DWORD full_path_len = GetFullPathNameW(unicode_path, 0, NULL, NULL); in get_full_path() local
4188 if (full_path_len == 0) { in get_full_path()
4192 *full_path = NEW_C_HEAP_ARRAY(WCHAR, full_path_len, mtInternal); in get_full_path()
4196 DWORD result = GetFullPathNameW(unicode_path, full_path_len, *full_path, NULL); in get_full_path()
4197 assert(result <= full_path_len, "length already checked above"); in get_full_path()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/os/windows/
H A Dos_windows.cpp4188 DWORD full_path_len = GetFullPathNameW(unicode_path, 0, NULL, NULL); in get_full_path() local
4189 if (full_path_len == 0) { in get_full_path()
4193 *full_path = NEW_C_HEAP_ARRAY(WCHAR, full_path_len, mtInternal); in get_full_path()
4197 DWORD result = GetFullPathNameW(unicode_path, full_path_len, *full_path, NULL); in get_full_path()
4198 assert(result <= full_path_len, "length already checked above"); in get_full_path()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os/windows/
H A Dos_windows.cpp4378 DWORD full_path_len = GetFullPathNameW(unicode_path, 0, NULL, NULL); in get_full_path() local
4379 if (full_path_len == 0) { in get_full_path()
4383 *full_path = NEW_C_HEAP_ARRAY(WCHAR, full_path_len, mtInternal); in get_full_path()
4387 DWORD result = GetFullPathNameW(unicode_path, full_path_len, *full_path, NULL); in get_full_path()
4388 assert(result <= full_path_len, "length already checked above"); in get_full_path()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/os/windows/
H A Dos_windows.cpp4374 DWORD full_path_len = GetFullPathNameW(unicode_path, 0, NULL, NULL); in get_full_path() local
4375 if (full_path_len == 0) { in get_full_path()
4379 *full_path = NEW_C_HEAP_ARRAY(WCHAR, full_path_len, mtInternal); in get_full_path()
4383 DWORD result = GetFullPathNameW(unicode_path, full_path_len, *full_path, NULL); in get_full_path()
4384 assert(result <= full_path_len, "length already checked above"); in get_full_path()