Searched refs:is_rdonly (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_map.c107 __os_mapfile(env, path, fhp, len, is_rdonly, addr)
111 int is_rdonly;
133 return (__os_map(env, path, NULL, fhp, len, 0, 0, is_rdonly, addr));
231 __os_map(env, path, infop, fhp, len, is_region, is_system, is_rdonly, addr)
236 int is_region, is_system, is_rdonly;
306 is_rdonly ? FILE_MAP_READ : FILE_MAP_ALL_ACCESS,
311 is_rdonly ? PAGE_READONLY : PAGE_READWRITE,
316 is_rdonly ? PAGE_READONLY : PAGE_READWRITE,
335 (is_rdonly ? FILE_MAP_READ : FILE_MAP_ALL_ACCESS), 0, 0, len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_map.c329 __os_mapfile(env, path, fhp, len, is_rdonly, addrp)
333 int is_rdonly;
350 DB_GLOBAL(j_file_map)(dbenv, path, len, is_rdonly, addrp));
353 return (__os_map(env, path, fhp, len, 0, is_rdonly, addrp));
358 COMPQUIET(is_rdonly, 0);
420 __os_map(env, path, fhp, len, is_region, is_rdonly, addrp)
424 int is_region, is_rdonly;
448 flags = is_rdonly ? MAP_PRIVATE : MAP_SHARED;
467 if (is_region && !is_rdonly)
486 prot = PROT_READ | (is_rdonly
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/csv/
H A Ddb.c20 csv_env_open(const char *home, int is_rdonly) argument
90 "primary", NULL, DB_BTREE, is_rdonly ? 0 : DB_CREATE, 0)) != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os_vxworks/
H A Dos_vx_map.c146 __os_mapfile(env, path, fhp, len, is_rdonly, addrp)
150 int is_rdonly;
158 COMPQUIET(is_rdonly, 0);

Completed in 89 milliseconds