Searched refs:tpath (Results 1 - 20 of 20) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/os_windows/
H A Dos_unlink.c25 _TCHAR *tpath, *orig_tpath, buf[DB_MAXPATHLEN]; local
39 TO_TSTRING(env, path, tpath, ret);
42 orig_tpath = tpath;
63 _sntprintf(buf, DB_MAXPATHLEN, _T("%s.del.%010u"), tpath, id);
64 if (MoveFile(tpath, buf))
65 tpath = buf;
78 h = CreateFile(tpath, 0,
83 if (GetFileAttributes(tpath) == INVALID_FILE_ATTRIBUTES)
88 RETRY_CHK((!DeleteFile(tpath)), ret);
H A Dos_stat.c25 _TCHAR *tpath; local
30 TO_TSTRING(env, path, tpath, ret);
39 ((attrs = GetFileAttributes(tpath)) == (DWORD)-1 ? 1 : 0), ret);
46 FREE_STRING(env, tpath);
H A Dos_map.c242 _TCHAR *tpath, shmem_name[DB_MAXPATHLEN]; local
270 TO_TSTRING(env, path, tpath, ret);
273 ret = __os_unique_name(tpath, fhp->handle,
275 FREE_STRING(env, tpath);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/os_windows/
H A Dos_unlink.c25 _TCHAR *tpath, *orig_tpath, buf[DB_MAXPATHLEN]; local
39 TO_TSTRING(env, path, tpath, ret);
42 orig_tpath = tpath;
63 _sntprintf(buf, DB_MAXPATHLEN, _T("%s.del.%010u"), tpath, id);
64 if (MoveFile(tpath, buf))
65 tpath = buf;
78 h = CreateFile(tpath, 0,
83 if (GetFileAttributes(tpath) == INVALID_FILE_ATTRIBUTES)
88 RETRY_CHK((!DeleteFile(tpath)), ret);
H A Dos_stat.c25 _TCHAR *tpath; local
30 TO_TSTRING(env, path, tpath, ret);
39 ((attrs = GetFileAttributes(tpath)) == (DWORD)-1 ? 1 : 0), ret);
46 FREE_STRING(env, tpath);
H A Dos_map.c242 _TCHAR *tpath, shmem_name[DB_MAXPATHLEN]; local
270 TO_TSTRING(env, path, tpath, ret);
273 ret = __os_unique_name(tpath, fhp->handle,
275 FREE_STRING(env, tpath);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/os_windows/
H A Dos_unlink.c25 _TCHAR *tpath, *orig_tpath, buf[DB_MAXPATHLEN]; local
39 TO_TSTRING(env, path, tpath, ret);
42 orig_tpath = tpath;
63 _sntprintf(buf, DB_MAXPATHLEN, _T("%s.del.%010u"), tpath, id);
64 if (MoveFile(tpath, buf))
65 tpath = buf;
78 h = CreateFile(tpath, 0,
83 if (GetFileAttributes(tpath) == INVALID_FILE_ATTRIBUTES)
88 RETRY_CHK((!DeleteFile(tpath)), ret);
H A Dos_stat.c25 _TCHAR *tpath; local
30 TO_TSTRING(env, path, tpath, ret);
39 ((attrs = GetFileAttributes(tpath)) == (DWORD)-1 ? 1 : 0), ret);
46 FREE_STRING(env, tpath);
H A Dos_map.c242 _TCHAR *tpath, shmem_name[DB_MAXPATHLEN]; local
270 TO_TSTRING(env, path, tpath, ret);
273 ret = __os_unique_name(tpath, fhp->handle,
275 FREE_STRING(env, tpath);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/os/
H A Dos_tmpdir.c90 _TCHAR tpath[DB_MAXPATHLEN + 1]; local
93 if (GetTempPath(DB_MAXPATHLEN, tpath) > 2) {
94 FROM_TSTRING(env, tpath, path, ret);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/os/
H A Dos_tmpdir.c90 _TCHAR tpath[DB_MAXPATHLEN + 1]; local
93 if (GetTempPath(DB_MAXPATHLEN, tpath) > 2) {
94 FROM_TSTRING(env, tpath, path, ret);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/os/
H A Dos_tmpdir.c90 _TCHAR tpath[DB_MAXPATHLEN + 1]; local
93 if (GetTempPath(DB_MAXPATHLEN, tpath) > 2) {
94 FROM_TSTRING(env, tpath, path, ret);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/apps/
H A Docsp.c130 char *thost = NULL, *tport = NULL, *tpath = NULL; local
212 if (tpath)
213 OPENSSL_free(tpath);
224 tpath = path;
938 if (tpath)
939 OPENSSL_free(tpath);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/apps/
H A Docsp.c130 char *thost = NULL, *tport = NULL, *tpath = NULL; local
212 if (tpath)
213 OPENSSL_free(tpath);
224 tpath = path;
938 if (tpath)
939 OPENSSL_free(tpath);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/apps/
H A Docsp.c130 char *thost = NULL, *tport = NULL, *tpath = NULL; local
212 if (tpath)
213 OPENSSL_free(tpath);
224 tpath = path;
938 if (tpath)
939 OPENSSL_free(tpath);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/apps/
H A Docsp.c136 char *thost = NULL, *tport = NULL, *tpath = NULL; local
210 if (tpath)
211 OPENSSL_free(tpath);
212 thost = tport = tpath = NULL;
221 tpath = path;
893 if (tpath)
894 OPENSSL_free(tpath);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/apps/
H A Docsp.c136 char *thost = NULL, *tport = NULL, *tpath = NULL; local
210 if (tpath)
211 OPENSSL_free(tpath);
212 thost = tport = tpath = NULL;
221 tpath = path;
893 if (tpath)
894 OPENSSL_free(tpath);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/apps/
H A Docsp.c136 char *thost = NULL, *tport = NULL, *tpath = NULL; local
210 if (tpath)
211 OPENSSL_free(tpath);
212 thost = tport = tpath = NULL;
221 tpath = path;
893 if (tpath)
894 OPENSSL_free(tpath);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c239 struct ipoib_path *tpath; local
244 tpath = rb_entry(pn, struct ipoib_path, rb_node);
246 ret = memcmp(path->pathrec.dgid.raw, tpath->pathrec.dgid.raw,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c239 struct ipoib_path *tpath; local
244 tpath = rb_entry(pn, struct ipoib_path, rb_node);
246 ret = memcmp(path->pathrec.dgid.raw, tpath->pathrec.dgid.raw,

Completed in 193 milliseconds