Searched refs:dest (Results 126 - 150 of 1203) sorted by relevance

1234567891011>>

/macosx-10.10/ICU-531.30/icuSources/common/
H A Ducasemap.cpp122 appendResult(uint8_t *dest, int32_t destIndex, int32_t destCapacity, argument
146 U8_APPEND(dest, destIndex, destCapacity, c, isError);
155 (char *)(dest+destIndex), destCapacity-destIndex, &destLength,
215 uint8_t *dest, int32_t destCapacity,
236 dest[destIndex++]=src[i++];
243 dest[destIndex++]=(uint8_t)c2;
245 destIndex=appendResult(dest, destIndex, destCapacity, c, s);
259 uint8_t *dest, int32_t destCapacity,
333 uprv_memcpy(dest+destIndex, src+prev, length);
344 destIndex=appendResult(dest, destInde
214 _caseMap(const UCaseMap *csm, UCaseMapFull *map, uint8_t *dest, int32_t destCapacity, const uint8_t *src, UCaseContext *csc, int32_t srcStart, int32_t srcLimit, UErrorCode *pErrorCode) argument
258 ucasemap_internalUTF8ToTitle(const UCaseMap *csm, uint8_t *dest, int32_t destCapacity, const uint8_t *src, int32_t srcLength, UErrorCode *pErrorCode) argument
390 ucasemap_internalUTF8ToLower(const UCaseMap *csm, uint8_t *dest, int32_t destCapacity, const uint8_t *src, int32_t srcLength, UErrorCode *pErrorCode) argument
405 ucasemap_internalUTF8ToUpper(const UCaseMap *csm, uint8_t *dest, int32_t destCapacity, const uint8_t *src, int32_t srcLength, UErrorCode *pErrorCode) argument
420 utf8_foldCase(const UCaseProps *csp, uint8_t *dest, int32_t destCapacity, const uint8_t *src, int32_t srcLength, uint32_t options, UErrorCode *pErrorCode) argument
458 ucasemap_internalUTF8Fold(const UCaseMap *csm, uint8_t *dest, int32_t destCapacity, const uint8_t *src, int32_t srcLength, UErrorCode *pErrorCode) argument
466 ucasemap_mapUTF8(const UCaseMap *csm, uint8_t *dest, int32_t destCapacity, const uint8_t *src, int32_t srcLength, UTF8CaseMapper *stringCaseMapper, UErrorCode *pErrorCode) argument
507 ucasemap_utf8ToLower(const UCaseMap *csm, char *dest, int32_t destCapacity, const char *src, int32_t srcLength, UErrorCode *pErrorCode) argument
518 ucasemap_utf8ToUpper(const UCaseMap *csm, char *dest, int32_t destCapacity, const char *src, int32_t srcLength, UErrorCode *pErrorCode) argument
529 ucasemap_utf8FoldCase(const UCaseMap *csm, char *dest, int32_t destCapacity, const char *src, int32_t srcLength, UErrorCode *pErrorCode) argument
[all...]
H A Dustr_imp.h118 * src and dest must not overlap.
122 UChar *dest, int32_t destCapacity,
131 UChar *dest, int32_t destCapacity,
138 UChar *dest, int32_t destCapacity,
147 UChar *dest, int32_t destCapacity,
156 UChar *dest, int32_t destCapacity,
166 UChar *dest, int32_t destCapacity,
176 * src and dest must not overlap.
180 uint8_t *dest, int32_t destCapacity,
187 uint8_t *dest, int32_
[all...]
H A Dsharedobject.h78 * Makes dest an owner of the object pointed to by src while adjusting
79 * reference counts and deleting the previous object dest pointed to
80 * if necessary. Before this call is made, dest must either be NULL or
86 static void copyPtr(const T *src, const T *&dest) { argument
87 if(src != dest) {
88 if(dest != NULL) { dest->removeRef(); }
89 dest = src;
95 * Equivalent to copy(NULL, dest).
/macosx-10.10/IOAudioFamily-200.6/PCMBlitterLib/
H A DIOAudioBlitterLib.h363 int_val *dest = (int_val *)vdest; local
394 IntType::store(dest + 0, i1 >> shift);
399 IntType::store(dest + 1, i2 >> shift);
404 IntType::store(dest + 2, i3 >> shift);
409 IntType::store(dest + 3, i4 >> shift);
412 dest += 4;
418 IntType::store(dest + 0, i1 >> shift);
422 IntType::store(dest + 1, i2 >> shift);
425 IntType::store(dest + 2, i3 >> shift);
427 IntType::store(dest
534 float_val *dest = (float_val *)vdest; local
[all...]
/macosx-10.10/cups-408/cups/systemv/
H A Dlpmove.c33 const char *dest);
51 *dest; /* New destination */ local
56 dest = NULL;
115 else if (dest == NULL)
116 dest = argv[i];
123 if ((!jobid && !src) || !dest)
125 _cupsLangPuts(stdout, _("Usage: lpmove job/src dest"));
138 return (move_job(http, src, jobid, dest));
150 const char *dest) /* I - Destination queue */
191 "ipp", NULL, "localhost", 0, "/printers/%s", dest);
147 move_job(http_t *http, const char *src, int jobid, const char *dest) argument
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/engine/
H A Deng_list.c316 static void engine_cpy(ENGINE *dest, const ENGINE *src) argument
318 dest->id = src->id;
319 dest->name = src->name;
321 dest->rsa_meth = src->rsa_meth;
324 dest->dsa_meth = src->dsa_meth;
327 dest->dh_meth = src->dh_meth;
330 dest->ecdh_meth = src->ecdh_meth;
333 dest->ecdsa_meth = src->ecdsa_meth;
335 dest->rand_meth = src->rand_meth;
336 dest
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_asn1/
H A DSecAsn1Coder.h67 * The dest pointer is a template-specific struct allocated by the caller
77 void *dest);
86 void *dest);
89 * DER encode. The encoded data (in dest.Data) is allocated in this
102 SecAsn1Item *dest);
132 SecAsn1Item *dest); /* dest->Data allocated and copied to;
133 * dest->Length := len */
139 SecAsn1Item *dest); /* dest
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A DSecAsn1Coder.h67 * The dest pointer is a template-specific struct allocated by the caller
77 void *dest);
86 void *dest);
89 * DER encode. The encoded data (in dest.Data) is allocated in this
102 SecAsn1Item *dest);
132 SecAsn1Item *dest); /* dest->Data allocated and copied to;
133 * dest->Length := len */
139 SecAsn1Item *dest); /* dest
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A DSecAsn1Coder.h67 * The dest pointer is a template-specific struct allocated by the caller
77 void *dest);
86 void *dest);
89 * DER encode. The encoded data (in dest.Data) is allocated in this
102 SecAsn1Item *dest);
132 SecAsn1Item *dest); /* dest->Data allocated and copied to;
133 * dest->Length := len */
139 SecAsn1Item *dest); /* dest
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A DSecAsn1Coder.h67 * The dest pointer is a template-specific struct allocated by the caller
77 void *dest);
86 void *dest);
89 * DER encode. The encoded data (in dest.Data) is allocated in this
102 SecAsn1Item *dest);
132 SecAsn1Item *dest); /* dest->Data allocated and copied to;
133 * dest->Length := len */
139 SecAsn1Item *dest); /* dest
[all...]
/macosx-10.10/ruby-106/ruby/win32/
H A Difchange.bat18 set dest=%1 variable
20 set dest=%dest:/=\% variable
22 if not "%dest%" == "" if not "%dest%" == "%%dest:/=\%%" goto :nt
60 if exist %dest% (
61 fc.exe %dest% %src% > nul && (
68 copy %src% %dest% > nul
74 for %%I in ("%dest
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dcollationdatawriter.cpp54 RuleBasedCollator::cloneBinary(uint8_t *dest, int32_t capacity, UErrorCode &errorCode) const { argument
57 *tailoring, *settings, indexes, dest, capacity,
78 int32_t indexes[], uint8_t *dest, int32_t capacity,
83 indexes, dest, capacity, errorCode);
88 int32_t indexes[], uint8_t *dest, int32_t capacity,
93 indexes, dest, capacity, errorCode);
100 int32_t indexes[], uint8_t *dest, int32_t capacity,
103 if(capacity < 0 || (capacity > 0 && dest == NULL)) {
185 uprv_memcpy(dest, &header, sizeof(header));
187 uprv_memset(dest
76 writeBase(const CollationData &data, const CollationSettings &settings, const void *rootElements, int32_t rootElementsLength, int32_t indexes[], uint8_t *dest, int32_t capacity, UErrorCode &errorCode) argument
87 writeTailoring(const CollationTailoring &t, const CollationSettings &settings, int32_t indexes[], uint8_t *dest, int32_t capacity, UErrorCode &errorCode) argument
97 write(UBool isBase, const UVersionInfo dataVersion, const CollationData &data, const CollationSettings &settings, const void *rootElements, int32_t rootElementsLength, int32_t indexes[], uint8_t *dest, int32_t capacity, UErrorCode &errorCode) argument
318 copyData(const int32_t indexes[], int32_t startIndex, const void *src, uint8_t *dest) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecBase64P.c126 , char *const dest
143 if(NULL == dest)
155 char *p = dest;
156 char *end = dest + destLen;
259 , unsigned char *dest
268 unsigned char *dest_ = dest;
278 if(NULL == dest)
370 *dest++ = bytes[0];
375 *dest++ = bytes[1];
381 *dest
399 SecBase64Encode(void const *src, size_t srcSize, char *dest, size_t destLen) argument
452 SecBase64Decode(char const *src, size_t srcLen, void *dest, size_t destSize) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecBase64P.c126 , char *const dest
143 if(NULL == dest)
155 char *p = dest;
156 char *end = dest + destLen;
259 , unsigned char *dest
268 unsigned char *dest_ = dest;
278 if(NULL == dest)
370 *dest++ = bytes[0];
375 *dest++ = bytes[1];
381 *dest
399 SecBase64Encode(void const *src, size_t srcSize, char *dest, size_t destLen) argument
452 SecBase64Decode(char const *src, size_t srcLen, void *dest, size_t destSize) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecBase64P.c126 , char *const dest
143 if(NULL == dest)
155 char *p = dest;
156 char *end = dest + destLen;
259 , unsigned char *dest
268 unsigned char *dest_ = dest;
278 if(NULL == dest)
370 *dest++ = bytes[0];
375 *dest++ = bytes[1];
381 *dest
399 SecBase64Encode(void const *src, size_t srcSize, char *dest, size_t destLen) argument
452 SecBase64Decode(char const *src, size_t srcLen, void *dest, size_t destSize) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecBase64.c126 , char *const dest
143 if(NULL == dest)
155 char *p = dest;
156 char *end = dest + destLen;
259 , unsigned char *dest
268 unsigned char *dest_ = dest;
278 if(NULL == dest)
370 *dest++ = bytes[0];
375 *dest++ = bytes[1];
381 *dest
399 SecBase64Encode(void const *src, size_t srcSize, char *dest, size_t destLen) argument
452 SecBase64Decode(char const *src, size_t srcLen, void *dest, size_t destSize) argument
[all...]
/macosx-10.10/ruby-106/ruby/lib/net/http/
H A Dresponse.rb193 def read_body(dest = nil, &block)
195 raise IOError, "#{self.class}\#read_body called twice" if dest or block
198 to = procdest(dest, block)
273 def read_body_0(dest)
276 read_chunked dest, inflate_body_io
284 @socket.read clen, dest, true # ignore EOF
289 @socket.read clen, dest
292 @socket.read_all dest
303 def read_chunked(dest, chunk_data_io) # :nodoc:
313 chunk_data_io.read len, dest
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Duidna.h217 * @param dest Destination string buffer
230 UChar *dest, int32_t capacity,
244 * @param dest Destination string buffer
257 UChar *dest, int32_t capacity,
273 * @param dest Destination string buffer
286 UChar *dest, int32_t capacity,
300 * @param dest Destination string buffer
313 UChar *dest, int32_t capacity,
325 * @param dest Destination string buffer
338 char *dest, int32_
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_smime/
H A DSecSMIMEPriv.h147 extern OSStatus SecSMIMECreateSMIMECapabilities(SecArenaPoolRef pool, CSSM_DATA_PTR dest, Boolean includeFortezzaCiphers);
152 extern OSStatus SecSMIMECreateSMIMEEncKeyPrefs(SecArenaPoolRef pool, CSSM_DATA_PTR dest, SecCertificateRef cert);
157 extern OSStatus SecSMIMECreateMSSMIMEEncKeyPrefs(SecArenaPoolRef pool, CSSM_DATA_PTR dest, SecCertificateRef cert);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_smime/lib/
H A DSecSMIMEPriv.h147 extern OSStatus SecSMIMECreateSMIMECapabilities(SecArenaPoolRef pool, CSSM_DATA_PTR dest, Boolean includeFortezzaCiphers);
152 extern OSStatus SecSMIMECreateSMIMEEncKeyPrefs(SecArenaPoolRef pool, CSSM_DATA_PTR dest, SecCertificateRef cert);
157 extern OSStatus SecSMIMECreateMSSMIMEEncKeyPrefs(SecArenaPoolRef pool, CSSM_DATA_PTR dest, SecCertificateRef cert);
/macosx-10.10/WebCore-7600.1.25/icu/unicode/
H A Duidna.h201 * @param dest Destination string buffer
214 UChar *dest, int32_t capacity,
228 * @param dest Destination string buffer
241 UChar *dest, int32_t capacity,
257 * @param dest Destination string buffer
270 UChar *dest, int32_t capacity,
284 * @param dest Destination string buffer
297 UChar *dest, int32_t capacity,
309 * @param dest Destination string buffer
322 char *dest, int32_
[all...]
/macosx-10.10/WebKit-7600.1.25/mac/icu/unicode/
H A Duidna.h201 * @param dest Destination string buffer
214 UChar *dest, int32_t capacity,
228 * @param dest Destination string buffer
241 UChar *dest, int32_t capacity,
257 * @param dest Destination string buffer
270 UChar *dest, int32_t capacity,
284 * @param dest Destination string buffer
297 UChar *dest, int32_t capacity,
309 * @param dest Destination string buffer
322 char *dest, int32_
[all...]
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/PreferencePane/
H A Dinstalltool46 # Copy ARGV[0] to $dest and set owner and suid permissions.
54 $dest = $dest_dir . "/ddnswriteconfig";
76 $dest_tmp = mktemp ($dest . $template);
82 (rename $dest_tmp, $dest) or cleanup();
/macosx-10.10/sudo-73/src/zlib/
H A Duncompr.c24 int ZEXPORT uncompress (dest, destLen, source, sourceLen)
25 Bytef *dest;
38 stream.next_out = dest;
/macosx-10.10/zlib-55/zlib/
H A Duncompr.c24 int ZEXPORT uncompress (dest, destLen, source, sourceLen)
25 Bytef *dest;
38 stream.next_out = dest;

Completed in 356 milliseconds

1234567891011>>