Home
last modified time | relevance | path

Searched refs:strLen (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcrl.c218 int i, strLen,strLen2, rc, old_mode = mode; variable
229 if( !(strLen = LocateNextGSERToken(mem_op,b,&peek_head,GSER_NO_COPY)) ){
238 if( !(strLen = LocateNextGSERToken(mem_op,b,&peek_head,GSER_NO_COPY)) ){
246 (&k->userCertificate)->identifier.bv_len = strLen;
247 if( !(strLen = LocateNextGSERToken(mem_op,b,&peek_head,GSER_NO_COPY)) ){
255 if( !(strLen = LocateNextGSERToken(mem_op,b,&peek_head,GSER_NO_COPY)) ){
264 ( k->revocationDate)->identifier.bv_len = strLen;
265 if( !(strLen = LocateNextGSERToken(mem_op,b,&peek_head,GSER_NO_COPY)) ){
273 if( !(strLen = LocateNextGSERToken(mem_op,b,&peek_head,GSER_NO_COPY)) ){
282 ( k->crlEntryExtensions)->identifier.bv_len = strLen;
[all …]
H A Dcertificate.c240 int i, strLen,strLen2, rc, old_mode = mode; variable
251 if( !(strLen = LocateNextGSERToken(mem_op,b,&peek_head,GSER_NO_COPY)) ){
260 if( !(strLen = LocateNextGSERToken(mem_op,b,&peek_head,GSER_NO_COPY)) ){
268 (&k->algorithm)->identifier.bv_len = strLen;
269 if( !(strLen = LocateNextGSERToken(mem_op,b,&peek_head,GSER_NO_COPY)) ){
277 if( !(strLen = LocateNextGSERToken(mem_op,b,&peek_head,GSER_NO_COPY)) ){
287 (&k->parameters)->identifier.bv_len = strLen;
289 if( !(strLen = LocateNextGSERToken(mem_op,b,&peek_head,GSER_NO_COPY)) ) {
461 int i, strLen,strLen2, rc, old_mode = mode; variable
471 if( !(strLen = LocateNextGSERToken(mem_op,b,&peek_head,GSER_NO_COPY)) ){
[all …]
H A Dcomponentlib.c91 int i, strLen; in GDecComponentBits() local
128 int i, strLen, rc; in BDecComponentBits() local
181 int i, strLen; in GDecComponentBMPString() local
222 int i, strLen, rc; in BDecComponentBMPString() local
275 int i, strLen; in GDecComponentUTF8String() local
315 int i, strLen, rc; in BDecComponentUTF8String() local
367 int i, strLen; in GDecComponentTeletexString() local
438 int i, strLen; in GDecComponentBool() local
475 int i, strLen, rc; in BDecComponentBool() local
549 int i, strLen; in GDecComponentEnum() local
[all …]
H A DauthorityKeyIdentifier.c178 int i, strLen,strLen2, rc, old_mode = mode; variable
189 if( !(strLen = LocateNextGSERToken(mem_op,b,&peek_head,GSER_NO_COPY)) ){
198 if( !(strLen = LocateNextGSERToken(mem_op,b,&peek_head,GSER_NO_COPY)) ){
206 (&k->type_id)->identifier.bv_len = strLen;
207 if( !(strLen = LocateNextGSERToken(mem_op,b,&peek_head,GSER_NO_COPY)) ){
215 if( !(strLen = LocateNextGSERToken(mem_op,b,&peek_head,GSER_NO_COPY)) ){
225 (&k->value)->identifier.bv_len = strLen;
227 if( !(strLen = LocateNextGSERToken(mem_op,b,&peek_head,GSER_NO_COPY)) ) {
422 int i, strLen,strLen2, rc, old_mode = mode; variable
433 if( !(strLen = LocateNextGSERToken(mem_op,b,&peek_head,GSER_NO_COPY)) ){
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/
H A Drsaz_exp_x2.c505 static ossl_inline void put_digit52(uint8_t *pStr, int strLen, uint64_t digit)
509 for (; strLen > 0; strLen--) {
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DStringRef.h80 static constexpr size_t strLen(const char *Str) { in strLen() function
107 : Data(Str), Length(Str ? strLen(Str) : 0) {} in StringRef()
/netbsd-src/usr.bin/make/
H A Dsuff.c291 StrTrimSuffix(const char *str, size_t strLen, const char *suff, size_t suffLen) in StrTrimSuffix() argument
296 if (strLen < suffLen) in StrTrimSuffix()
299 suffInStr = str + strLen - suffLen; in StrTrimSuffix()
H A Dparse.c2097 size_t strLen = strlen(str); in StrContainsWord()
2101 if (strLen < wordLen) in StrContainsWord()
2107 if (p > str + strLen - wordLen) in StrContainsWord()
2096 size_t strLen = strlen(str); StrContainsWord() local
/netbsd-src/external/mit/expat/dist/lib/
H A Dxmlparse.c265 int strLen; member
2563 int nameLen = sizeof(XML_Char) * (tag->name.strLen + 1); in storeRawNames()
2933 tag->name.strLen = convLen; in doContent()