Home
last modified time | relevance | path

Searched refs:hMap (Results 1 – 25 of 394) sorted by relevance

12345678910>>...16

/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/test/
H A DTestHashStructures.java63 compareByUIterator(uMap, hMap); in testHashMap()
64 compareByHIterator(uMap, hMap); in testHashMap()
68 compareByUIterator(uMap, hMap); in testHashMap()
69 compareByHIterator(uMap, hMap); in testHashMap()
73 compareByUIterator(uMap, hMap); in testHashMap()
74 compareByHIterator(uMap, hMap); in testHashMap()
78 compareByUIterator(uMap, hMap); in testHashMap()
79 compareByHIterator(uMap, hMap); in testHashMap()
83 compareByUIterator(uMap, hMap); in testHashMap()
84 compareByHIterator(uMap, hMap); in testHashMap()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/shmem/win32/
H A Dshm.c35 HANDLE hMap; member
61 HANDLE hMap, hFile; in apr_shm_create() local
140 if (!hMap) { in apr_shm_create()
153 (*m)->hMap = hMap; in apr_shm_create()
185 HANDLE hMap; in apr_shm_attach() local
221 if (!hMap) { in apr_shm_attach()
239 CloseHandle(hMap); in apr_shm_attach()
243 if (!hMap) { in apr_shm_attach()
252 (*m)->hMap = hMap; in apr_shm_attach()
282 *osshm = shm->hMap; in APR_DECLARE()
[all …]
/dports/devel/apr1/apr-1.7.0/shmem/win32/
H A Dshm.c36 HANDLE hMap; member
124 HANDLE hMap, hFile; in apr_shm_create_ex() local
214 if (!hMap) { in apr_shm_create_ex()
227 (*m)->hMap = hMap; in apr_shm_create_ex()
279 HANDLE hMap; in shm_attach_internal() local
310 if (!hMap) { in shm_attach_internal()
328 CloseHandle(hMap); in shm_attach_internal()
332 if (!hMap) { in shm_attach_internal()
341 (*m)->hMap = hMap; in shm_attach_internal()
424 *osshm = shm->hMap; in APR_POOL_IMPLEMENT_ACCESSOR()
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/lib/
H A Dshmem.cpp86 HANDLE hMap = NULL; in create_shmem() local
176 hMap = CreateFileMapping( in create_shmem()
194 if (hMap) { in create_shmem()
196 CloseHandle(hMap); in create_shmem()
197 hMap = NULL; in create_shmem()
214 return hMap; in create_shmem()
218 HANDLE hMap; in attach_shmem() local
230 if (!hMap) { in attach_shmem()
236 if (!hMap) return NULL; in attach_shmem()
240 return hMap; in attach_shmem()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/dynamic_link/src/c/
H A Ddllinfo.c103 HANDLE hMap = INVALID_HANDLE_VALUE; in getPEHeader() local
120 hMap = CreateFileMapping(hFile, in getPEHeader()
127 if (hMap == INVALID_HANDLE_VALUE) in getPEHeader()
136 hMap, // mapping object in getPEHeader()
145 CloseHandle(hMap); in getPEHeader()
148 hMap = INVALID_HANDLE_VALUE; in getPEHeader()
161 CloseHandle(hMap); in getPEHeader()
164 hMap = INVALID_HANDLE_VALUE; in getPEHeader()
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/SharedSource/
H A DOVFileHandler.cpp114 tmp.hMap = CreateFileMapping(tmp.hFile, NULL, PAGE_READONLY, 0, 0, NULL); in openFileByMMAP()
115 if (tmp.hMap == NULL) { in openFileByMMAP()
119 mmap_ptr = (char*)MapViewOfFile(tmp.hMap, FILE_MAP_READ, 0, 0, 0); in openFileByMMAP()
122 CloseHandle(tmp.hMap); in openFileByMMAP()
128 m_mmapHandle->hMap = tmp.hMap; in openFileByMMAP()
157 CloseHandle(m_mmapHandle->hMap); in closeFileByMMAP()
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/SharedSource/
H A DOVFileHandler.cpp114 tmp.hMap = CreateFileMapping(tmp.hFile, NULL, PAGE_READONLY, 0, 0, NULL);
115 if (tmp.hMap == NULL) {
119 mmap_ptr = (char*)MapViewOfFile(tmp.hMap, FILE_MAP_READ, 0, 0, 0);
122 CloseHandle(tmp.hMap);
128 m_mmapHandle->hMap = tmp.hMap;
157 CloseHandle(m_mmapHandle->hMap);
/dports/comms/libticables2/libticables2-1.3.5/src/win32/
H A Dlink_vti.c60 static HANDLE hMap = NULL; // Handle on file-mapping object variable
141 hMap = OpenFileMapping(FILE_MAP_ALL_ACCESS, FALSE, name); in vti_open()
142 if (hMap) in vti_open()
145 vRecvBuf = (LinkBuffer *)MapViewOfFile(hMap, FILE_MAP_ALL_ACCESS, 0, 0, sizeof(LinkBuffer)); in vti_open()
180 if (hMap) in vti_close()
188 CloseHandle(hMap); in vti_close()
196 if (!hMap) in vti_reset()
242 if (!hMap) in vti_put()
277 if (!hMap) in vti_get()
311 if (!hMap) in vti_check()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/ccapi/server/win/
H A Dccs_request_proc.c84 HANDLE hMap = 0; in ccs_authenticate() local
89 hMap = OpenFileMapping(FILE_MAP_ALL_ACCESS, FALSE, (LPSTR)name); in ccs_authenticate()
90 status = !hMap; in ccs_authenticate()
93 pvalue = (PDWORD)MapViewOfFile(hMap, FILE_MAP_WRITE, 0, 0, 0); in ccs_authenticate()
106 if (hMap) CloseHandle(hMap); in ccs_authenticate()
/dports/security/krb5/krb5-1.19.2/src/ccapi/server/win/
H A Dccs_request_proc.c84 HANDLE hMap = 0; in ccs_authenticate() local
89 hMap = OpenFileMapping(FILE_MAP_ALL_ACCESS, FALSE, (LPSTR)name); in ccs_authenticate()
90 status = !hMap; in ccs_authenticate()
93 pvalue = (PDWORD)MapViewOfFile(hMap, FILE_MAP_WRITE, 0, 0, 0); in ccs_authenticate()
106 if (hMap) CloseHandle(hMap); in ccs_authenticate()
/dports/textproc/sary/sary-1.2.0/sary/
H A Dmmap.c39 HANDLE hMap; member
90 tmp.hMap = CreateFileMapping(tmp.hFile, NULL, mode2, 0, 0, NULL); in sary_mmap()
91 if (tmp.hMap == NULL) { in sary_mmap()
97 mobj->map = MapViewOfFile(tmp.hMap, mode3, 0, 0, 0); in sary_mmap()
100 CloseHandle(tmp.hMap); in sary_mmap()
106 ((MmapHandles *)(mobj->data))->hMap = tmp.hMap; in sary_mmap()
117 CloseHandle(((MmapHandles *)(mobj->data))->hMap); in sary_munmap()
/dports/textproc/yamcha/yamcha-0.33/src/
H A Dmmap.h90 HANDLE hMap; variable
139 hMap = CreateFileMapping (hFile, 0, mode2, 0, 0, 0);
140 if (! hMap) throw std::runtime_error ("CreateFileMapping() failed");
142 text = (T *)MapViewOfFile (hMap, mode3, 0, 0, 0);
159 if (hMap) { CloseHandle (hMap); hMap = 0; } in close()
164 Mmap (): text(0), hFile (INVALID_HANDLE_VALUE), hMap (0) {} in Mmap()
167 text(0), hFile (INVALID_HANDLE_VALUE), hMap (0)
/dports/science/crf++/crfpp-1dc92a606f874a4fe52603803364cc1d90f952fb/
H A Dmmap.h69 HANDLE hMap; variable
115 hMap = ::CreateFileMapping(hFile, 0, mode2, 0, 0, 0);
116 CHECK_FALSE(hMap) << "CreateFileMapping() failed: " << filename;
118 text = reinterpret_cast<T *>(::MapViewOfFile(hMap, mode3, 0, 0, 0));
130 if (hMap) { in close()
131 ::CloseHandle(hMap); in close()
132 hMap = 0; in close()
137 Mmap(): text(0), hFile(INVALID_HANDLE_VALUE), hMap(0) {} in Mmap()
/dports/japanese/mecab/mecab-0.996/src/
H A Dmmap.h68 HANDLE hMap; variable
114 hMap = ::CreateFileMapping(hFile, 0, mode2, 0, 0, 0);
115 CHECK_FALSE(hMap) << "CreateFileMapping() failed: " << filename;
117 text = reinterpret_cast<T *>(::MapViewOfFile(hMap, mode3, 0, 0, 0));
129 if (hMap) { in close()
130 ::CloseHandle(hMap); in close()
131 hMap = 0; in close()
136 Mmap(): text(0), hFile(INVALID_HANDLE_VALUE), hMap(0) {} in Mmap()
/dports/japanese/zinnia/zinnia-0.06/
H A Dmmap.h76 HANDLE hMap; variable
122 hMap = CreateFileMapping(hFile, 0, mode2, 0, 0, 0);
123 CHECK_CLOSE_FALSE(hMap) << "CreateFileMapping() failed: " << filename;
125 text = reinterpret_cast<T *>(MapViewOfFile(hMap, mode3, 0, 0, 0));
137 if (hMap) { in close()
138 CloseHandle(hMap); in close()
139 hMap = 0; in close()
144 Mmap(): text(0), hFile(INVALID_HANDLE_VALUE), hMap(0) {} in Mmap()
/dports/games/scorched3d/scorched/src/client/GLEXT/
H A DGLImageModifier.cpp48 int width = hMap.getMapWidth(); in findIntersection()
49 int height = hMap.getMapHeight(); in findIntersection()
104 HeightMap &hMap, in addLightMapToBitmap() argument
129 float dz = hMap.getInterpHeight( in addLightMapToBitmap()
134 hMap.getInterpNormal( in addLightMapToBitmap()
143 if (findIntersection(hMap, in addLightMapToBitmap()
237 for (int ma=0; ma<hMap.getMapWidth(); ma++) in addHeightToBitmap()
239 for (int mb=0;mb<hMap.getMapHeight(); mb++) in addHeightToBitmap()
306 float offSetHeight = hMap.getInterpHeight( in addHeightToBitmap()
519 float height = hMap.getInterpHeight( in removeWaterFromBitmap()
[all …]
H A DGLImageModifier.h31 bool findIntersection(HeightMap &hMap,
40 HeightMap &hMap,
46 void addHeightToBitmap(HeightMap &hMap,
66 void addWaterToBitmap(HeightMap &hMap,
71 void removeWaterFromBitmap(HeightMap &hMap,
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/psutil/psutil/arch/windows/
H A Dprocess_handles.c334 HANDLE hMap = NULL; in psutil_get_open_files_getmappedfilename() local
414 hMap = CreateFileMapping(hFile, NULL, PAGE_READONLY, 0, 0, NULL); in psutil_get_open_files_getmappedfilename()
415 if (hMap == NULL) { in psutil_get_open_files_getmappedfilename()
425 pMem = MapViewOfFile(hMap, FILE_MAP_READ, 0, 0, 1); in psutil_get_open_files_getmappedfilename()
489 if (hMap != NULL) in psutil_get_open_files_getmappedfilename()
490 CloseHandle(hMap); in psutil_get_open_files_getmappedfilename()
491 hMap = NULL; in psutil_get_open_files_getmappedfilename()
505 if (hMap != NULL) in psutil_get_open_files_getmappedfilename()
506 CloseHandle(hMap); in psutil_get_open_files_getmappedfilename()
507 hMap = NULL; in psutil_get_open_files_getmappedfilename()
/dports/www/firefox-legacy/firefox-52.8.0esr/python/psutil/psutil/arch/windows/
H A Dprocess_handles.c344 HANDLE hMap = NULL; in psutil_get_open_files_getmappedfilename() local
425 hMap = CreateFileMapping(hFile, NULL, PAGE_READONLY, 0, 0, NULL); in psutil_get_open_files_getmappedfilename()
426 if (hMap == NULL) { in psutil_get_open_files_getmappedfilename()
436 pMem = MapViewOfFile(hMap, FILE_MAP_READ, 0, 0, 1); in psutil_get_open_files_getmappedfilename()
499 if (hMap != NULL) in psutil_get_open_files_getmappedfilename()
500 CloseHandle(hMap); in psutil_get_open_files_getmappedfilename()
501 hMap = NULL; in psutil_get_open_files_getmappedfilename()
515 if (hMap != NULL) in psutil_get_open_files_getmappedfilename()
516 CloseHandle(hMap); in psutil_get_open_files_getmappedfilename()
517 hMap = NULL; in psutil_get_open_files_getmappedfilename()
/dports/devel/py-ddtrace/ddtrace-0.56.1/ddtrace/vendor/psutil/arch/windows/
H A Dprocess_handles.c316 HANDLE hMap = NULL; in psutil_get_open_files_getmappedfilename() local
391 hMap = CreateFileMapping(hFile, NULL, PAGE_READONLY, 0, 0, NULL); in psutil_get_open_files_getmappedfilename()
392 if (hMap == NULL) { in psutil_get_open_files_getmappedfilename()
402 pMem = MapViewOfFile(hMap, FILE_MAP_READ, 0, 0, 1); in psutil_get_open_files_getmappedfilename()
466 if (hMap != NULL) in psutil_get_open_files_getmappedfilename()
467 CloseHandle(hMap); in psutil_get_open_files_getmappedfilename()
468 hMap = NULL; in psutil_get_open_files_getmappedfilename()
482 if (hMap != NULL) in psutil_get_open_files_getmappedfilename()
483 CloseHandle(hMap); in psutil_get_open_files_getmappedfilename()
484 hMap = NULL; in psutil_get_open_files_getmappedfilename()
/dports/archivers/libarc/libarc-2.0.2/
H A Durl_file.c49 #define try_mmap(fname, size_ret) w32_mmap(fname, size_ret, &hFile, &hMap)
50 #define munmap(addr, size) w32_munmap(addr, size, hFile, hMap)
75 HANDLE hFile, hMap; member
187 static void w32_munmap(void *ptr, long size, HANDLE hFile, HANDLE hMap) in w32_munmap() argument
190 CloseHandle(hMap); in w32_munmap()
202 HANDLE hFile, hMap; in url_file_open() local
306 url->hMap = hMap; in url_file_open()
399 HANDLE hMap = urlp->hMap; in url_file_close() local
/dports/japanese/timidity++-slang/TiMidity++-2.15.0/libarc/
H A Durl_file.c57 #define try_mmap(fname, size_ret) w32_mmap(fname, size_ret, &hFile, &hMap)
58 #define munmap(addr, size) w32_munmap(addr, size, hFile, hMap)
83 HANDLE hFile, hMap; member
195 static void w32_munmap(void *ptr, long size, HANDLE hFile, HANDLE hMap) in w32_munmap() argument
198 CloseHandle(hMap); in w32_munmap()
210 HANDLE hFile, hMap; in url_file_open() local
314 url->hMap = hMap; in url_file_open()
407 HANDLE hMap = urlp->hMap; in url_file_close() local
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/libarc/
H A Durl_file.c57 #define try_mmap(fname, size_ret) w32_mmap(fname, size_ret, &hFile, &hMap)
58 #define munmap(addr, size) w32_munmap(addr, size, hFile, hMap)
83 HANDLE hFile, hMap;
195 static void w32_munmap(void *ptr, long size, HANDLE hFile, HANDLE hMap)
198 CloseHandle(hMap);
210 HANDLE hFile, hMap;
314 url->hMap = hMap;
407 HANDLE hMap = urlp->hMap;
/dports/audio/timidity++-slang/TiMidity++-2.15.0/libarc/
H A Durl_file.c57 #define try_mmap(fname, size_ret) w32_mmap(fname, size_ret, &hFile, &hMap)
58 #define munmap(addr, size) w32_munmap(addr, size, hFile, hMap)
83 HANDLE hFile, hMap; member
195 static void w32_munmap(void *ptr, long size, HANDLE hFile, HANDLE hMap) in w32_munmap() argument
198 CloseHandle(hMap); in w32_munmap()
210 HANDLE hFile, hMap; in url_file_open() local
314 url->hMap = hMap; in url_file_open()
407 HANDLE hMap = urlp->hMap; in url_file_close() local
/dports/audio/timidity++-xaw/TiMidity++-2.15.0/libarc/
H A Durl_file.c57 #define try_mmap(fname, size_ret) w32_mmap(fname, size_ret, &hFile, &hMap)
58 #define munmap(addr, size) w32_munmap(addr, size, hFile, hMap)
83 HANDLE hFile, hMap; member
195 static void w32_munmap(void *ptr, long size, HANDLE hFile, HANDLE hMap) in w32_munmap() argument
198 CloseHandle(hMap); in w32_munmap()
210 HANDLE hFile, hMap; in url_file_open() local
314 url->hMap = hMap; in url_file_open()
407 HANDLE hMap = urlp->hMap; in url_file_close() local

12345678910>>...16