Searched refs:destination (Results 101 - 125 of 302) sorted by relevance

1234567891011>>

/macosx-10.9.5/postfix-252/postfix/src/smtp/
H A Dsmtp_connect.c16 /* that represents the destination domain, or with an optional fallback
17 /* relay when {the destination cannot be found, or when all the
18 /* destination servers are unavailable}. It skips over IP addresses
25 /* The destination is either a host (or domain) name or a numeric
171 static SMTP_SESSION *smtp_connect_addr(const char *destination, DNS_RR *addr, argument
276 port, destination, why, sess_flags));
285 const char *destination,
328 return (smtp_session_alloc(stream, destination, name, addr,
332 /* smtp_parse_destination - parse host/port destination */
334 static char *smtp_parse_destination(char *destination, cha argument
281 smtp_connect_sock(int sock, struct sockaddr * sa, int salen, const char *name, const char *addr, unsigned port, const char *destination, DSN_BUF *why, int sess_flags) argument
1025 char *destination = request->nexthop; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gstreamer/
H A DVideoSinkGStreamer.cpp222 guint8* destination = GST_BUFFER_DATA(newBuffer); local
229 guint8* destination = static_cast<guint8*>(destinationInfo.data); local
236 destination[0] = (source[0] * alpha + 128) / 255;
237 destination[1] = (source[1] * alpha + 128) / 255;
238 destination[2] = (source[2] * alpha + 128) / 255;
239 destination[3] = alpha;
242 destination[0] = alpha;
243 destination[1] = (source[1] * alpha + 128) / 255;
244 destination[2] = (source[2] * alpha + 128) / 255;
245 destination[
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/audio/
H A DAudioResampler.cpp103 // Now that we have the source data, resample each channel into the destination bus.
106 float* destination = destinationBus->channel(i)->mutableData(); local
107 m_kernels[i]->process(destination, framesToProcess);
H A DAudioResamplerKernel.cpp76 void AudioResamplerKernel::process(float* destination, size_t framesToProcess)
110 *destination++ = static_cast<float>(sample);
H A DReverbConvolver.cpp189 float* destination = destinationChannel->mutableData(); local
190 bool isDataSafe = source && destination;
203 m_accumulationBuffer.readAndClear(destination, framesToProcess);
/macosx-10.9.5/WebCore-7537.78.1/platform/network/curl/
H A DCurlDownload.h97 void setDestination(const String& destination) { m_destination = destination; } argument
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/
H A DDownloadManager.cpp97 void DownloadManager::startTransfer(uint64_t downloadID, const String& destination) argument
101 download->startTransfer(destination);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/cfnet/
H A DDownloadCFNet.cpp161 void Download::didDecideDestination(const String& destination, bool allowOverwrite) argument
163 ASSERT(!destination.isEmpty());
164 if (destination.isEmpty())
168 m_destination = destination;
169 m_bundlePath = destination + DownloadBundle::fileExtension();
231 // existence by reporting the final destination was created, when in reality the bundle was created.
234 download->didCreateDestination(download->destination());
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/tests/
H A Ddnstest.c129 isc_logdestination_t destination; local
138 destination.file.stream = logfile;
139 destination.file.name = NULL;
140 destination.file.versions = ISC_LOG_ROLLNEVER;
141 destination.file.maximum_size = 0;
145 &destination, 0));
/macosx-10.9.5/security_systemkeychain-55191.2/src/
H A Dcs_utils.cpp553 void writeFileList(CFArrayRef list, const char *destination, const char *mode) argument
556 if (!strcmp(destination, "-")) {
558 } else if (!(out = fopen(destination, mode))) {
559 perror(destination);
565 if (strcmp(destination, "-"))
573 void writeDictionary(CFDictionaryRef dict, const char *destination, const char *mode) argument
576 if (!strcmp(destination, "-")) {
578 } else if (!(out = fopen(destination, mode))) {
579 perror(destination);
586 if (strcmp(destination, "
594 writeData(CFDataRef data, const char *destination, const char *mode) argument
[all...]
H A Dcs_utils.h145 void writeFileList(CFArrayRef list, const char *destination, const char *mode);
146 void writeDictionary(CFDictionaryRef dict, const char *destination, const char *mode);
147 void writeData(CFDataRef data, const char *destination, const char *mode);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/mac/
H A DDownloadMac.mm103 void Download::didDecideDestination(const String& destination, bool allowOverwrite)
233 String destination;
236 destination = _download->decideDestinationWithSuggestedFilename(filename, allowOverwrite);
238 if (!destination.isNull())
239 [download setDestination:destination allowOverwrite:allowOverwrite];
/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DTextCodecLatin1.cpp131 LChar* destination = characters; local
143 copyASCIIMachineWord(destination, source);
145 destination += sizeof(MachineWord);
151 *destination = *source;
157 *destination = table[*source];
161 ++destination;
174 LChar* endPtr8 = destination;
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/
H A Dlog.c76 isc_logdestination_t destination; member in struct:isc_logchannel
251 #define FACILITY(channel) (channel->destination.facility)
252 #define FILE_NAME(channel) (channel->destination.file.name)
253 #define FILE_STREAM(channel) (channel->destination.file.stream)
254 #define FILE_VERSIONS(channel) (channel->destination.file.versions)
255 #define FILE_MAXSIZE(channel) (channel->destination.file.maximum_size)
256 #define FILE_MAXREACHED(channel) (channel->destination.file.maximum_reached)
332 isc_logdestination_t destination; local
368 destination.facility = LOG_DAEMON;
371 &destination,
702 isc_log_createchannel(isc_logconfig_t *lcfg, const char *name, unsigned int type, int level, const isc_logdestination_t *destination, unsigned int flags) argument
[all...]
/macosx-10.9.5/ntp-88/lib/isc/
H A Dlog.c76 isc_logdestination_t destination; member in struct:isc_logchannel
251 #define FACILITY(channel) (channel->destination.facility)
252 #define FILE_NAME(channel) (channel->destination.file.name)
253 #define FILE_STREAM(channel) (channel->destination.file.stream)
254 #define FILE_VERSIONS(channel) (channel->destination.file.versions)
255 #define FILE_MAXSIZE(channel) (channel->destination.file.maximum_size)
256 #define FILE_MAXREACHED(channel) (channel->destination.file.maximum_reached)
332 isc_logdestination_t destination; local
368 destination.facility = LOG_DAEMON;
371 &destination,
702 isc_log_createchannel(isc_logconfig_t *lcfg, const char *name, unsigned int type, int level, const isc_logdestination_t *destination, unsigned int flags) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DFilterEffect.h68 void copyUnmultipliedImage(Uint8ClampedArray* destination, const IntRect&);
69 void copyPremultipliedImage(Uint8ClampedArray* destination, const IntRect&);
199 inline void copyImageBytes(Uint8ClampedArray* source, Uint8ClampedArray* destination, const IntRect&);
H A DFilterEffect.cpp315 inline void FilterEffect::copyImageBytes(Uint8ClampedArray* source, Uint8ClampedArray* destination, const IntRect& rect) argument
317 // Initialize the destination to transparent black, if not entirely covered by the source.
319 memset(destination->data(), 0, destination->length());
348 unsigned char *destinationPixel = destination->data() + ((yDest * rect.width()) + xDest) * 4;
359 void FilterEffect::copyUnmultipliedImage(Uint8ClampedArray* destination, const IntRect& rect) argument
390 copyImageBytes(m_unmultipliedImageResult.get(), destination, rect);
393 void FilterEffect::copyPremultipliedImage(Uint8ClampedArray* destination, const IntRect& rect) argument
418 copyImageBytes(m_premultipliedImageResult.get(), destination, rect);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/efl/
H A DDownloadManagerEfl.cpp57 // DownloadSoup expects the destination to be a URL.
58 String destination = ASCIILiteral("file://") + String::fromUTF8(download->destination()); local
60 return WKStringCreateWithUTF8CString(destination.utf8().data());
/macosx-10.9.5/WebCore-7537.78.1/Modules/webaudio/
H A DAudioNode.cpp125 void AudioNode::connect(AudioNode* destination, unsigned outputIndex, unsigned inputIndex, ExceptionCode& ec) argument
130 if (!destination) {
141 if (destination && inputIndex >= destination->numberOfInputs()) {
146 if (context() != destination->context()) {
151 AudioNodeInput* input = destination->input(inputIndex);
H A DOfflineAudioDestinationNode.cpp140 float* destination = m_renderTarget->getChannelData(channelIndex)->data(); local
141 memcpy(destination + n, source, sizeof(float) * framesAvailableToCopy);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gpu/opencl/
H A DOpenCLFETurbulence.cpp104 __kernel void Turbulence(__write_only image2d_t destination, __constant float *transform, __constant float *redComponent,
166 write_imagef(destination, (int2)(get_global_id(0), get_global_id(1)), turbulenceFunctionResult);
184 inline void FilterContextOpenCL::applyFETurbulence(OpenCLHandle destination, argument
193 kernel.addArgument(destination);
230 OpenCLHandle destination = createOpenCLImageResult();
238 context->applyFETurbulence(destination, absolutePaintRect().size(), 2 * s_blockSize + 2, transformComponents, paintingData.gradient,
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/
H A Dbyname_test.c64 isc_logdestination_t destination; local
78 destination.file.stream = stderr;
79 destination.file.name = NULL;
80 destination.file.versions = ISC_LOG_ROLLNEVER;
81 destination.file.maximum_size = 0;
86 &destination, flags) ==
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGAbstractState.h236 bool mergeStateAtTail(AbstractValue& destination, AbstractValue& inVariable, Node*);
238 static bool mergeVariableBetweenBlocks(AbstractValue& destination, AbstractValue& source, Node* destinationNode, Node* sourceNode);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cpu/arm/filters/
H A DFELightingNEON.cpp164 // destination##_S3 can contain the multiply of length.
165 #define DOT_PRODUCT(destination, source1, source2) \
166 "vmul.f32 " destination##_Q ", " source1##_Q ", " source2##_Q NL \
167 "vadd.f32 " destination##_S0 ", " destination##_S0 ", " destination##_S1 NL \
168 "vadd.f32 " destination##_S0 ", " destination##_S0 ", " destination##_S2 NL
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebDownloadClient.cpp82 WKRetainPtr<WKStringRef> destination(AdoptWK, m_client.decideDestinationWithSuggestedFilename(toAPI(webContext), toAPI(downloadProxy), toAPI(filename.impl()), &allowOverwrite, m_client.clientInfo));
83 return toWTFString(destination.get());

Completed in 238 milliseconds

1234567891011>>