Home
last modified time | relevance | path

Searched refs:to_put (Results 1 – 25 of 63) sorted by relevance

123

/dports/devel/git-gui/git-2.34.1/
H A Doidmap.c54 struct oidmap_entry *to_put = entry; in oidmap_put() local
59 hashmap_entry_init(&to_put->internal_entry, oidhash(&to_put->oid)); in oidmap_put()
60 return hashmap_put(&map->map, &to_put->internal_entry); in oidmap_put()
/dports/devel/git-p4/git-2.34.1/
H A Doidmap.c54 struct oidmap_entry *to_put = entry; in oidmap_put() local
59 hashmap_entry_init(&to_put->internal_entry, oidhash(&to_put->oid)); in oidmap_put()
60 return hashmap_put(&map->map, &to_put->internal_entry); in oidmap_put()
/dports/devel/git-svn/git-2.34.1/
H A Doidmap.c54 struct oidmap_entry *to_put = entry; in oidmap_put() local
59 hashmap_entry_init(&to_put->internal_entry, oidhash(&to_put->oid)); in oidmap_put()
60 return hashmap_put(&map->map, &to_put->internal_entry); in oidmap_put()
/dports/devel/git/git-2.34.1/
H A Doidmap.c54 struct oidmap_entry *to_put = entry; in oidmap_put() local
59 hashmap_entry_init(&to_put->internal_entry, oidhash(&to_put->oid)); in oidmap_put()
60 return hashmap_put(&map->map, &to_put->internal_entry); in oidmap_put()
/dports/devel/git-cvs/git-2.34.1/
H A Doidmap.c54 struct oidmap_entry *to_put = entry; in oidmap_put() local
59 hashmap_entry_init(&to_put->internal_entry, oidhash(&to_put->oid)); in oidmap_put()
60 return hashmap_put(&map->map, &to_put->internal_entry); in oidmap_put()
/dports/devel/cgit/cgit-1.2.3/git/
H A Doidmap.c54 struct oidmap_entry *to_put = entry; in oidmap_put() local
59 hashmap_entry_init(&to_put->internal_entry, oidhash(&to_put->oid)); in oidmap_put()
60 return hashmap_put(&map->map, &to_put->internal_entry); in oidmap_put()
/dports/net/samba412/samba-4.12.15/python/samba/gp_parse/
H A D__init__.py158 to_put = global_entities[old_text]
159 entities.append((to_put, old_text))
161 to_put = self.new_xml_entity(old_text,
163 elem.text = to_put + remaining
165 entities.append((to_put, old_text))
166 global_entities.update([(old_text, to_put)])
/dports/multimedia/libv4l/linux-5.13-rc2/net/xfrm/
H A Dxfrm_state.c1063 to_put = NULL; in xfrm_state_find()
1106 to_put = x0; in xfrm_state_find()
1135 to_put = x; in xfrm_state_find()
1160 to_put = x; in xfrm_state_find()
1175 if (to_put) in xfrm_state_find()
1402 to_put = NULL; in xfrm_state_add()
1408 to_put = x1; in xfrm_state_add()
1418 to_put = x1; in xfrm_state_add()
1440 if (to_put) in xfrm_state_add()
1666 to_put = x1; in xfrm_state_update()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/xfrm/
H A Dxfrm_state.c1063 to_put = NULL; in xfrm_state_find()
1106 to_put = x0; in xfrm_state_find()
1135 to_put = x; in xfrm_state_find()
1160 to_put = x; in xfrm_state_find()
1175 if (to_put) in xfrm_state_find()
1402 to_put = NULL; in xfrm_state_add()
1408 to_put = x1; in xfrm_state_add()
1418 to_put = x1; in xfrm_state_add()
1440 if (to_put) in xfrm_state_add()
1666 to_put = x1; in xfrm_state_update()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/xfrm/
H A Dxfrm_state.c1063 to_put = NULL; in xfrm_state_find()
1106 to_put = x0; in xfrm_state_find()
1135 to_put = x; in xfrm_state_find()
1160 to_put = x; in xfrm_state_find()
1175 if (to_put) in xfrm_state_find()
1402 to_put = NULL; in xfrm_state_add()
1408 to_put = x1; in xfrm_state_add()
1418 to_put = x1; in xfrm_state_add()
1440 if (to_put) in xfrm_state_add()
1666 to_put = x1; in xfrm_state_update()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dui-file.c49 ui_file_put_ftype *to_put; member
192 file->to_put (file, write, dest); in ui_file_put()
236 file->to_put = put; in set_ui_file_put()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dui-file.c49 ui_file_put_ftype *to_put; member
192 file->to_put (file, write, dest); in ui_file_put()
236 file->to_put = put; in set_ui_file_put()
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/sys/ximage/
H A Dximagesink.c1334 GstBuffer *to_put = NULL; in gst_x_image_sink_show_frame() local
1345 to_put = buf; in gst_x_image_sink_show_frame()
1366 res = gst_buffer_pool_acquire_buffer (ximagesink->pool, &to_put, &params); in gst_x_image_sink_show_frame()
1371 "slow copy into bufferpool buffer %p", to_put); in gst_x_image_sink_show_frame()
1376 if (!gst_video_frame_map (&dest, &ximagesink->info, to_put, GST_MAP_WRITE)) { in gst_x_image_sink_show_frame()
1387 if (!gst_x_image_sink_ximage_put (ximagesink, to_put)) in gst_x_image_sink_show_frame()
1391 if (to_put != buf) in gst_x_image_sink_show_frame()
1392 gst_buffer_unref (to_put); in gst_x_image_sink_show_frame()
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/sys/xvimage/
H A Dxvimagesink.c930 GstBuffer *to_put = NULL; in gst_xv_image_sink_show_frame() local
941 to_put = buf; in gst_xv_image_sink_show_frame()
962 res = gst_buffer_pool_acquire_buffer (xvimagesink->pool, &to_put, &params); in gst_xv_image_sink_show_frame()
967 "slow copy buffer %p into bufferpool buffer %p", buf, to_put); in gst_xv_image_sink_show_frame()
972 if (!gst_video_frame_map (&dest, &xvimagesink->info, to_put, GST_MAP_WRITE)) { in gst_xv_image_sink_show_frame()
983 if (!gst_xv_image_sink_xvimage_put (xvimagesink, to_put)) in gst_xv_image_sink_show_frame()
987 if (to_put != buf) in gst_xv_image_sink_show_frame()
988 gst_buffer_unref (to_put); in gst_xv_image_sink_show_frame()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/sys/ximage/
H A Dximagesink.c1334 GstBuffer *to_put = NULL; in gst_x_image_sink_show_frame() local
1345 to_put = buf; in gst_x_image_sink_show_frame()
1366 res = gst_buffer_pool_acquire_buffer (ximagesink->pool, &to_put, &params); in gst_x_image_sink_show_frame()
1371 "slow copy into bufferpool buffer %p", to_put); in gst_x_image_sink_show_frame()
1376 if (!gst_video_frame_map (&dest, &ximagesink->info, to_put, GST_MAP_WRITE)) { in gst_x_image_sink_show_frame()
1387 if (!gst_x_image_sink_ximage_put (ximagesink, to_put)) in gst_x_image_sink_show_frame()
1391 if (to_put != buf) in gst_x_image_sink_show_frame()
1392 gst_buffer_unref (to_put); in gst_x_image_sink_show_frame()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/sys/xvimage/
H A Dxvimagesink.c930 GstBuffer *to_put = NULL; in gst_xv_image_sink_show_frame() local
941 to_put = buf; in gst_xv_image_sink_show_frame()
962 res = gst_buffer_pool_acquire_buffer (xvimagesink->pool, &to_put, &params); in gst_xv_image_sink_show_frame()
967 "slow copy buffer %p into bufferpool buffer %p", buf, to_put); in gst_xv_image_sink_show_frame()
972 if (!gst_video_frame_map (&dest, &xvimagesink->info, to_put, GST_MAP_WRITE)) { in gst_xv_image_sink_show_frame()
983 if (!gst_xv_image_sink_xvimage_put (xvimagesink, to_put)) in gst_xv_image_sink_show_frame()
987 if (to_put != buf) in gst_xv_image_sink_show_frame()
988 gst_buffer_unref (to_put); in gst_xv_image_sink_show_frame()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/sys/ximage/
H A Dximagesink.c1334 GstBuffer *to_put = NULL; in gst_x_image_sink_show_frame() local
1345 to_put = buf; in gst_x_image_sink_show_frame()
1366 res = gst_buffer_pool_acquire_buffer (ximagesink->pool, &to_put, &params); in gst_x_image_sink_show_frame()
1371 "slow copy into bufferpool buffer %p", to_put); in gst_x_image_sink_show_frame()
1376 if (!gst_video_frame_map (&dest, &ximagesink->info, to_put, GST_MAP_WRITE)) { in gst_x_image_sink_show_frame()
1387 if (!gst_x_image_sink_ximage_put (ximagesink, to_put)) in gst_x_image_sink_show_frame()
1391 if (to_put != buf) in gst_x_image_sink_show_frame()
1392 gst_buffer_unref (to_put); in gst_x_image_sink_show_frame()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/sys/ximage/
H A Dximagesink.c1334 GstBuffer *to_put = NULL; in gst_x_image_sink_show_frame() local
1345 to_put = buf; in gst_x_image_sink_show_frame()
1366 res = gst_buffer_pool_acquire_buffer (ximagesink->pool, &to_put, &params); in gst_x_image_sink_show_frame()
1371 "slow copy into bufferpool buffer %p", to_put); in gst_x_image_sink_show_frame()
1376 if (!gst_video_frame_map (&dest, &ximagesink->info, to_put, GST_MAP_WRITE)) { in gst_x_image_sink_show_frame()
1387 if (!gst_x_image_sink_ximage_put (ximagesink, to_put)) in gst_x_image_sink_show_frame()
1391 if (to_put != buf) in gst_x_image_sink_show_frame()
1392 gst_buffer_unref (to_put); in gst_x_image_sink_show_frame()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/sys/ximage/
H A Dximagesink.c1334 GstBuffer *to_put = NULL; in gst_x_image_sink_show_frame() local
1345 to_put = buf; in gst_x_image_sink_show_frame()
1366 res = gst_buffer_pool_acquire_buffer (ximagesink->pool, &to_put, &params); in gst_x_image_sink_show_frame()
1371 "slow copy into bufferpool buffer %p", to_put); in gst_x_image_sink_show_frame()
1376 if (!gst_video_frame_map (&dest, &ximagesink->info, to_put, GST_MAP_WRITE)) { in gst_x_image_sink_show_frame()
1387 if (!gst_x_image_sink_ximage_put (ximagesink, to_put)) in gst_x_image_sink_show_frame()
1391 if (to_put != buf) in gst_x_image_sink_show_frame()
1392 gst_buffer_unref (to_put); in gst_x_image_sink_show_frame()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/sys/xvimage/
H A Dxvimagesink.c930 GstBuffer *to_put = NULL; in gst_xv_image_sink_show_frame() local
941 to_put = buf; in gst_xv_image_sink_show_frame()
962 res = gst_buffer_pool_acquire_buffer (xvimagesink->pool, &to_put, &params); in gst_xv_image_sink_show_frame()
967 "slow copy buffer %p into bufferpool buffer %p", buf, to_put); in gst_xv_image_sink_show_frame()
972 if (!gst_video_frame_map (&dest, &xvimagesink->info, to_put, GST_MAP_WRITE)) { in gst_xv_image_sink_show_frame()
983 if (!gst_xv_image_sink_xvimage_put (xvimagesink, to_put)) in gst_xv_image_sink_show_frame()
987 if (to_put != buf) in gst_xv_image_sink_show_frame()
988 gst_buffer_unref (to_put); in gst_xv_image_sink_show_frame()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/sys/xvimage/
H A Dxvimagesink.c930 GstBuffer *to_put = NULL; in gst_xv_image_sink_show_frame() local
941 to_put = buf; in gst_xv_image_sink_show_frame()
962 res = gst_buffer_pool_acquire_buffer (xvimagesink->pool, &to_put, &params); in gst_xv_image_sink_show_frame()
967 "slow copy buffer %p into bufferpool buffer %p", buf, to_put); in gst_xv_image_sink_show_frame()
972 if (!gst_video_frame_map (&dest, &xvimagesink->info, to_put, GST_MAP_WRITE)) { in gst_xv_image_sink_show_frame()
983 if (!gst_xv_image_sink_xvimage_put (xvimagesink, to_put)) in gst_xv_image_sink_show_frame()
987 if (to_put != buf) in gst_xv_image_sink_show_frame()
988 gst_buffer_unref (to_put); in gst_xv_image_sink_show_frame()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/sys/ximage/
H A Dximagesink.c1334 GstBuffer *to_put = NULL; in gst_x_image_sink_show_frame() local
1345 to_put = buf; in gst_x_image_sink_show_frame()
1366 res = gst_buffer_pool_acquire_buffer (ximagesink->pool, &to_put, &params); in gst_x_image_sink_show_frame()
1371 "slow copy into bufferpool buffer %p", to_put); in gst_x_image_sink_show_frame()
1376 if (!gst_video_frame_map (&dest, &ximagesink->info, to_put, GST_MAP_WRITE)) { in gst_x_image_sink_show_frame()
1387 if (!gst_x_image_sink_ximage_put (ximagesink, to_put)) in gst_x_image_sink_show_frame()
1391 if (to_put != buf) in gst_x_image_sink_show_frame()
1392 gst_buffer_unref (to_put); in gst_x_image_sink_show_frame()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/sys/xvimage/
H A Dxvimagesink.c930 GstBuffer *to_put = NULL; in gst_xv_image_sink_show_frame() local
941 to_put = buf; in gst_xv_image_sink_show_frame()
962 res = gst_buffer_pool_acquire_buffer (xvimagesink->pool, &to_put, &params); in gst_xv_image_sink_show_frame()
967 "slow copy buffer %p into bufferpool buffer %p", buf, to_put); in gst_xv_image_sink_show_frame()
972 if (!gst_video_frame_map (&dest, &xvimagesink->info, to_put, GST_MAP_WRITE)) { in gst_xv_image_sink_show_frame()
983 if (!gst_xv_image_sink_xvimage_put (xvimagesink, to_put)) in gst_xv_image_sink_show_frame()
987 if (to_put != buf) in gst_xv_image_sink_show_frame()
988 gst_buffer_unref (to_put); in gst_xv_image_sink_show_frame()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/sys/xvimage/
H A Dxvimagesink.c930 GstBuffer *to_put = NULL; in gst_xv_image_sink_show_frame() local
941 to_put = buf; in gst_xv_image_sink_show_frame()
962 res = gst_buffer_pool_acquire_buffer (xvimagesink->pool, &to_put, &params); in gst_xv_image_sink_show_frame()
967 "slow copy buffer %p into bufferpool buffer %p", buf, to_put); in gst_xv_image_sink_show_frame()
972 if (!gst_video_frame_map (&dest, &xvimagesink->info, to_put, GST_MAP_WRITE)) { in gst_xv_image_sink_show_frame()
983 if (!gst_xv_image_sink_xvimage_put (xvimagesink, to_put)) in gst_xv_image_sink_show_frame()
987 if (to_put != buf) in gst_xv_image_sink_show_frame()
988 gst_buffer_unref (to_put); in gst_xv_image_sink_show_frame()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/sys/ximage/
H A Dximagesink.c1334 GstBuffer *to_put = NULL; in gst_x_image_sink_show_frame() local
1345 to_put = buf; in gst_x_image_sink_show_frame()
1366 res = gst_buffer_pool_acquire_buffer (ximagesink->pool, &to_put, &params); in gst_x_image_sink_show_frame()
1371 "slow copy into bufferpool buffer %p", to_put); in gst_x_image_sink_show_frame()
1376 if (!gst_video_frame_map (&dest, &ximagesink->info, to_put, GST_MAP_WRITE)) { in gst_x_image_sink_show_frame()
1387 if (!gst_x_image_sink_ximage_put (ximagesink, to_put)) in gst_x_image_sink_show_frame()
1391 if (to_put != buf) in gst_x_image_sink_show_frame()
1392 gst_buffer_unref (to_put); in gst_x_image_sink_show_frame()

123