Home
last modified time | relevance | path

Searched defs:chain (Results 1 – 25 of 219) sorted by relevance

123456789

/third_party/iptables/iptables/
Dnft-cmd.c18 const char *table, const char *chain, in nft_cmd_new()
92 int nft_cmd_rule_append(struct nft_handle *h, const char *chain, in nft_cmd_rule_append()
108 int nft_cmd_rule_insert(struct nft_handle *h, const char *chain, in nft_cmd_rule_insert()
129 int nft_cmd_rule_delete(struct nft_handle *h, const char *chain, in nft_cmd_rule_delete()
145 int nft_cmd_rule_delete_num(struct nft_handle *h, const char *chain, in nft_cmd_rule_delete_num()
160 int nft_cmd_rule_flush(struct nft_handle *h, const char *chain, in nft_cmd_rule_flush()
178 int nft_cmd_chain_zero_counters(struct nft_handle *h, const char *chain, in nft_cmd_chain_zero_counters()
193 int nft_cmd_chain_user_add(struct nft_handle *h, const char *chain, in nft_cmd_chain_user_add()
208 int nft_cmd_chain_user_del(struct nft_handle *h, const char *chain, in nft_cmd_chain_user_del()
229 int nft_cmd_chain_user_rename(struct nft_handle *h,const char *chain, in nft_cmd_chain_user_rename()
[all …]
Diptables-xml.c59 struct chain { struct
60 char *chain; member
67 static struct chain chains[maxChains]; argument
155 openChain(char *chain, char *policy, struct xt_counters *ctr, char close) in openChain()
176 existsChain(char *chain) in existsChain()
190 needChain(char *chain) in needChain()
209 saveChain(char *chain, char *policy, struct xt_counters *ctr) in saveChain()
621 char *policy, *chain; in iptables_xml_main() local
651 char *chain = NULL; in iptables_xml_main() local
Diptables.c290 print_header(unsigned int format, const char *chain, struct xtc_handle *handle) in print_header()
458 append_entry(const xt_chainlabel chain, in append_entry()
488 replace_entry(const xt_chainlabel chain, in replace_entry()
507 insert_entry(const xt_chainlabel chain, in insert_entry()
572 delete_entry(const xt_chainlabel chain, in delete_entry()
607 check_entry(const xt_chainlabel chain, struct ipt_entry *fw, in check_entry()
641 const char *chain; in for_each_chain4() local
673 flush_entries4(const xt_chainlabel chain, int verbose, in flush_entries4()
685 zero_entries(const xt_chainlabel chain, int verbose, in zero_entries()
697 delete_chain4(const xt_chainlabel chain, int verbose, in delete_chain4()
[all …]
Dip6tables.c300 print_header(unsigned int format, const char *chain, struct xtc_handle *handle) in print_header()
467 append_entry(const xt_chainlabel chain, in append_entry()
497 replace_entry(const xt_chainlabel chain, in replace_entry()
516 insert_entry(const xt_chainlabel chain, in insert_entry()
581 delete_entry(const xt_chainlabel chain, in delete_entry()
616 check_entry(const xt_chainlabel chain, struct ip6t_entry *fw, in check_entry()
650 const char *chain; in for_each_chain6() local
682 flush_entries6(const xt_chainlabel chain, int verbose, in flush_entries6()
694 zero_entries(const xt_chainlabel chain, int verbose, in zero_entries()
706 delete_chain6(const xt_chainlabel chain, int verbose, in delete_chain6()
[all …]
Dxtables.c263 add_entry(const char *chain, in add_entry()
319 replace_entry(const char *chain, const char *table, in replace_entry()
344 delete_entry(const char *chain, const char *table, in delete_entry()
385 check_entry(const char *chain, const char *table, in check_entry()
425 list_entries(struct nft_handle *h, const char *chain, const char *table, in list_entries()
450 list_rules(struct nft_handle *h, const char *chain, const char *table, in list_rules()
Diptables-save.c77 const char *chain = NULL; in do_output() local
197 static void iptables_dump_rules(const char *chain, struct xtc_handle *h) in iptables_dump_rules()
243 static void ip6tables_dump_rules(const char *chain, struct xtc_handle *h) in ip6tables_dump_rules()
Dnft.c271 struct nftnl_chain *chain; member
407 const char *table, const char *chain) in batch_chain_flush()
669 const struct builtin_chain *chain, int policy) in nft_chain_builtin_alloc()
691 const struct builtin_chain *chain, in nft_chain_builtin_add()
728 nft_chain_builtin_find(const struct builtin_table *t, const char *chain) in nft_chain_builtin_find()
776 const char *chain) in nft_xt_builtin_init()
818 const char *chain = data ? *(const char **)data : NULL; in __nft_xt_fake_builtin_chains() local
841 const char *table, const char *chain) in nft_xt_fake_builtin_chains()
926 const char *table, const char *chain, in nft_chain_new()
965 const char *chain, const char *policy, in nft_chain_set()
[all …]
/third_party/node/deps/nghttp2/lib/
Dnghttp2_buf.c91 static int buf_chain_new(nghttp2_buf_chain **chain, size_t chunk_length, in buf_chain_new()
111 static void buf_chain_del(nghttp2_buf_chain *chain, nghttp2_mem *mem) { in buf_chain_del()
131 nghttp2_buf_chain *chain; in nghttp2_bufs_init3() local
160 nghttp2_buf_chain *chain; in nghttp2_bufs_realloc() local
185 nghttp2_buf_chain *chain, *next_chain; in nghttp2_bufs_free() local
204 nghttp2_buf_chain *chain; in nghttp2_bufs_wrap_init() local
305 nghttp2_buf_chain *chain; in bufs_alloc_chain() local
435 nghttp2_buf_chain *chain; in nghttp2_bufs_remove() local
470 nghttp2_buf_chain *chain; in nghttp2_bufs_remove_copy() local
487 nghttp2_buf_chain *chain, *ci; in nghttp2_bufs_reset() local
[all …]
/third_party/nghttp2/lib/
Dnghttp2_buf.c91 static int buf_chain_new(nghttp2_buf_chain **chain, size_t chunk_length, in buf_chain_new()
111 static void buf_chain_del(nghttp2_buf_chain *chain, nghttp2_mem *mem) { in buf_chain_del()
131 nghttp2_buf_chain *chain; in nghttp2_bufs_init3() local
160 nghttp2_buf_chain *chain; in nghttp2_bufs_realloc() local
185 nghttp2_buf_chain *chain, *next_chain; in nghttp2_bufs_free() local
204 nghttp2_buf_chain *chain; in nghttp2_bufs_wrap_init() local
305 nghttp2_buf_chain *chain; in bufs_alloc_chain() local
435 nghttp2_buf_chain *chain; in nghttp2_bufs_remove() local
470 nghttp2_buf_chain *chain; in nghttp2_bufs_remove_copy() local
487 nghttp2_buf_chain *chain, *ci; in nghttp2_bufs_reset() local
[all …]
/third_party/boost/libs/python/src/converter/
Dfrom_python.cpp50 for (rvalue_from_python_chain const* chain = converters.rvalue_chain; in rvalue_from_python_stage1() local
129 lvalue_from_python_chain const* chain = converters.lvalue_chain; in get_lvalue_from_python() local
146 inline bool visit(rvalue_from_python_chain const* chain) in visit()
168 rvalue_from_python_chain const* chain; member
180 rvalue_from_python_chain const* chain = converters.rvalue_chain; in implicit_rvalue_convertible_from_python() local
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggdemux.c510 GstOggChain *chain; in gst_ogg_demux_chain_peer() local
939 gst_ogg_demux_collect_start_time (GstOggDemux * ogg, GstOggChain * chain) in gst_ogg_demux_collect_start_time()
967 gst_ogg_demux_collect_sync_time (GstOggDemux * ogg, GstOggChain * chain) in gst_ogg_demux_collect_sync_time()
1164 GstOggChain *chain = pad->chain; in gst_ogg_pad_submit_packet() local
1569 GstOggChain *chain = ogg->building_chain; in gst_ogg_demux_get_earliest_keyframe_time() local
2128 GstOggChain *chain = g_slice_new0 (GstOggChain); in gst_ogg_chain_new() local
2145 gst_ogg_chain_free (GstOggChain * chain) in gst_ogg_chain_free()
2167 gst_ogg_chain_mark_discont (GstOggChain * chain) in gst_ogg_chain_mark_discont()
2179 gst_ogg_chain_reset (GstOggChain * chain) in gst_ogg_chain_reset()
2191 gst_ogg_chain_new_stream (GstOggChain * chain, guint32 serialno) in gst_ogg_chain_new_stream()
[all …]
/third_party/cef/libcef/browser/
Dx509_certificate_impl.cc113 CefX509Certificate::IssuerChainBinaryList& chain, in GetEncodedIssuerChain()
126 CefX509Certificate::IssuerChainBinaryList& chain) { in GetDEREncodedIssuerChain()
133 CefX509Certificate::IssuerChainBinaryList& chain) { in GetPEMEncodedIssuerChain()
/third_party/boost/boost/container/
Dadaptive_pool.hpp214 void allocate_individual(std::size_t num_elements, multiallocation_chain &chain) in allocate_individual()
237 void deallocate_individual(multiallocation_chain &chain) BOOST_NOEXCEPT_OR_NOTHROW in deallocate_individual()
249 void allocate_many(size_type elem_size, std::size_t n_elements, multiallocation_chain &chain) in allocate_many()
269 …void allocate_many(const size_type *elem_sizes, size_type n_elements, multiallocation_chain &chain) in allocate_many()
287 void deallocate_many(multiallocation_chain &chain) BOOST_NOEXCEPT_OR_NOTHROW in deallocate_many()
515 void allocate_individual(std::size_t num_elements, multiallocation_chain &chain) in allocate_individual()
528 void deallocate_individual(multiallocation_chain &chain) BOOST_NOEXCEPT_OR_NOTHROW in deallocate_individual()
535 void allocate_many(size_type elem_size, std::size_t n_elements, multiallocation_chain &chain) in allocate_many()
546 …void allocate_many(const size_type *elem_sizes, size_type n_elements, multiallocation_chain &chain) in allocate_many()
555 void deallocate_many(multiallocation_chain &chain) BOOST_NOEXCEPT_OR_NOTHROW in deallocate_many()
Dnode_allocator.hpp221 void allocate_individual(std::size_t num_elements, multiallocation_chain &chain) in allocate_individual()
244 void deallocate_individual(multiallocation_chain &chain) BOOST_NOEXCEPT_OR_NOTHROW in deallocate_individual()
256 void allocate_many(size_type elem_size, std::size_t n_elements, multiallocation_chain &chain) in allocate_many()
272 …void allocate_many(const size_type *elem_sizes, size_type n_elements, multiallocation_chain &chain) in allocate_many()
286 void deallocate_many(multiallocation_chain &chain) BOOST_NOEXCEPT_OR_NOTHROW in deallocate_many()
Dallocator.hpp258 …TAINER_FORCEINLINE void allocate_individual(std::size_t num_elements, multiallocation_chain &chain) in allocate_individual()
276 …BOOST_CONTAINER_FORCEINLINE void deallocate_individual(multiallocation_chain &chain) BOOST_NOEXCEP… in deallocate_individual()
285 void allocate_many(size_type elem_size, std::size_t n_elements, multiallocation_chain &chain) in allocate_many()
306 …void allocate_many(const size_type *elem_sizes, size_type n_elements, multiallocation_chain &chain) in allocate_many()
327 void deallocate_many(multiallocation_chain &chain) BOOST_NOEXCEPT_OR_NOTHROW in deallocate_many()
/third_party/boost/boost/interprocess/allocators/
Dallocator.hpp194 void allocate_many(size_type elem_size, size_type num_elements, multiallocation_chain &chain) in allocate_many()
205 …void allocate_many(const size_type *elem_sizes, size_type n_elements, multiallocation_chain &chain) in allocate_many()
216 void deallocate_many(multiallocation_chain &chain) in deallocate_many()
231 void allocate_individual(size_type num_elements, multiallocation_chain &chain) in allocate_individual()
246 void deallocate_individual(multiallocation_chain &chain) in deallocate_individual()
/third_party/ffmpeg/libavformat/
Drtpenc_mpegts.c38 MuxChain *chain = s->priv_data; in rtp_mpegts_write_close() local
57 MuxChain *chain = s->priv_data; in rtp_mpegts_write_header() local
140 MuxChain *chain = s->priv_data; in rtp_mpegts_write_packet() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-converter.c198 AudioChain *chain; in audio_chain_new() local
217 audio_chain_set_make_func (AudioChain * chain, in audio_chain_set_make_func()
226 audio_chain_free (AudioChain * chain) in audio_chain_free()
236 audio_chain_alloc_samples (AudioChain * chain, gsize num_samples) in audio_chain_alloc_samples()
242 audio_chain_set_samples (AudioChain * chain, gpointer * samples, in audio_chain_set_samples()
252 audio_chain_get_samples (AudioChain * chain, gsize * avail) in audio_chain_get_samples()
402 get_output_samples (AudioChain * chain, gsize num_samples, gpointer user_data) in get_output_samples()
416 get_temp_samples (AudioChain * chain, gsize num_samples, gpointer user_data) in get_temp_samples()
444 do_unpack (AudioChain * chain, gpointer user_data) in do_unpack()
495 do_convert_in (AudioChain * chain, gpointer user_data) in do_convert_in()
[all …]
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstparsebin.c338 GstParseChain *chain; member
434 #define CHAIN_MUTEX_LOCK(chain) G_STMT_START { \ argument
444 #define CHAIN_MUTEX_UNLOCK(chain) G_STMT_START { \ argument
459 GstParseChain *chain; member
1251 GstCaps * caps, GstParseChain * chain) in analyze_new_pad()
1731 GstParseChain * chain, gchar ** deadend_details) in connect_pad()
2255 GstParseChain * chain) in connect_element()
2349 GstPad * pad, GstCaps * caps, GstParseChain * chain) in expose_pad()
2411 GstParseChain *chain = ppad->chain; in pad_event_cb() local
2439 pad_added_cb (GstElement * element, GstPad * pad, GstParseChain * chain) in pad_added_cb()
[all …]
Dgstplaysink.c100 GstPlayChain chain; member
116 GstPlayChain chain; member
124 GstPlayChain chain; member
137 GstPlayChain chain; member
153 GstPlayChain chain; member
752 disconnect_audio_chain (GstPlayAudioChain * chain, GstPlaySink * playsink) in disconnect_audio_chain()
764 free_chain (GstPlayChain * chain) in free_chain()
955 GstPlayAudioChain *chain; in gst_play_sink_get_sink() local
963 GstPlayVideoChain *chain; in gst_play_sink_get_sink() local
971 GstPlayTextChain *chain; in gst_play_sink_get_sink() local
[all …]
Dgstdecodebin2.c441 GstDecodeChain *chain; member
562 #define CHAIN_MUTEX_LOCK(chain) G_STMT_START { \ argument
572 #define CHAIN_MUTEX_UNLOCK(chain) G_STMT_START { \ argument
587 GstDecodeChain *chain; member
1687 GstCaps * caps, GstDecodeChain * chain, GstDecodeChain ** new_chain) in analyze_new_pad()
2248 GstDecodeChain *chain; member
2255 bitrate_parse_complete_cb (GstElement * element, gpointer input, guint num, GstDecodeChain * chain) in bitrate_parse_complete_cb()
2282 GstDecodeChain * chain, gchar ** deadend_details) in connect_pad()
2873 GstDecodeChain * chain) in connect_element()
2965 GstPad * pad, GstCaps * caps, GstDecodeChain * chain) in expose_pad()
[all …]
/third_party/boost/boost/interprocess/allocators/detail/
Dallocator_common.hpp205 void cached_allocation(size_type n, multiallocation_chain &chain) in cached_allocation()
240 void cached_deallocation(multiallocation_chain &chain) in cached_deallocation()
292 multiallocation_chain chain; in priv_deallocate_n_nodes() local
360 void allocate_many(size_type elem_size, size_type num_elements, multiallocation_chain &chain) in allocate_many()
371 …void allocate_many(const size_type *elem_sizes, size_type n_elements, multiallocation_chain &chain) in allocate_many()
382 void deallocate_many(multiallocation_chain &chain) in deallocate_many()
506 void allocate_individual(size_type num_elements, multiallocation_chain &chain) in allocate_individual()
529 void deallocate_individual(multiallocation_chain &chain) in deallocate_individual()
652 void allocate_individual(size_type num_elements, multiallocation_chain &chain) in allocate_individual()
667 void deallocate_individual(multiallocation_chain &chain) in deallocate_individual()
[all …]
/third_party/openssl/crypto/ec/curve448/
Dscalar.c53 c448_dsword_t chain = 0; in sc_subx() local
83 c448_dword_t chain = 0; in sc_montmul() local
125 c448_dword_t chain = 0; in curve448_scalar_add() local
224 c448_dword_t chain = 0; in curve448_scalar_halve() local
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_win32.c53 struct wsi_win32_swapchain *chain; member
330 wsi_create_native_image(const struct wsi_swapchain *chain, in wsi_create_native_image()
464 struct wsi_win32_swapchain *chain = (struct wsi_win32_swapchain *) drv_chain; in wsi_win32_image_init() local
507 struct wsi_win32_swapchain *chain = in wsi_win32_image_finish() local
520 struct wsi_win32_swapchain *chain = in wsi_win32_swapchain_destroy() local
537 struct wsi_win32_swapchain *chain = in wsi_win32_get_wsi_image() local
548 struct wsi_win32_swapchain *chain = in wsi_win32_acquire_next_image() local
564 struct wsi_win32_swapchain *chain = (struct wsi_win32_swapchain *) drv_chain; in wsi_win32_queue_present() local
611 struct wsi_win32_swapchain *chain; in wsi_win32_surface_create_swapchain() local
/third_party/mesa3d/src/freedreno/rnn/
Drnn.c82 xmlNode *chain = attr->children; in getcontent() local
112 xmlNode *chain = attr->children; in getattrib() local
239 xmlNode *chain = node->children; in parsevalue() local
278 xmlNode *chain = node->children; in parsespectype() local
343 xmlNode *chain = node->children; in parseenum() local
374 xmlNode *chain = node->children; in parsebitfield() local
448 xmlNode *chain = node->children; in parsebitset() local
541 xmlNode *chain = node->children; in trydelem() local
609 xmlNode *chain = node->children; in trydelem() local
652 xmlNode *chain = node->children; in parsegroup() local
[all …]

123456789