Home
last modified time | relevance | path

Searched refs:handle_copy (Results 1 – 25 of 65) sorted by relevance

123

/dports/textproc/yodl/yodl-5fa97b175c85581d01329013cfdb4239f019b023/yodl/src/yodlpost/
H A Ddata.c35 {"copy", construct_nop, handle_copy},
45 {"lastnumber", construct_lastnumber, handle_copy},
47 {"mandone", construct_nop, handle_copy},
H A Dhandlecopy.c3 void handle_copy(long offset, HashItem *item) in handle_copy() function
H A Dyodlpost.h107 void handle_copy(long offset, HashItem *item);
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/memory/
H A Dplatform_shared_memory_region_android.cc90 ScopedFD handle_copy(handle_.release()); in ConvertToReadOnly() local
92 int prot = GetAshmemRegionProtectionMask(handle_copy.get()); in ConvertToReadOnly()
97 int ret = ashmem_set_prot_region(handle_copy.get(), prot); in ConvertToReadOnly()
103 handle_ = std::move(handle_copy); in ConvertToReadOnly()
H A Dplatform_shared_memory_region_mac.cc85 mac::ScopedMachSendRight handle_copy(handle_.release()); in ConvertToReadOnly() local
93 size_, 0, VM_FLAGS_ANYWHERE, handle_copy.get(), 0, FALSE, VM_PROT_READ, in ConvertToReadOnly()
H A Dplatform_shared_memory_region_win.cc169 win::ScopedHandle handle_copy(handle_.Take()); in ConvertToReadOnly() local
174 ::DuplicateHandle(process, handle_copy.Get(), process, &duped_handle, in ConvertToReadOnly()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/memory/
H A Dplatform_shared_memory_region_android.cc89 ScopedFD handle_copy(handle_.release()); in ConvertToReadOnly() local
91 int prot = GetAshmemRegionProtectionMask(handle_copy.get()); in ConvertToReadOnly()
96 int ret = ashmem_set_prot_region(handle_copy.get(), prot); in ConvertToReadOnly()
102 handle_ = std::move(handle_copy); in ConvertToReadOnly()
H A Dplatform_shared_memory_region_mac.cc85 mac::ScopedMachSendRight handle_copy(handle_.release()); in ConvertToReadOnly() local
93 size_, 0, VM_FLAGS_ANYWHERE, handle_copy.get(), 0, FALSE, VM_PROT_READ, in ConvertToReadOnly()
H A Dplatform_shared_memory_region_win.cc168 win::ScopedHandle handle_copy(handle_.Take()); in ConvertToReadOnly() local
173 ::DuplicateHandle(process, handle_copy.Get(), process, &duped_handle, in ConvertToReadOnly()
/dports/net/rtpproxy/rtpproxy-2.1.1/src/
H A Drtpp_command_copy.h34 int handle_copy(struct cfg *cf, struct rtpp_session *spa, int idx, char *rname,
H A Drtpp_command_record.c68 if (handle_copy(rep->cf, spa, idx, NULL, rep->record_single_file) == 0) { in rtpp_cmd_record_ematch()
H A Drtpp_command_copy.c49 handle_copy(struct cfg *cf, struct rtpp_session *spa, int idx, char *rname, in handle_copy() function
/dports/misc/xdelta/xdelta-1.1.4/
H A Dxdrsync.c421 if (! handle_copy (from, out, elt->match_offset, rsync->seg_len)) in xdp_apply_rsync_reply()
426 if (! handle_copy (reply, out, reply_offset, rsync->seg_len)) in xdp_apply_rsync_reply()
433 if (! handle_copy (reply, out, reply_offset, rsync->file_len % rsync->seg_len)) in xdp_apply_rsync_reply()
H A Dxdapply.c55 if (! handle_copy (info->in, output_stream, inst->offset, inst->length)) in xdp_copy_delta_region()
H A Dxdeltapriv.h69 #define handle_copy(x,y,z,a) ((* (x)->table->table_handle_copy) ((x),(y),(z),(a))) macro
/dports/misc/xdelta3/xdelta-3.1.0/xdelta1/
H A Dxdrsync.c421 if (! handle_copy (from, out, elt->match_offset, rsync->seg_len)) in xdp_apply_rsync_reply()
426 if (! handle_copy (reply, out, reply_offset, rsync->seg_len)) in xdp_apply_rsync_reply()
433 if (! handle_copy (reply, out, reply_offset, rsync->file_len % rsync->seg_len)) in xdp_apply_rsync_reply()
H A Dxdapply.c55 if (! handle_copy (info->in, output_stream, inst->offset, inst->length)) in xdp_copy_delta_region()
H A Dxdeltapriv.h69 #define handle_copy(x,y,z,a) ((* (x)->table->table_handle_copy) ((x),(y),(z),(a))) macro
/dports/net/gmid/gmid-1.7.5/
H A Dserver.c64 static void handle_copy(int, short, void*);
365 c->next = handle_copy; in open_file()
867 c->next = handle_copy; in open_dir()
1058 handle_copy(fd, ev, c); in handle_cgi_reply()
1066 handle_copy(int fd, short ev, void *d) in handle_copy() function
1078 yield_write(c->fd, c, &handle_copy); in handle_copy()
1082 yield_read(c->fd, c, &handle_copy); in handle_copy()
1097 yield_read(c->pfd, c, &handle_copy); in handle_copy()
/dports/textproc/diffmark/diffmark-0.10/lib/
H A Dmerge.hh38 void handle_copy(xmlNodePtr copy_instruction);
H A Dmerge.cc76 handle_copy(tree); in do_merge()
159 void Merge::handle_copy(xmlNodePtr copy_instruction) in handle_copy() function in Merge
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgio-tool.h38 int handle_copy (int argc, char *argv[], gboolean do_help);
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/base/memory/
H A Dplatform_shared_memory_region_win.cc183 win::ScopedHandle handle_copy(handle_.Take()); in ConvertToReadOnly() local
188 ::DuplicateHandle(process, handle_copy.Get(), process, &duped_handle, in ConvertToReadOnly()
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/base/memory/
H A Dplatform_shared_memory_region_win.cc183 win::ScopedHandle handle_copy(handle_.Take()); in ConvertToReadOnly() local
188 ::DuplicateHandle(process, handle_copy.Get(), process, &duped_handle, in ConvertToReadOnly()
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/base/memory/
H A Dplatform_shared_memory_region_win.cc183 win::ScopedHandle handle_copy(handle_.Take()); in ConvertToReadOnly() local
188 ::DuplicateHandle(process, handle_copy.Get(), process, &duped_handle, in ConvertToReadOnly()

123