Searched refs:outputLength (Results 1 - 17 of 17) sorted by relevance

/macosx-10.9.5/xar-202/xar/lib/
H A Db64.h10 unsigned char* xar_from_base64(const unsigned char* input, size_t inputLength, size_t *outputLength);
H A Db64.c187 unsigned char* xar_from_base64(const unsigned char* input, size_t inputLength, size_t *outputLength) argument
198 err = raw_base64_decode(input, output, inputLength, outputLength);
H A Dsignature.c307 size_t outputLength = 0; local
389 sig_data = xar_from_base64(value, strlen((const char *)value), &outputLength);
393 xar_signature_add_x509certificate(ret, sig_data, outputLength);
/macosx-10.9.5/Security-55471.14.18/libsecurity_transform/lib/
H A DSecMaskGenerationFunctionTransform.c25 __block int32_t outputLength = 0; local
37 CFNumberGetValue((CFNumberRef)value, kCFNumberSInt32Type, &outputLength);
38 if (outputLength <= 0) {
51 (void)transforms_assume(outputLength > 0);
61 UInt8 *buffer = malloc(outputLength + digestLength);
69 for(; l < outputLength; l += digestLength, i++) {
109 CFDataRef out = CFDataCreateWithBytesNoCopy(NULL, buffer, outputLength, kCFAllocatorMalloc);
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSStringJoiner.cpp76 static inline PassRefPtr<StringImpl> joinStrings(const Vector<String>& strings, const String& separator, unsigned outputLength) argument
78 ASSERT(outputLength);
81 RefPtr<StringImpl> outputStringImpl = StringImpl::tryCreateUninitialized(outputLength, data);
/macosx-10.9.5/WebCore-7537.78.1/platform/text/mac/
H A DTextCodecMac.h51 void* outputBuffer, int outputBufferLength, int& outputLength);
H A DTextCodecMac.cpp133 void *outputBuffer, int outputBufferLength, int& outputLength)
194 outputLength = bytesWritten; member in namespace:WebCore
132 decode(const unsigned char* inputBuffer, int inputBufferLength, int& inputLength, void *outputBuffer, int outputBufferLength, int& outputLength) argument
/macosx-10.9.5/CommonCrypto-60049/lib/
H A DCommonDH.c105 CCDHGenerateKey(CCDHRef ref, void *output, size_t *outputLength) argument
110 CC_NONULLPARM(outputLength);
118 if(size_needed > *outputLength) {
119 *outputLength = size_needed;
123 *outputLength = size_needed;
/macosx-10.9.5/CommonCrypto-60049/include/
H A DCommonDH.h83 CCDHGenerateKey(CCDHRef ref, void *output, size_t *outputLength)
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dnormconf.h97 UnicodeString output[], int32_t outputLength);
H A Dnormconf.cpp531 UnicodeString output[], int32_t outputLength) {
536 for (i=0; i<outputLength; ++i) {
569 if((i + 1) == outputLength) {
572 errln(UnicodeString("Missing field(s) in ", "") + s + " only " + (i + 1) + " out of " + outputLength);
530 hexsplit(const char *s, char delimiter, UnicodeString output[], int32_t outputLength) argument
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/utfperf/
H A Dutfperf.cpp39 static int32_t utf8Length, encodedLength, outputLength, countInputCodePoints; variable
182 encodedLength=outputLength=0;
209 outputLength=pOut-output;
210 if(inputLength!=outputLength) {
211 fprintf(stderr, "error: roundtrip failed, inputLength %d!=outputLength %d\n", inputLength, outputLength);
/macosx-10.9.5/WebCore-7537.78.1/Modules/websockets/
H A DWebSocketDeflater.cpp77 static void setStreamParameter(z_stream* stream, const char* inputData, size_t inputLength, char* outputData, size_t outputLength) argument
82 stream->avail_out = outputLength;
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSCSSStyleDeclarationCustom.cpp268 unsigned outputLength = bufferPtr - buffer;
270 cssPropertyNameIOSAliasing(buffer, name, outputLength);
273 const Property* hashTableEntry = findProperty(name, outputLength);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/Netscape/mac/
H A DNetscapePluginMac.mm986 ByteCount outputLength;
990 OSStatus status = ConvertFromUnicodeToText(textInfo, inputLength, string.characters(), kNilOptions, 0, 0, 0, 0, maxOutputLength, &inputRead, &outputLength, outputData.data());
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcmsccoll.c776 int32_t outputLength; local
845 outputLength = (int32_t)strlen(output);
846 if(outputLength > maxOutputLength) {
847 maxOutputLength = outputLength;
848 U_ASSERT(outputLength < sizeof(output));
H A Dccapitst.c2498 int32_t outputLength; local
2540 outputLength=(int32_t)(target-output);

Completed in 231 milliseconds