OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:map_ptr
(Results
1 - 2
of
2
) sorted by null
/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
...]
/external/v8/samples/
process.cc
306
Handle<External>
map_ptr
= External::New(obj);
local
309
result->SetInternalField(0,
map_ptr
);
Completed in 31 milliseconds