OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:map_ptr
(Results
1 - 3
of
3
) sorted by null
/external/ppp/pppd/
tdb.h
102
void *
map_ptr
; /* where it is currently mapped */
member in struct:tdb_context
/external/v8/samples/
process.cc
308
Handle<External>
map_ptr
= External::New(obj);
local
311
result->SetInternalField(0,
map_ptr
);
/external/e2fsprogs/lib/ext2fs/
tdb.c
226
void *
map_ptr
; /* where it is currently mapped */
member in struct:tdb_context
890
if (tdb->
map_ptr
) {
891
memcpy(off + (char *)tdb->
map_ptr
, buf, len);
920
if (tdb->
map_ptr
) {
921
memcpy(buf, off + (char *)tdb->
map_ptr
, len);
949
if (tdb->
map_ptr
) {
951
if (0 != *(u32 *)(TDB_HASH_TOP(h) + (unsigned char *)tdb->
map_ptr
)) {
973
if (tdb->
map_ptr
) {
974
int ret = munmap(tdb->
map_ptr
, tdb->map_size);
979
tdb->
map_ptr
= NULL
[
all
...]
Completed in 243 milliseconds