Searched refs:iface (Results 1 - 25 of 97) sorted by relevance

1234

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitPermissionRequest.cpp54 WebKitPermissionRequestIface* iface = WEBKIT_PERMISSION_REQUEST_GET_IFACE(request); local
55 if (iface->allow)
56 iface->allow(request);
69 WebKitPermissionRequestIface* iface = WEBKIT_PERMISSION_REQUEST_GET_IFACE(request); local
70 if (iface->deny)
71 iface->deny(request);
H A DWebKitGeolocationPermissionRequest.cpp79 static void webkit_permission_request_interface_init(WebKitPermissionRequestIface* iface) argument
81 iface->allow = webkitGeolocationPermissionRequestAllow;
82 iface->deny = webkitGeolocationPermissionRequestDeny;
/macosx-10.9.5/WebCore-7537.78.1/accessibility/atk/
H A DWebKitAccessibleInterfaceAction.cpp83 void webkitAccessibleActionInterfaceInit(AtkActionIface* iface) argument
85 iface->do_action = webkitAccessibleActionDoAction;
86 iface->get_n_actions = webkitAccessibleActionGetNActions;
87 iface->get_description = webkitAccessibleActionGetDescription;
88 iface->get_keybinding = webkitAccessibleActionGetKeybinding;
89 iface->get_name = webkitAccessibleActionGetName;
H A DWebKitAccessibleInterfaceImage.cpp73 void webkitAccessibleImageInterfaceInit(AtkImageIface* iface) argument
75 iface->get_image_position = webkitAccessibleImageGetImagePosition;
76 iface->get_image_description = webkitAccessibleImageGetImageDescription;
77 iface->get_image_size = webkitAccessibleImageGetImageSize;
H A DWebKitAccessibleInterfaceEditableText.cpp117 void webkitAccessibleEditableTextInterfaceInit(AtkEditableTextIface* iface) argument
119 iface->set_run_attributes = webkitAccessibleEditableTextSetRunAttributes;
120 iface->set_text_contents = webkitAccessibleEditableTextSetTextContents;
121 iface->insert_text = webkitAccessibleEditableTextInsertText;
122 iface->copy_text = webkitAccessibleEditableTextCopyText;
123 iface->cut_text = webkitAccessibleEditableTextCutText;
124 iface->delete_text = webkitAccessibleEditableTextDeleteText;
125 iface->paste_text = webkitAccessibleEditableTextPasteText;
H A DWebKitAccessibleInterfaceHyperlinkImpl.cpp41 void webkitAccessibleHyperlinkImplInterfaceInit(AtkHyperlinkImplIface* iface) argument
43 iface->get_hyperlink = webkitAccessibleHyperlinkImplGetHyperlink;
H A DWebKitAccessibleInterfaceComponent.cpp92 void webkitAccessibleComponentInterfaceInit(AtkComponentIface* iface) argument
94 iface->ref_accessible_at_point = webkitAccessibleComponentRefAccessibleAtPoint;
95 iface->get_extents = webkitAccessibleComponentGetExtents;
96 iface->grab_focus = webkitAccessibleComponentGrabFocus;
H A DWebKitAccessibleInterfaceDocument.cpp108 void webkitAccessibleDocumentInterfaceInit(AtkDocumentIface* iface) argument
110 iface->get_document_attribute_value = webkitAccessibleDocumentGetAttributeValue;
111 iface->get_document_attributes = webkitAccessibleDocumentGetAttributes;
112 iface->get_document_locale = webkitAccessibleDocumentGetLocale;
H A DWebKitAccessibleInterfaceTable.cpp242 void webkitAccessibleTableInterfaceInit(AtkTableIface* iface) argument
244 iface->ref_at = webkitAccessibleTableRefAt;
245 iface->get_index_at = webkitAccessibleTableGetIndexAt;
246 iface->get_column_at_index = webkitAccessibleTableGetColumnAtIndex;
247 iface->get_row_at_index = webkitAccessibleTableGetRowAtIndex;
248 iface->get_n_columns = webkitAccessibleTableGetNColumns;
249 iface->get_n_rows = webkitAccessibleTableGetNRows;
250 iface->get_column_extent_at = webkitAccessibleTableGetColumnExtentAt;
251 iface->get_row_extent_at = webkitAccessibleTableGetRowExtentAt;
252 iface
[all...]
H A DWebKitAccessibleInterfaceValue.cpp111 void webkitAccessibleValueInterfaceInit(AtkValueIface* iface) argument
113 iface->get_current_value = webkitAccessibleValueGetCurrentValue;
114 iface->get_maximum_value = webkitAccessibleValueGetMaximumValue;
115 iface->get_minimum_value = webkitAccessibleValueGetMinimumValue;
116 iface->set_current_value = webkitAccessibleValueSetCurrentValue;
117 iface->get_minimum_increment = webkitAccessibleValueGetMinimumIncrement;
H A DWebKitAccessibleInterfaceHypertext.cpp102 void webkitAccessibleHypertextInterfaceInit(AtkHypertextIface* iface) argument
104 iface->get_link = webkitAccessibleHypertextGetLink;
105 iface->get_n_links = webkitAccessibleHypertextGetNLinks;
106 iface->get_link_index = webkitAccessibleHypertextGetLinkIndex;
/macosx-10.9.5/WebCore-7537.78.1/bindings/gobject/
H A DWebKitDOMEventTarget.cpp53 WebKitDOMEventTargetIface* iface = WEBKIT_DOM_EVENT_TARGET_GET_IFACE(target); local
55 if (iface->dispatch_event)
56 iface->dispatch_event(target, event, error);
65 WebKitDOMEventTargetIface* iface = WEBKIT_DOM_EVENT_TARGET_GET_IFACE(target); local
67 if (iface->add_event_listener)
68 return iface->add_event_listener(target, eventName, handler, bubble, userData);
78 WebKitDOMEventTargetIface* iface = WEBKIT_DOM_EVENT_TARGET_GET_IFACE(target); local
80 if (iface->remove_event_listener)
81 return iface->remove_event_listener(target, eventName, handler, bubble);
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dif2ip.c72 struct ifaddrs *iface, *head; local
75 for(iface=head; iface != NULL; iface=iface->ifa_next) {
76 if(curl_strequal(iface->ifa_name, interf)) {
89 struct ifaddrs *iface, *head; local
97 for(iface=head; iface != NULL; iface
[all...]
/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_io.c623 print_interface(struct interface *iface, char *pfx, char *sfx) argument
627 iface->ifnum,
628 iface->fd,
629 iface->bfd,
630 iface->name,
631 iface->flags,
632 iface->scopeid,
633 stoa(&iface->sin));
634 if (AF_INET == iface->family) {
635 if (iface
809 struct interface * iface; local
1533 struct interface * iface; local
1825 struct interface *iface; local
1978 enable_broadcast( struct interface * iface, sockaddr_u * baddr ) argument
1995 socket_broadcast_enable( struct interface * iface, SOCKET fd, sockaddr_u * baddr ) argument
2029 socket_broadcast_disable( struct interface * iface, sockaddr_u * baddr ) argument
2094 enable_multicast_if( struct interface * iface, sockaddr_u * maddr ) argument
2183 socket_multicast_enable( struct interface * iface, int lscope, sockaddr_u * maddr ) argument
2266 socket_multicast_disable( struct interface * iface, sockaddr_u * maddr ) argument
2454 struct interface *iface; local
2589 struct interface *iface; local
3452 struct interface *iface; local
3491 struct interface * iface; local
3561 struct interface *iface; local
3582 struct interface *iface; local
3601 struct interface * iface; local
3678 struct interface *iface; local
[all...]
/macosx-10.9.5/network_cmds-433/mnc.tproj/
H A Dmnc_multicast.c68 struct addrinfo * source, char * iface)
72 if (iface != NULL)
76 inet_addr(iface)) == INADDR_NONE)
110 struct addrinfo * source, char * iface)
119 struct addrinfo * source, char * iface)
130 int mnc_join_ip_asm(int socket, struct addrinfo * group, char * iface) argument
144 if (iface != NULL)
146 if ((multicast_request.gr_interface = if_nametoindex(iface))
149 mnc_warning("Ignoring unknown interface: %s\n", iface);
175 int mnc_join_ipv4_asm(int socket, struct addrinfo * group, char * iface) argument
67 mnc_join_ipv4_ssm(int socket, struct addrinfo * group, struct addrinfo * source, char * iface) argument
109 mnc_join_ipv4_ssm(int socket, struct addrinfo * group, struct addrinfo * source, char * iface) argument
118 mnc_join_ipv6_ssm(int socket, struct addrinfo * group, struct addrinfo * source, char * iface) argument
212 mnc_join_ipv6_asm(int socket, struct addrinfo * group, char * iface) argument
223 mnc_join_ip_ssm(int socket, struct addrinfo * group, struct addrinfo * source, char * iface) argument
271 multicast_setup_listen(int socket, struct addrinfo * group, struct addrinfo * source, char * iface) argument
[all...]
H A Dmnc.h76 char * iface; member in struct:mnc_configuration
H A Dmnc_opts.c86 config.iface = NULL;
105 case 'i': config.iface = argv[++optind];
135 if (config.mode == SENDER && config.iface != NULL)
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/network_io/unix/
H A Dmulticast.c30 apr_sockaddr_t *iface)
33 if (iface == NULL) {
37 mip->imr_interface = iface->sa.sin.sin_addr;
44 static unsigned int find_if_index(const apr_sockaddr_t *iface) argument
64 if (memcmp(&iface->sa.sin6.sin6_addr,
66 sizeof(iface->sa.sin6.sin6_addr)) == 0) {
80 const apr_sockaddr_t *iface)
85 if (iface == NULL) {
89 mip->ipv6mr_interface = find_if_index(iface);
112 apr_sockaddr_t *mcast, apr_sockaddr_t *iface,
29 fill_mip_v4(struct ip_mreq *mip, apr_sockaddr_t *mcast, apr_sockaddr_t *iface) argument
79 fill_mip_v6(struct ipv6_mreq *mip, const apr_sockaddr_t *mcast, const apr_sockaddr_t *iface) argument
111 do_mcast(int type, apr_socket_t *sock, apr_sockaddr_t *mcast, apr_sockaddr_t *iface, apr_sockaddr_t *source) argument
[all...]
/macosx-10.9.5/apr-30/apr/apr/network_io/unix/
H A Dmulticast.c30 apr_sockaddr_t *iface)
33 if (iface == NULL) {
37 mip->imr_interface = iface->sa.sin.sin_addr;
44 static unsigned int find_if_index(const apr_sockaddr_t *iface) argument
64 if (memcmp(&iface->sa.sin6.sin6_addr,
66 sizeof(iface->sa.sin6.sin6_addr)) == 0) {
80 const apr_sockaddr_t *iface)
85 if (iface == NULL) {
89 mip->ipv6mr_interface = find_if_index(iface);
112 apr_sockaddr_t *mcast, apr_sockaddr_t *iface,
29 fill_mip_v4(struct ip_mreq *mip, apr_sockaddr_t *mcast, apr_sockaddr_t *iface) argument
79 fill_mip_v6(struct ipv6_mreq *mip, const apr_sockaddr_t *mcast, const apr_sockaddr_t *iface) argument
111 do_mcast(int type, apr_socket_t *sock, apr_sockaddr_t *mcast, apr_sockaddr_t *iface, apr_sockaddr_t *source) argument
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-SystemConfiguration/PyObjCTest/
H A Dtest_scnetworkconfiguration.py63 for iface in r:
64 if SCNetworkInterfaceGetBSDName(iface).startswith('en'):
67 r = SCNetworkInterfaceGetSupportedInterfaceTypes(iface)
71 r = SCNetworkInterfaceGetSupportedProtocolTypes(iface)
75 r = SCNetworkInterfaceCreateWithInterface(iface, kSCNetworkInterfaceTypeL2TP)
78 r = SCNetworkInterfaceGetBSDName(iface)
81 r = SCNetworkInterfaceGetConfiguration(iface)
84 r = SCNetworkInterfaceGetExtendedConfiguration(iface, "EAPOL")
87 r = SCNetworkInterfaceGetHardwareAddressString(iface)
90 r = SCNetworkInterfaceGetInterface(iface)
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-SystemConfiguration/PyObjCTest/
H A Dtest_scnetworkconfiguration.py63 for iface in r:
64 if SCNetworkInterfaceGetBSDName(iface).startswith('en'):
66 r = SCNetworkInterfaceGetSupportedInterfaceTypes(iface)
70 r = SCNetworkInterfaceGetSupportedProtocolTypes(iface)
74 r = SCNetworkInterfaceCreateWithInterface(iface, kSCNetworkInterfaceTypeL2TP)
77 r = SCNetworkInterfaceGetBSDName(iface)
80 r = SCNetworkInterfaceGetConfiguration(iface)
83 r = SCNetworkInterfaceGetExtendedConfiguration(iface, "EAPOL")
86 r = SCNetworkInterfaceGetHardwareAddressString(iface)
89 r = SCNetworkInterfaceGetInterface(iface)
[all...]
/macosx-10.9.5/bless-98/libbless/OpenFirmware/
H A DBLGetOpenFirmwareBootDeviceForNetworkPath.c59 io_service_t iface, service; local
74 iface = IOServiceGetMatchingService(masterPort,
77 if(iface == IO_OBJECT_NULL) {
83 kret = IORegistryEntryCreateIterator(iface, kIOServicePlane,
86 IOObjectRelease(iface);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/smtpd/
H A Dtcl_smtpd76 set iface 0.0.0.0
80 set iface [lindex $argv 0]
86 smtpd::start $iface $port
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/GObject/
H A DWebKitDOMTestNode.cpp83 static void webkit_dom_event_target_init(WebKitDOMEventTargetIface* iface) argument
85 iface->dispatch_event = webkit_dom_test_node_dispatch_event;
86 iface->add_event_listener = webkit_dom_test_node_add_event_listener;
87 iface->remove_event_listener = webkit_dom_test_node_remove_event_listener;
/macosx-10.9.5/remote_cmds-41.90.1/talk.tproj/
H A Dget_iface.c52 get_iface(dst, iface)
54 struct in_addr *iface;
101 memcpy(iface, &local.sin_addr, sizeof local.sin_addr);

Completed in 124 milliseconds

1234