Home
last modified time | relevance | path

Searched defs:view (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/unbound/services/
H A Dview.h66 struct view { struct
69 /** view name. argument
73 /** view specific local authority zones */ argument
75 /** response-ip configuration data for this view */ argument
77 /** Fallback to global local_zones when there is no match in the view argument
102 * @param v: view is set up. argument
H A Dlocalzone.c1840 char** tagname, int num_tags, struct view* view) in local_zones_answer()
/freebsd/contrib/wpa/src/utils/
H A Dbrowser.c22 WebKitWebView *view; member
91 static void view_cb_notify_estimated_load_progress(WebKitWebView *view, in view_cb_notify_estimated_load_progress()
102 static void view_cb_resource_load_starting(WebKitWebView *view, in view_cb_resource_load_starting()
114 static gboolean view_cb_decide_policy(WebKitWebView *view, in view_cb_decide_policy()
157 static void view_cb_mouse_target_changed(WebKitWebView *view, in view_cb_mouse_target_changed()
183 static void view_cb_notify_title(WebKitWebView *view, GParamSpec *ps, in view_cb_notify_title()
197 static void view_cb_notify_progress(WebKitWebView *view, GParamSpec *pspec, in view_cb_notify_progress()
207 static void view_cb_notify_load_status(WebKitWebView *view, GParamSpec *pspec, in view_cb_notify_load_status()
220 static void view_cb_resource_request_starting(WebKitWebView *view, in view_cb_resource_request_starting()
238 WebKitWebView *view, WebKitWebFrame *frame, WebKitNetworkRequest *req, in view_cb_mime_type_policy_decision()
[all …]
/freebsd/contrib/bsnmp/snmp_vacm/
H A Dvacm_snmp.c462 struct vacm_view *view; in op_vacm_view() local
801 vacm_append_viewindex(struct asn_oid *oid, uint sub, const struct vacm_view *view) in vacm_append_viewindex()
821 struct vacm_view *view; in vacm_get_view() local
839 struct vacm_view *view; in vacm_get_next_view() local
858 struct vacm_view *view; in vacm_get_view_by_name() local
980 struct vacm_view *view; in vacm_dump() local
/freebsd/sys/contrib/xen/hvm/
H A Dhvm_op.h43 uint16_t view; member
51 uint16_t view; member
254 uint16_t view; member
263 uint16_t view; member
276 uint16_t view; member
288 uint16_t view; member
305 uint16_t view; member
367 struct xen_hvm_altp2m_view view; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMBFIWrapper.cpp56 void MBFIWrapper::view(const Twine &Name, bool isSimple) { view() function in MBFIWrapper
H A DEdgeBundles.cpp99 void EdgeBundles::view() const { in view() function in EdgeBundles
H A DMachineBlockFrequencyInfo.cpp262 void MachineBlockFrequencyInfo::view(const Twine &Name, bool isSimple) const { in view() function in MachineBlockFrequencyInfo
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dconcepts.h94 concept view = range<_Tp> && movable<_Tp> && enable_view<_Tp>; variable
/freebsd/contrib/unbound/daemon/
H A Dacl_list.h111 struct view* view; member
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp643 llvm::StringRef view = llvm::StringRef(m_packet).substr(m_index); in GetPidTid() local
H A DStringExtractor.cpp341 llvm::StringRef view(m_packet); in GetNameColonValue() local
/freebsd/contrib/unbound/respip/
H A Drespip.h71 struct view* view; member
H A Drespip.c878 struct view* view = NULL; in respip_rewrite_reply() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionInfo.cpp109 void RegionInfo::view() { viewRegion(this); } in view() function in RegionInfo
H A DBlockFrequencyInfo.cpp255 void BlockFrequencyInfo::view(StringRef title) const { in view() function in BlockFrequencyInfo
/freebsd/contrib/bsnmp/snmpd/
H A Dmain.c380 struct vacm_view *view; in snmp_pdu_auth_access() local
2990 vacm_next_view(struct vacm_view *view) in vacm_next_view()
3022 struct vacm_view *view, *temp, *prev; in vacm_new_view() local
3061 vacm_delete_view(struct vacm_view *view) in vacm_delete_view()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DParentMapContext.cpp79 llvm::ArrayRef<DynTypedNode> view() const { return Items; } in view() function in ParentMapContext::ParentMap::ParentVector
/freebsd/contrib/sqlite3/
H A Dsqlite3.c18420 } view; member