Home
last modified time | relevance | path

Searched refs:attributeLen (Results 1 – 16 of 16) sorted by relevance

/dports/security/cryptlib/cryptlib-3.4.3/session/
H A Dcertstore.c60 IN_LENGTH_SHORT const int attributeLen ) in OUT_BUFFER_FIXED()
63 assert( isReadPtr( attribute, attributeLen ) ); in OUT_BUFFER_FIXED()
66 REQUIRES( attributeLen > 0 && attributeLen < MAX_INTLENGTH_SHORT ); in OUT_BUFFER_FIXED()
89 OUT_OPT_LENGTH_SHORT_Z int *attributeLen )
101 attributeLen == NULL ) || \
107 attributeLen == NULL ) || \
111 attributeLen != NULL ) );
118 *attributeLen = 0;
142 httpReqInfo->attributeLen );
160 attributeLen, httpReqInfo->value,
[all …]
H A Dcertstore.h47 OUT_BUFFER_OPT( attributeMaxLen, *attributeLen ) \
50 OUT_OPT_LENGTH_SHORT_Z int *attributeLen );
H A Dscep_svr.c273 rewrittenHttpReqInfo.attributeLen = httpReqInfo->valueLen; in processAdditionalScepRequest()
/dports/textproc/xmlppm/xmlppm-0.98.3/src/
H A DDecodeSax.cpp156 int attributeLen = 0; variable
161 attributeBuff[attributeLen++] = in decodeAttribute()
163 attributeBuff[attributeLen++] = readString (state->attPPM); in decodeAttribute()
172 attributeLen = 0; in decodeAttributes()
192 attributeBuff[attributeLen] = NULL; in decodeAttributes()
197 for(i = 0; i < attributeLen; i+=2) { in freeAttributeList()
H A Dxmlunppm.cpp159 int attributeLen = 0; variable
164 attributeBuff[attributeLen++] = in expandAttribute()
166 attributeBuff[attributeLen++] = readString (state->attPPM); in expandAttribute()
175 attributeLen = 0; in expandAttributes()
195 attributeBuff[attributeLen] = NULL; in expandAttributes()
200 for(i = 0; i < attributeLen; i+=2) { in freeAttributeList()
/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DnsStyleUtil.cpp35 uint32_t attributeLen = aAttributeValue.Length(); in DashMatchCompare() local
36 if (selectorLen > attributeLen) { in DashMatchCompare()
40 if (selectorLen != attributeLen && in DashMatchCompare()
/dports/www/firefox/firefox-99.0/layout/style/
H A DnsStyleUtil.cpp36 uint32_t attributeLen = aAttributeValue.Length(); in DashMatchCompare() local
37 if (selectorLen > attributeLen) { in DashMatchCompare()
41 if (selectorLen != attributeLen && in DashMatchCompare()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/style/
H A DnsStyleUtil.cpp35 uint32_t attributeLen = aAttributeValue.Length(); in DashMatchCompare() local
36 if (selectorLen > attributeLen) { in DashMatchCompare()
40 if (selectorLen != attributeLen && in DashMatchCompare()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/style/
H A DnsStyleUtil.cpp35 uint32_t attributeLen = aAttributeValue.Length(); in DashMatchCompare() local
36 if (selectorLen > attributeLen) { in DashMatchCompare()
40 if (selectorLen != attributeLen && in DashMatchCompare()
/dports/security/cryptlib/cryptlib-3.4.3/io/
H A Dhttp_wr.c173 ( httpReqInfo->attributeLen == 0 && \ in writeRequestHeader()
175 ( httpReqInfo->attributeLen > 0 && \ in writeRequestHeader()
219 if( httpReqInfo->attributeLen > 0 && httpReqInfo->valueLen > 0 ) in writeRequestHeader()
223 httpReqInfo->attributeLen ); in writeRequestHeader()
H A Dstream.h285 BUFFER( CRYPT_MAX_TEXTSIZE, attributeLen ) \
291 int locationLen, attributeLen, valueLen, extraDataLen; member
H A Dhttp_parse.c656 uriInfo->attributeLen = segmentLength; in parseUriInfo()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsStyleUtil.cpp32 uint32_t attributeLen = aAttributeValue.Length(); in DashMatchCompare() local
33 if (selectorLen > attributeLen) { in DashMatchCompare()
38 if (selectorLen != attributeLen && in DashMatchCompare()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsStyleUtil.cpp35 uint32_t attributeLen = aAttributeValue.Length(); in DashMatchCompare() local
36 if (selectorLen > attributeLen) { in DashMatchCompare()
40 if (selectorLen != attributeLen && in DashMatchCompare()
/dports/security/cryptlib/cryptlib-3.4.3/keyset/
H A Dhttp.c135 httpReqInfo.attributeLen = keyNameLen; in getItemFunction()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/tool/
H A DGenerateItemCounts.java595 long attributeLen;
669 attributeLen += valuePart.length();
792 + handler.attributeCount + "\t" + handler.attributeLen);