Searched refs:_port (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/libdispatch-339.92.1/src/
H A Dprotocol.defs87 _port : mach_port_t;
93 _port : mach_port_move_send_once_t
/macosx-10.9.5/CPANInternal-140/URI/URI/
H A D_server.pm51 sub _port subroutine
69 my $port = $self->_port(@_);
94 my $port = $other->_port;
/macosx-10.9.5/CPANInternal-140/URI/t/
H A Drfc2732.t29 print "not " unless $uri->port eq "21" && !$uri->_port;
/macosx-10.9.5/CF-855.17/
H A DCFMachPort.c64 mach_port_t _port; /* immutable */ member in struct:__CFMachPort
115 return (mp1->_port == mp2->_port);
120 return (CFHashCode)mp->_port;
135 CFStringRef result = CFStringCreateWithFormat(kCFAllocatorSystemDefault, NULL, CFSTR("<CFMachPort %p [%p]>{valid = %s, port = %x, source = %p, callout = %s (%p), context = %@}"), cf, CFGetAllocator(mp), (__CFMachPortIsValid(mp) ? "Yes" : "No"), mp->_port, mp->_source, name, addr, contextDesc);
192 mach_port_t port = mp->_port;
247 if (!__CFMachPortCheck(mp->_port) || (!kCFUseCollectableAllocator && 1 == CFGetRetainCount(mp))) {
341 if (p && p->_port == port) {
350 if (p && p->_port == port) {
365 memory->_port
[all...]
H A DCFMessagePort.c71 CFMachPortRef _port; /* immutable; invalidated */ member in struct:__CFMessagePort
253 if (NULL != ms->_port) {
255 mach_port_mod_refs(mach_task_self(), CFMachPortGetPort(ms->_port), MACH_PORT_RIGHT_SEND, -1);
256 mach_port_mod_refs(mach_task_self(), CFMachPortGetPort(ms->_port), MACH_PORT_RIGHT_RECEIVE, -1);
258 CFMachPortInvalidate(ms->_port);
259 CFRelease(ms->_port);
389 memory->_port = NULL;
450 memory->_port = native;
533 memory->_port = NULL;
558 memory->_port
[all...]
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDResourceUserClient.h123 mach_port_t _port; member in class:IOHIDResourceDeviceUserClient
H A DIOHIDResourceUserClient.cpp139 _port = port;
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DExtensionAPI.js743 this._port = channel.port1;
744 this._port.addEventListener("message", this._onMessage.bind(this), false);
745 this._port.start();
758 return this._port.postMessage(message);
H A DUIUtils.js759 if (!WebInspector._port)
760 WebInspector._port = InspectorFrontendHost.port();
762 return WebInspector._port;
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dcterm.vim60 syn keyword ctermPreVarRW _port _rcvsync _cbaud _reval _turnchar
/macosx-10.9.5/CPANInternal-140/URI/
H A DURI.pm670 substituted, then you can use the $uri->_port method instead.

Completed in 184 milliseconds