Searched refs:dest (Results 251 - 275 of 1203) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/JavaScriptCore-7600.1.17/icu/unicode/
H A Dustring.h744 * @param dest The destination string
747 * @return A pointer to <code>dest</code>
751 u_memcpy(UChar *dest, const UChar *src, int32_t count);
755 * @param dest The destination string
758 * @return A pointer to <code>dest</code>
762 u_memmove(UChar *dest, const UChar *src, int32_t count);
765 * Initialize <code>count</code> characters of <code>dest</code> to <code>c</code>.
767 * @param dest The destination string.
770 * @return A pointer to <code>dest</code>.
774 u_memset(UChar *dest, UCha
[all...]
/macosx-10.10/WTF-7600.1.24/icu/unicode/
H A Dustring.h744 * @param dest The destination string
747 * @return A pointer to <code>dest</code>
751 u_memcpy(UChar *dest, const UChar *src, int32_t count);
755 * @param dest The destination string
758 * @return A pointer to <code>dest</code>
762 u_memmove(UChar *dest, const UChar *src, int32_t count);
765 * Initialize <code>count</code> characters of <code>dest</code> to <code>c</code>.
767 * @param dest The destination string.
770 * @return A pointer to <code>dest</code>.
774 u_memset(UChar *dest, UCha
[all...]
/macosx-10.10/WebCore-7600.1.25/icu/unicode/
H A Dustring.h744 * @param dest The destination string
747 * @return A pointer to <code>dest</code>
751 u_memcpy(UChar *dest, const UChar *src, int32_t count);
755 * @param dest The destination string
758 * @return A pointer to <code>dest</code>
762 u_memmove(UChar *dest, const UChar *src, int32_t count);
765 * Initialize <code>count</code> characters of <code>dest</code> to <code>c</code>.
767 * @param dest The destination string.
770 * @return A pointer to <code>dest</code>.
774 u_memset(UChar *dest, UCha
[all...]
/macosx-10.10/WebKit-7600.1.25/mac/icu/unicode/
H A Dustring.h744 * @param dest The destination string
747 * @return A pointer to <code>dest</code>
751 u_memcpy(UChar *dest, const UChar *src, int32_t count);
755 * @param dest The destination string
758 * @return A pointer to <code>dest</code>
762 u_memmove(UChar *dest, const UChar *src, int32_t count);
765 * Initialize <code>count</code> characters of <code>dest</code> to <code>c</code>.
767 * @param dest The destination string.
770 * @return A pointer to <code>dest</code>.
774 u_memset(UChar *dest, UCha
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_asn1/
H A Dsecasn1e.c1493 SecAsn1Item *dest; local
1495 dest = (SecAsn1Item*)arg;
1496 PORT_Assert (dest != NULL);
1498 PORT_Memcpy (dest->Data + dest->Length, buf, len);
1499 dest->Length += len;
1511 sec_asn1e_allocate_item (PRArenaPool *poolp, SecAsn1Item *dest, unsigned long len) argument
1517 if (dest == NULL)
1518 dest = (SecAsn1Item*)PORT_ArenaAlloc (poolp, sizeof(SecAsn1Item));
1519 if (dest !
1556 SEC_ASN1EncodeItem(PRArenaPool *poolp, SecAsn1Item *dest, const void *src, const SecAsn1Template *theTemplate) argument
1588 sec_asn1e_integer(PRArenaPool *poolp, SecAsn1Item *dest, unsigned long value, PRBool make_unsigned) argument
1635 SEC_ASN1EncodeInteger(PRArenaPool *poolp, SecAsn1Item *dest, long value) argument
1642 SEC_ASN1EncodeUnsignedInteger(PRArenaPool *poolp, SecAsn1Item *dest, unsigned long value) argument
[all...]
H A Dsecasn1d.c251 void *dest; member in struct:sec_asn1d_state_struct
389 void *dest, PRBool new_depth)
413 if (dest != NULL)
414 new_state->dest = (char *)dest + theTemplate->offset;
497 sec_asn1d_notify_before (SEC_ASN1DecoderContext *cx, void *dest, int depth) argument
503 (* cx->notify_proc) (cx->notify_arg, PR_TRUE, dest, depth);
509 sec_asn1d_notify_after (SEC_ASN1DecoderContext *cx, void *dest, int depth) argument
515 (* cx->notify_proc) (cx->notify_arg, PR_FALSE, dest, depth);
556 sec_asn1d_notify_after (state->top, state->dest, stat
387 sec_asn1d_push_state(SEC_ASN1DecoderContext *cx, const SecAsn1Template *theTemplate, void *dest, PRBool new_depth) argument
626 void *dest; local
1077 void *dest; local
1549 void *dest; local
1966 void *dest; local
2490 void *dest; local
2534 void * dest; local
3036 SEC_ASN1DecoderStart(PRArenaPool *their_pool, void *dest, const SecAsn1Template *theTemplate , const char *buf ) argument
3136 SEC_ASN1Decode(PRArenaPool *poolp, void *dest, const SecAsn1Template *theTemplate, const char *buf, size_t len) argument
3159 SEC_ASN1DecodeItem(PRArenaPool *poolp, void *dest, const SecAsn1Template *theTemplate, const SecAsn1Item *item) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dsecasn1e.c1493 SecAsn1Item *dest; local
1495 dest = (SecAsn1Item*)arg;
1496 PORT_Assert (dest != NULL);
1498 PORT_Memcpy (dest->Data + dest->Length, buf, len);
1499 dest->Length += len;
1511 sec_asn1e_allocate_item (PRArenaPool *poolp, SecAsn1Item *dest, unsigned long len) argument
1517 if (dest == NULL)
1518 dest = (SecAsn1Item*)PORT_ArenaAlloc (poolp, sizeof(SecAsn1Item));
1519 if (dest !
1556 SEC_ASN1EncodeItem(PRArenaPool *poolp, SecAsn1Item *dest, const void *src, const SecAsn1Template *theTemplate) argument
1588 sec_asn1e_integer(PRArenaPool *poolp, SecAsn1Item *dest, unsigned long value, PRBool make_unsigned) argument
1635 SEC_ASN1EncodeInteger(PRArenaPool *poolp, SecAsn1Item *dest, long value) argument
1642 SEC_ASN1EncodeUnsignedInteger(PRArenaPool *poolp, SecAsn1Item *dest, unsigned long value) argument
[all...]
H A Dsecasn1d.c251 void *dest; member in struct:sec_asn1d_state_struct
389 void *dest, PRBool new_depth)
413 if (dest != NULL)
414 new_state->dest = (char *)dest + theTemplate->offset;
497 sec_asn1d_notify_before (SEC_ASN1DecoderContext *cx, void *dest, int depth) argument
503 (* cx->notify_proc) (cx->notify_arg, PR_TRUE, dest, depth);
509 sec_asn1d_notify_after (SEC_ASN1DecoderContext *cx, void *dest, int depth) argument
515 (* cx->notify_proc) (cx->notify_arg, PR_FALSE, dest, depth);
556 sec_asn1d_notify_after (state->top, state->dest, stat
387 sec_asn1d_push_state(SEC_ASN1DecoderContext *cx, const SecAsn1Template *theTemplate, void *dest, PRBool new_depth) argument
626 void *dest; local
1077 void *dest; local
1549 void *dest; local
1966 void *dest; local
2490 void *dest; local
2534 void * dest; local
3036 SEC_ASN1DecoderStart(PRArenaPool *their_pool, void *dest, const SecAsn1Template *theTemplate , const char *buf ) argument
3136 SEC_ASN1Decode(PRArenaPool *poolp, void *dest, const SecAsn1Template *theTemplate, const char *buf, size_t len) argument
3159 SEC_ASN1DecodeItem(PRArenaPool *poolp, void *dest, const SecAsn1Template *theTemplate, const SecAsn1Item *item) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dsecasn1e.c1493 SecAsn1Item *dest; local
1495 dest = (SecAsn1Item*)arg;
1496 PORT_Assert (dest != NULL);
1498 PORT_Memcpy (dest->Data + dest->Length, buf, len);
1499 dest->Length += len;
1511 sec_asn1e_allocate_item (PRArenaPool *poolp, SecAsn1Item *dest, unsigned long len) argument
1517 if (dest == NULL)
1518 dest = (SecAsn1Item*)PORT_ArenaAlloc (poolp, sizeof(SecAsn1Item));
1519 if (dest !
1556 SEC_ASN1EncodeItem(PRArenaPool *poolp, SecAsn1Item *dest, const void *src, const SecAsn1Template *theTemplate) argument
1588 sec_asn1e_integer(PRArenaPool *poolp, SecAsn1Item *dest, unsigned long value, PRBool make_unsigned) argument
1635 SEC_ASN1EncodeInteger(PRArenaPool *poolp, SecAsn1Item *dest, long value) argument
1642 SEC_ASN1EncodeUnsignedInteger(PRArenaPool *poolp, SecAsn1Item *dest, unsigned long value) argument
[all...]
H A Dsecasn1d.c251 void *dest; member in struct:sec_asn1d_state_struct
389 void *dest, PRBool new_depth)
413 if (dest != NULL)
414 new_state->dest = (char *)dest + theTemplate->offset;
497 sec_asn1d_notify_before (SEC_ASN1DecoderContext *cx, void *dest, int depth) argument
503 (* cx->notify_proc) (cx->notify_arg, PR_TRUE, dest, depth);
509 sec_asn1d_notify_after (SEC_ASN1DecoderContext *cx, void *dest, int depth) argument
515 (* cx->notify_proc) (cx->notify_arg, PR_FALSE, dest, depth);
556 sec_asn1d_notify_after (state->top, state->dest, stat
387 sec_asn1d_push_state(SEC_ASN1DecoderContext *cx, const SecAsn1Template *theTemplate, void *dest, PRBool new_depth) argument
626 void *dest; local
1077 void *dest; local
1549 void *dest; local
1966 void *dest; local
2490 void *dest; local
2534 void * dest; local
3036 SEC_ASN1DecoderStart(PRArenaPool *their_pool, void *dest, const SecAsn1Template *theTemplate , const char *buf ) argument
3136 SEC_ASN1Decode(PRArenaPool *poolp, void *dest, const SecAsn1Template *theTemplate, const char *buf, size_t len) argument
3159 SEC_ASN1DecodeItem(PRArenaPool *poolp, void *dest, const SecAsn1Template *theTemplate, const SecAsn1Item *item) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dsecasn1e.c1493 SecAsn1Item *dest; local
1495 dest = (SecAsn1Item*)arg;
1496 PORT_Assert (dest != NULL);
1498 PORT_Memcpy (dest->Data + dest->Length, buf, len);
1499 dest->Length += len;
1511 sec_asn1e_allocate_item (PRArenaPool *poolp, SecAsn1Item *dest, unsigned long len) argument
1517 if (dest == NULL)
1518 dest = (SecAsn1Item*)PORT_ArenaAlloc (poolp, sizeof(SecAsn1Item));
1519 if (dest !
1556 SEC_ASN1EncodeItem(PRArenaPool *poolp, SecAsn1Item *dest, const void *src, const SecAsn1Template *theTemplate) argument
1588 sec_asn1e_integer(PRArenaPool *poolp, SecAsn1Item *dest, unsigned long value, PRBool make_unsigned) argument
1635 SEC_ASN1EncodeInteger(PRArenaPool *poolp, SecAsn1Item *dest, long value) argument
1642 SEC_ASN1EncodeUnsignedInteger(PRArenaPool *poolp, SecAsn1Item *dest, unsigned long value) argument
[all...]
/macosx-10.10/cups-408/cups/scheduler/
H A Dsubscriptions.c40 static void cupsd_send_dbus(cupsd_eventmask_t event, cupsd_printer_t *dest,
56 cupsd_printer_t *dest, /* I - Printer associated with event */
69 "cupsdAddEvent(event=%s, dest=%p(%s), job=%p(%d), text=\"%s\", ...)",
70 cupsdEventName(event), dest, dest ? dest->name : "",
80 cupsd_send_dbus(event, dest, job);
109 (sub->dest == dest || !sub->dest)
54 cupsdAddEvent( cupsd_eventmask_t event, cupsd_printer_t *dest, cupsd_job_t *job, const char *text, ...) argument
295 cupsdAddSubscription( unsigned mask, cupsd_printer_t *dest, cupsd_job_t *job, const char *uri, int sub_id) argument
650 cupsdExpireSubscriptions( cupsd_printer_t *dest, cupsd_job_t *job) argument
1277 cupsd_send_dbus(cupsd_eventmask_t event, cupsd_printer_t *dest, cupsd_job_t *job) argument
[all...]
/macosx-10.10/apache-793/httpd/modules/mappers/
H A Dmod_vhost_alias.c262 char *dest; local
281 dest = buf;
285 vhost_alias_checkspace(r, buf, &dest, 1);
286 *dest++ = *map++;
294 vhost_alias_checkspace(r, buf, &dest, 1);
295 *dest++ = '%';
302 vhost_alias_checkspace(r, buf, &dest, 7);
303 dest += apr_snprintf(dest, 7, "%d", ap_get_server_port(r));
362 vhost_alias_checkspace(r, buf, &dest, en
[all...]
/macosx-10.10/curl-83.1.2/curl/lib/vtls/
H A Dvtls.c122 struct ssl_config_data *dest)
124 dest->sessionid = source->sessionid;
125 dest->verifyhost = source->verifyhost;
126 dest->verifypeer = source->verifypeer;
127 dest->version = source->version;
130 dest->CAfile = strdup(source->CAfile);
131 if(!dest->CAfile)
135 dest->CAfile = NULL;
138 dest->CApath = strdup(source->CApath);
139 if(!dest
121 Curl_clone_ssl_config(struct ssl_config_data *source, struct ssl_config_data *dest) argument
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dfilterednormalizer2.cpp33 UnicodeString &dest,
37 dest.setToBogus();
38 return dest;
40 if(&dest==&src) {
42 return dest;
44 dest.remove();
45 return normalize(src, dest, USET_SPAN_SIMPLE, errorCode);
48 // Internal: No argument checking, and appends to dest.
57 UnicodeString &dest,
66 dest
32 normalize(const UnicodeString &src, UnicodeString &dest, UErrorCode &errorCode) const argument
56 normalize(const UnicodeString &src, UnicodeString &dest, USetSpanCondition spanCondition, UErrorCode &errorCode) const argument
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/x509/
H A Dx509_vpm.c133 /* Macro to test if a field should be copied from src to dest */
137 ((src->field != def) && (to_default || (dest->field == def))))
143 dest->field = src->field
146 int X509_VERIFY_PARAM_inherit(X509_VERIFY_PARAM *dest, argument
153 inh_flags = dest->inh_flags | src->inh_flags;
156 dest->inh_flags = 0;
177 if (to_overwrite || !(dest->flags & X509_V_FLAG_USE_CHECK_TIME))
179 dest->check_time = src->check_time;
180 dest->flags &= ~X509_V_FLAG_USE_CHECK_TIME;
185 dest
[all...]
/macosx-10.10/bootp-298/bootplib/
H A Dptrlist.c183 ptrlist_dup(ptrlist_t * dest, ptrlist_t * source) argument
185 ptrlist_init(dest);
186 dest->size = dest->count = source->count;
189 dest->array = malloc(sizeof(*dest->array) * dest->size);
190 if (dest->array == NULL)
192 bcopy(source->array, dest->array, sizeof(*dest
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dacl.c271 dns_acl_merge(dns_acl_t *dest, dns_acl_t *source, isc_boolean_t pos) argument
278 if (dest->length + source->length > dest->alloc) {
281 newalloc = dest->alloc + source->alloc;
285 newmem = isc_mem_get(dest->mctx,
291 memcpy(newmem, dest->elements,
292 dest->length * sizeof(dns_aclelement_t));
295 isc_mem_put(dest->mctx, dest->elements,
296 dest
[all...]
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dregex_internal.c1028 re_node_set_init_copy (re_node_set *dest, const re_node_set *src)
1030 dest->nelem = src->nelem;
1033 dest->alloc = dest->nelem;
1034 dest->elems = re_malloc (Idx, dest->alloc);
1035 if (BE (dest->elems == NULL, 0))
1037 dest->alloc = dest->nelem = 0;
1040 memcpy (dest
1026 re_node_set_init_copy(re_node_set *dest, const re_node_set *src) argument
1051 re_node_set_add_intersect(re_node_set *dest, const re_node_set *src1, const re_node_set *src2) argument
1142 re_node_set_init_union(re_node_set *dest, const re_node_set *src1, const re_node_set *src2) argument
1195 re_node_set_merge(re_node_set *dest, const re_node_set *src) argument
[all...]
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/bin/
H A Dttree82 my $destdir = $config->dest
350 my ($dest, $destfile, $filename, $check,
370 $dest = $destdir ? "$destdir/$destfile" : $destfile;
372 # print "proc $file => $dest\n";
400 if (! $all && ! $options{ force } && -f $dest) {
401 $desttime = ( stat($dest) )[9];
422 if (link($absfile, $dest) == 1) {
426 warn red("Could not link ($absfile to $dest) : $!\n");
442 copy($absfile, $dest) or die red("Could not copy ($absfile to $dest)
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dstrtest.cpp368 char *dest = sink.GetAppendBuffer(0, 50, scratch, (int32_t)sizeof(scratch), &capacity); local
369 if(dest != NULL || capacity != 0) {
373 dest = sink.GetAppendBuffer(10, 50, scratch, 9, &capacity);
374 if(dest != NULL || capacity != 0) {
378 dest = sink.GetAppendBuffer(5, 50, scratch, (int32_t)sizeof(scratch), &capacity);
379 if(dest != scratch || capacity != (int32_t)sizeof(scratch)) {
399 char *dest = sink.GetAppendBuffer(0, 50, scratch, (int32_t)sizeof(scratch), &capacity); local
400 if(dest != NULL || capacity != 0) {
404 dest = sink.GetAppendBuffer(10, 50, scratch, 9, &capacity);
405 if(dest !
[all...]
/macosx-10.10/ICU-531.30/icuSources/tools/toolutil/
H A Duparse.c183 * store them as a UTF-32 string in dest[destCapacity]
188 uint32_t *dest, int32_t destCapacity,
197 if(s==NULL || destCapacity<0 || (destCapacity>0 && dest==NULL)) {
218 dest[count++]=value;
230 * store them as a string in dest[destCapacity]
236 UChar *dest, int32_t destCapacity,
246 if(s==NULL || destCapacity<0 || (destCapacity>0 && dest==NULL)) {
260 dest[destLength]=0;
284 U16_APPEND_UNSAFE(dest, destLength, value);
364 u_parseUTF8(const char *source, int32_t sLen, char *dest, int32_ argument
187 u_parseCodePoints(const char *s, uint32_t *dest, int32_t destCapacity, UErrorCode *pErrorCode) argument
235 u_parseString(const char *s, UChar *dest, int32_t destCapacity, uint32_t *pFirst, UErrorCode *pErrorCode) argument
[all...]
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireUserClientIniter.cpp182 IOFireWireUserClientIniter::mergeProperties( IORegistryEntry * dest, OSDictionary * src ) argument
184 //IOLog( "IOFireWireUserClientIniter<0x%08lx>::mergeProperties - dest = 0x%08lx, src = 0x%08lx\n", this, dest, src );
186 if( !dest || !src )
198 destObject = dest->getProperty(keyObject);
216 dest->setProperty( keyObject, destDictionary );
228 dest->setProperty( keyObject, srcObject );
244 IOFireWireUserClientIniter::mergeDictionaries( OSDictionary * dest, OSDictionary * src ) argument
246 //IOLog( "IOFireWireUserClientIniter<0x%08lx>::mergeDictionaries - dest = 0x%08lx, src = 0x%08lx\n", this, dest, sr
[all...]
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/Regressions/
H A Dsecd-70-engine-corrupt.c53 SOSTestDeviceListTestSync("nosha1", test_directive, test_reason, 0, true, ^bool(SOSTestDeviceRef source, SOSTestDeviceRef dest) {
78 }, ^bool(SOSTestDeviceRef source, SOSTestDeviceRef dest, SOSMessageRef message) {
86 SOSTestDeviceListTestSync("drop_item", test_directive, test_reason, 0, true, ^bool(SOSTestDeviceRef source, SOSTestDeviceRef dest) {
111 }, ^bool(SOSTestDeviceRef source, SOSTestDeviceRef dest, SOSMessageRef message) {
118 SOSTestDeviceListTestSync("drop_manifest", test_directive, test_reason, 0, true, ^bool(SOSTestDeviceRef source, SOSTestDeviceRef dest) {
140 }, ^bool(SOSTestDeviceRef source, SOSTestDeviceRef dest, SOSMessageRef message) {
150 SOSTestDeviceListTestSync("add_sha1", test_directive, test_reason, 0, true, ^bool(SOSTestDeviceRef source, SOSTestDeviceRef dest) {
182 }, ^bool(SOSTestDeviceRef source, SOSTestDeviceRef dest, SOSMessageRef message) {
193 SOSTestDeviceListTestSync("change_sha1", test_directive, test_reason, 0, true, ^bool(SOSTestDeviceRef source, SOSTestDeviceRef dest) {
231 }, ^bool(SOSTestDeviceRef source, SOSTestDeviceRef dest, SOSMessageRe
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/jpeg/
H A Djpeg.c1056 dest_ptr dest; local
1058 if (cinfo->dest == NULL) { /* first time for this JPEG object? */
1059 cinfo->dest = (struct jpeg_destination_mgr *)
1064 dest = (dest_ptr) cinfo->dest;
1065 dest->pub.init_destination = my_init_destination;
1066 dest->pub.empty_output_buffer = my_empty_output_buffer;
1067 dest->pub.term_destination = my_term_destination;
1069 dest->handle.buffer = dstring;
1070 dest
1080 dest_ptr dest; local
1100 dest_ptr dest = (dest_ptr) cinfo->dest; local
1109 dest_ptr dest = (dest_ptr) cinfo->dest; local
1124 dest_ptr dest = (dest_ptr) cinfo->dest; local
[all...]

Completed in 201 milliseconds

<<11121314151617181920>>