Home
last modified time | relevance | path

Searched refs:link_info (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/security/prot_hsymlinks/
Dprot_hsymlinks.c101 struct link_info { struct
162 static int check_symlink(const struct link_info *li);
446 struct link_info slink_info; in create_check_slinks()
475 struct link_info hlink_info; in create_check_hlinks()
501 static int check_symlink(const struct link_info *li) in check_symlink()
/third_party/boost/boost/multi_index/detail/
Dord_index_impl.hpp764 link_info inf; in insert_()
784 link_info inf; in insert_()
866 link_info inf; in replace_()
896 link_info inf; in modify_()
958 link_info inf; in modify_rollback_()
1067 struct link_info struct in boost::multi_index::detail::ordered_index_impl
1070 link_info():side(to_left){} in link_info() function
1076 bool link_point(key_param_type k,link_info& inf,ordered_unique_tag) in link_point()
1107 bool link_point(key_param_type k,link_info& inf,ordered_non_unique_tag) in link_point()
1122 bool lower_link_point(key_param_type k,link_info& inf,ordered_non_unique_tag) in lower_link_point()
[all …]
/third_party/boost/boost/multi_index/
Dhashed_index.hpp851 link_info pos(buckets.at(buc)); in insert_()
870 link_info pos(buckets.at(buc)); in insert_()
980 link_info pos(buckets.at(buc)); in replace_()
1011 link_info pos(buckets.at(buc)); in modify_()
1068 link_info pos(buckets.at(buc)); in modify_rollback_()
1220 >::type link_info; typedef in boost::multi_index::detail::hashed_index
1222 bool link_point(value_param_type v,link_info& pos) in link_point()
1314 void link(index_node_type* x,const link_info& pos) in link()
/third_party/boost/tools/build/src/tools/
Dmpi.jam378 link_flags = [ SHELL "$(command) -link_info" ] ;