Searched refs:send (Results 251 - 275 of 705) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Drclex.c1333 char *s, *send; variable
1340 send = strchr (s, '"');
1343 && s + sizeof "StringFileInfo" - 1 == send)
1347 && s + sizeof "VarFileInfo" - 1 == send)
1353 r = get_string (send - s + 1);
1354 strncpy (r, s, send - s);
1355 r[send - s] = '\0';
2343 char *send, *fn; local
2349 line = strtol (s, &send, 0);
2350 if (*send !
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebContext.cpp384 m_networkProcess->send(Messages::NetworkProcess::InitializeNetworkProcess(parameters), 0);
435 networkProcess()->send(Messages::NetworkProcess::EnsurePrivateBrowsingSession(), 0);
437 networkProcess()->send(Messages::NetworkProcess::DestroyPrivateBrowsingSession(), 0);
562 process->send(Messages::WebProcess::InitializeWebProcess(parameters, WebContextUserMessageEncoder(injectedBundleInitializationUserData.get())), 0);
565 process->send(Messages::WebProcess::EnsurePrivateBrowsingSession(), 0);
577 process->send(Messages::WebProcess::PostInjectedBundleMessage(CoreIPC::DataReference(messageData->buffer(), messageData->bufferSize())), 0);
656 process->send(Messages::WebProcess::StartMemorySampler(sampleLogSandboxHandle, sampleLogFilePath, m_memorySamplerInterval), 0);
748 networkProcess()->connection()->send(Messages::NetworkProcess::DownloadRequest(downloadProxy->downloadID(), request), 0);
758 m_processes[0]->send(Messages::WebProcess::DownloadRequest(downloadProxy->downloadID(), initiatingPageID, request), 0);
777 m_processes[i]->send(Message
[all...]
H A DWebPageGroup.h85 webProcessProxy->send(message, destinationID);
/macosx-10.9.5/CPANInternal-140/Net-DNS/demo/
H A Dperldig63 my $answer = $res->send($name, $type, $class);
/macosx-10.9.5/WebCore-7537.78.1/Modules/websockets/
H A DWebSocket.cpp293 void WebSocket::send(const String& message, ExceptionCode& ec) function in class:WebCore::WebSocket
295 LOG(Network, "WebSocket %p send() Sending String '%s'", this, message.utf8().data());
308 ThreadableWebSocketChannel::SendResult result = m_channel->send(message);
316 void WebSocket::send(ArrayBuffer* binaryData, ExceptionCode& ec) function in class:WebCore::WebSocket
318 LOG(Network, "WebSocket %p send() Sending ArrayBuffer %p", this, binaryData);
331 m_channel->send(*binaryData, 0, binaryData->byteLength());
334 void WebSocket::send(ArrayBufferView* arrayBufferView, ExceptionCode& ec) function in class:WebCore::WebSocket
336 LOG(Network, "WebSocket %p send() Sending ArrayBufferView %p", this, arrayBufferView);
350 m_channel->send(*arrayBuffer, arrayBufferView->byteOffset(), arrayBufferView->byteLength());
353 void WebSocket::send(Blo function in class:WebCore::WebSocket
[all...]
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXMLHttpRequest.idl77 [Custom, RaisesException] void send();
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Notifications/
H A DNotificationPermissionRequestManager.cpp82 m_page->send(Messages::WebPageProxy::RequestNotificationPermission(requestID, origin->toString()));
100 m_page->send(Messages::WebPageProxy::RequestNotificationPermission(requestID, origin->toString()));
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/Netscape/mac/
H A DPluginProxyMac.mm89 m_connection->connection()->send(Messages::PluginControllerProxy::SetLayerHostingMode(layerHostingMode), m_pluginInstanceID);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebEditorClient.cpp256 m_page->send(Messages::WebPageProxy::RegisterEditCommandForUndo(webStep->stepID(), editAction));
265 m_page->send(Messages::WebPageProxy::ClearAllEditCommands());
431 m_page->send(Messages::WebPageProxy::IgnoreWord(word));
436 m_page->send(Messages::WebPageProxy::LearnWord(word));
469 m_page->send(Messages::WebPageProxy::UpdateSpellingUIWithGrammarString(badGrammarPhrase, grammarDetail));
474 m_page->send(Messages::WebPageProxy::UpdateSpellingUIWithMisspelledWord(misspelledWord));
501 m_page->send(Messages::WebPageProxy::RequestCheckingOfString(requestID, request->data()));
507 m_page->send(Messages::WebPageProxy::WillSetInputMethodState());
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/mac/
H A DRemoteLayerTreeContext.mm112 m_webPage->send(Messages::RemoteLayerTreeHost::Commit(transaction));
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/network_io/beos/
H A Dsendrecv.c66 rv = send(sock->socketdes, buf, (*len), 0);
74 rv = send(sock->socketdes, buf, (*len), 0);
/macosx-10.9.5/apr-30/apr/apr/network_io/beos/
H A Dsendrecv.c66 rv = send(sock->socketdes, buf, (*len), 0);
74 rv = send(sock->socketdes, buf, (*len), 0);
/macosx-10.9.5/bind9-45.100/bind9/contrib/
H A Dzone-edit.sh.in99 echo send
/macosx-10.9.5/libdispatch-339.92.1/private/
H A Dmach_private.h87 * connected send right, or a local port with a previously connected receive
206 * @param error Mach error code for the send operation.
213 * Create a dispatch mach channel to asynchronously receive and send mach
256 * @param error Mach error code for the send operation.
264 * Create a dispatch mach channel to asynchronously receive and send mach
304 * Connect a mach channel to the specified receive and send rights.
316 * @param send
317 * The send right to associate with the channel. May be MACH_PORT_NULL.
320 * An optional message object encapsulating the initial check-in message to send
323 * retained until the initial send operatio
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVDirectChat.h26 IBOutlet MVTextView *send; variable
82 - (IBAction) send:(id) sender;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVDirectChat.h26 IBOutlet MVTextView *send; variable
82 - (IBAction) send:(id) sender;
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Dtest_utilities.rb85 response = Net::HTTPResponse.send(:response_class, code.to_s).new("1.0", code.to_s, msg)
98 response = Net::HTTPResponse.send(:response_class, code.to_s).new("1.0", code.to_s, msg)
/macosx-10.9.5/ruby-104/ruby/test/benchmark/
H A Dtest_benchmark.rb28 Benchmark.send(type, *args, &block)
30 Benchmark.send(type, *args) do |x|
/macosx-10.9.5/ruby-104/ruby/test/openssl/
H A Dtest_pkcs12.rb191 assert_equal expected.send(attribute), actual.send(attribute)
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dfdmover.cpp26 // fdmover - send/receive file descriptors over a UNIX domain socket connection
75 size_t FdMover::send(const void *data, size_t length, const FdVector &fds) function in class:Security::IPPlusPlus::FdMover
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dfdmover.cpp26 // fdmover - send/receive file descriptors over a UNIX domain socket connection
75 size_t FdMover::send(const void *data, size_t length, const FdVector &fds) function in class:Security::IPPlusPlus::FdMover
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DSocketStreamHandleBase.cpp53 bool SocketStreamHandleBase::send(const char* data, int length) function in class:WebCore::SocketStreamHandleBase
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/
H A Dqquicknetworkreply.cpp58 void QQuickNetworkReply::send() function in class:QQuickNetworkReply
81 qWarning("QQuickNetworkReply::send - Cannot send raw data without a content type being specified!");
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/gtk/
H A DWebPageProxyGtk.cpp120 process()->send(Messages::WebPage::SetAcceleratedCompositingWindowId(nativeWindowId), m_pageID);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/soup/
H A DWebKitSoupRequestGeneric.cpp52 WebProcess::shared().supplement<WebSoupRequestManager>()->send(result, cancellable);

Completed in 485 milliseconds

<<11121314151617181920>>