Searched refs:valueLength (Results 1 - 25 of 68) sorted by relevance

123

/macosx-10.10/Security-57031.1.35/Security/include/securityd_client/
H A Dxdr_auth.c37 u_int valueLength;
40 if (objp->valueLength > (u_int)~0)
42 valueLength = (u_int)objp->valueLength;
45 if (!sec_xdr_bytes(xdrs, (uint8_t **)&objp->value, &valueLength, ~0))
49 objp->valueLength = valueLength;
/macosx-10.10/Security-57031.1.35/Security/libsecurityd/lib/
H A Dxdr_auth.c37 u_int valueLength;
40 if (objp->valueLength > (u_int)~0)
42 valueLength = (u_int)objp->valueLength;
45 if (!sec_xdr_bytes(xdrs, (uint8_t **)&objp->value, &valueLength, ~0))
49 objp->valueLength = valueLength;
/macosx-10.10/WebCore-7600.1.25/html/
H A DBaseTextInputType.cpp47 int valueLength = value.length(); local
49 return matchOffset || matchLength != valueLength;
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dudat.cpp721 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
729 array[index].setTo(value, valueLength);
736 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
738 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode);
743 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
745 setSymbol(syms->fEraNames, syms->fEraNamesCount, index, value, valueLength, errorCode);
750 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
752 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode);
757 const UChar *value, int32_t valueLength, UErrorCode &errorCode)
759 setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCod
720 setSymbol(UnicodeString *array, int32_t count, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
735 setEra(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
742 setEraName(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
749 setMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
756 setShortMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
763 setNarrowMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
770 setStandaloneMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
777 setStandaloneShortMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
784 setStandaloneNarrowMonth(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
791 setWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
798 setShortWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
805 setShorterWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
812 setNarrowWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
819 setStandaloneWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
826 setStandaloneShortWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
833 setStandaloneShorterWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
840 setStandaloneNarrowWeekday(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
847 setQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
854 setShortQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
861 setStandaloneQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
868 setStandaloneShortQuarter(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
875 setAmPm(DateFormatSymbols *syms, int32_t index, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
882 setLocalPatternChars(DateFormatSymbols *syms, const UChar *value, int32_t valueLength, UErrorCode &errorCode) argument
892 udat_setSymbols( UDateFormat *format, UDateFormatSymbolType type, int32_t index, UChar *value, int32_t valueLength, UErrorCode *status) argument
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/Launcher/mac/
H A DEnvironmentVariables.cpp113 int valueLength = strlen(value); local
116 char* string = static_cast<char*>(fastMalloc(nameLength + 1 + valueLength + 1));
119 memcpy(string + nameLength + 1, value, valueLength);
120 string[nameLength + 1 + valueLength] = '\0';
/macosx-10.10/WebCore-7600.1.25/page/
H A DEventSource.cpp390 int valueLength = lineLength - step;
393 if (valueLength)
394 m_data.append(&m_receiveBuf[bufPos], valueLength);
397 m_eventName = valueLength ? String(&m_receiveBuf[bufPos], valueLength) : "";
399 m_currentlyParsedEventId = valueLength ? String(&m_receiveBuf[bufPos], valueLength) : "";
401 if (!valueLength)
404 String value(&m_receiveBuf[bufPos], valueLength);
/macosx-10.10/Security-57031.1.35/Security/authd/
H A Dauthitems.c28 if (item->bufLen <= item->data.valueLength) {
29 item->bufLen = item->data.valueLength+1; // make sure buffer has a null char
62 xpc_dictionary_set_data(xpc_data, AUTH_XPC_ITEM_VALUE, item->data.value, item->data.valueLength);
81 memset(item->data.value, 0, item->data.valueLength);
108 hidden ? 0 : item->data.valueLength, item->data.flags);
138 size_t i = item->data.valueLength < 10 ? item->data.valueLength : 10;
158 crc = crc64_update(crc, item->data.value, item->data.valueLength);
211 item->data.valueLength = valueLen;
248 item->data.valueLength
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Duset_props.cpp108 const UChar *value, int32_t valueLength,
112 UnicodeString v(value, valueLength);
106 uset_applyPropertyAlias(USet* set, const UChar *prop, int32_t propLength, const UChar *value, int32_t valueLength, UErrorCode* ec) argument
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A DAuthorizationWalkers.h47 operate.blob(item.value, item.valueLength);
H A DAuthorizationData.cpp137 mValue.length = item.valueLength;
138 mValue.data = new uint8_t[item.valueLength];
140 memcpy(mValue.data, item.value, item.valueLength);
213 item.valueLength = mValue.length;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A DAuthorizationWalkers.h47 operate.blob(item.value, item.valueLength);
H A DAuthorizationData.cpp137 mValue.length = item.valueLength;
138 mValue.data = new uint8_t[item.valueLength];
140 memcpy(mValue.data, item.value, item.valueLength);
213 item.valueLength = mValue.length;
/macosx-10.10/WebCore-7600.1.25/Modules/plugins/
H A DYouTubePluginReplacement.cpp148 size_t valueLength; local
150 valueLength = ampersandLocation - indexAfterEqual;
152 valueLength = queryLength - indexAfterEqual;
155 if (keyLength && valueLength) {
157 String value = queryString.substring(valueLocation, valueLength);
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclLink.c253 int changed, valueLength;
416 value = Tcl_GetStringFromObj(valueObj, &valueLength);
417 valueLength++;
422 *pp = (char *) ckalloc((unsigned) valueLength);
423 memcpy(*pp, value, (unsigned) valueLength);
249 int changed, valueLength; local
/macosx-10.10/Security-57031.1.35/Security/libsecurity_authorization/lib/
H A DAuthorization.h152 parameter value. The value must be contiguous memory of valueLength bytes;
156 @field valueLength Number of bytes in parameter value. Must be 0 if no parameter value.
163 size_t valueLength; member in struct:__anon4356
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecPassword.cpp212 passwordLength = (UInt32)item.valueLength;
231 bool remember = (item.value && item.valueLength == strlen("YES") && !memcmp("YES", static_cast<char *>(item.value), item.valueLength));
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecPassword.cpp212 passwordLength = (UInt32)item.valueLength;
231 bool remember = (item.value && item.valueLength == strlen("YES") && !memcmp("YES", static_cast<char *>(item.value), item.valueLength));
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecPassword.cpp212 passwordLength = (UInt32)item.valueLength;
231 bool remember = (item.value && item.valueLength == strlen("YES") && !memcmp("YES", static_cast<char *>(item.value), item.valueLength));
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclLink.c262 int changed, valueLength;
529 value = Tcl_GetStringFromObj(valueObj, &valueLength);
530 valueLength++;
533 *pp = ckrealloc(*pp, valueLength);
534 memcpy(*pp, value, (unsigned) valueLength);
258 int changed, valueLength; local
/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddom.c1209 attrnode->valueLength = len;
1312 attrnode->valueLength = len;
1445 node->nodeValue = REALLOC(node->nodeValue, node->valueLength + len);
1446 memmove(node->nodeValue + node->valueLength, s, len);
1447 node->valueLength += len;
1482 node->valueLength = len;
1559 node->valueLength = len;
2234 attr->valueLength = strlen (XML_NAMESPACE);
2811 attr->valueLength = strlen(attributeValue);
2812 attr->nodeValue = (char*)MALLOC(attr->valueLength
[all...]
H A Ddomhtml.c769 tnode->valueLength = (x - start);
775 TranslateEntityRefs(tnode->nodeValue, &(tnode->valueLength) );
978 tnode->valueLength = x - start - 4;
979 tnode->nodeValue = (char*)MALLOC(tnode->valueLength+1);
980 memmove(tnode->nodeValue, start+4, tnode->valueLength);
981 *(tnode->nodeValue + tnode->valueLength) = 0;
1058 tnode->valueLength = (x - start);
1314 attrnode->valueLength = nArgVal;
1319 &(attrnode->valueLength) );
1424 tnode->valueLength
[all...]
H A Dxmlsimple.c473 tnode->valueLength = (x - start);
479 &(tnode->valueLength) )) {
561 tnode->valueLength = x - start - 4;
562 tnode->nodeValue = (char*)MALLOC(tnode->valueLength+1);
563 memmove(tnode->nodeValue, start+4, tnode->valueLength);
564 *(tnode->nodeValue + tnode->valueLength) = 0;
641 tnode->valueLength = (x - start);
875 attrnode->valueLength = nArgVal;
880 &(attrnode->valueLength) )) {
937 attrnode->valueLength
[all...]
/macosx-10.10/ICU-531.30/icuSources/tools/gendict/
H A Dgendict.cpp390 int32_t valueLength = fileLine.length() - valueStart;
391 if (valueLength > 15) {
397 fileLine.extract(valueStart, valueLength, s, 16, US_INV);
400 if (end == s || *end != 0 || (int32_t)uprv_strlen(s) != valueLength || value > 0xffffffff) {
/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/src/
H A DtclDomProInt.h138 int valueLength; /* Length of value string member in struct:_tcldomNode
194 int valueLength; member in struct:_tcldomTextNode
225 int valueLength; member in struct:_tcldomDocTypeNode
261 int valueLength; member in struct:_tcldomAttributeNode
H A DtdpExpat.c1023 nodePtr->valueLength = strlen(value);
1024 nodePtr->nodeValue = ckalloc(nodePtr->valueLength + 1);
1143 clonedNodePtr->valueLength = nodePtr->valueLength;
1144 clonedNodePtr->nodeValue = ckalloc(nodePtr->valueLength + 1);
1203 clonedAttributeNodePtr->valueLength =
1204 attributeNodePtr->valueLength;
1206 ckalloc(attributeNodePtr->valueLength + 1);
1230 clonedTextNodePtr->valueLength = textNodePtr->valueLength;
[all...]

Completed in 255 milliseconds

123