Lines Matching refs:srcLen
295 unescapeData(const char* src, int32_t srcLen, in unescapeData() argument
445 int32_t srcLen; in Test_nfs4_mixed_prep() local
452 …srcLen = unescapeData(mixed_prep_data[i], (int32_t)strlen(mixed_prep_data[i]), src, MAX_BUFFER_SIZ… in Test_nfs4_mixed_prep()
457 destLen = nfs4_mixed_prepare(src, srcLen, NULL, 0, &parseError, &status); in Test_nfs4_mixed_prep()
461 destLen = nfs4_mixed_prepare(src, srcLen, dest, destLen, &parseError, &status); in Test_nfs4_mixed_prep()
478 … int32_t srcLen = unescapeData(source, (int32_t)strlen(source), src, MAX_BUFFER_SIZE, &status); in Test_nfs4_mixed_prep() local
480 nfs4_mixed_prepare(src, srcLen, dest, MAX_BUFFER_SIZE, &parseError, &status); in Test_nfs4_mixed_prep()
505 … int32_t srcLen = unescapeData(source, (int32_t)strlen(source), src, MAX_BUFFER_SIZE, &status); in Test_nfs4_cs_prep() local
508 …int32_t destLen = nfs4_cs_prepare(src, srcLen, dest, MAX_BUFFER_SIZE, FALSE, &parseError, &status); in Test_nfs4_cs_prep()
515 if(destLen != srcLen){ in Test_nfs4_cs_prep()
516 …ength for the output for case: BiDi Checking Turned OFF. Expected: %i Got: %i\n", srcLen, destLen); in Test_nfs4_cs_prep()
528 … int32_t srcLen = unescapeData(source, (int32_t)strlen(source), src, MAX_BUFFER_SIZE, &status); in Test_nfs4_cs_prep() local
531 …int32_t destLen = nfs4_cs_prepare(src, srcLen, dest, MAX_BUFFER_SIZE, FALSE, &parseError, &status); in Test_nfs4_cs_prep()
538 if(destLen != srcLen){ in Test_nfs4_cs_prep()
539 …ength for the output for case: Normalization Turned OFF. Expected: %i Got: %i\n", srcLen, destLen); in Test_nfs4_cs_prep()
551 … int32_t srcLen = unescapeData(source, (int32_t)strlen(source), src, MAX_BUFFER_SIZE, &status); in Test_nfs4_cs_prep() local
554 … int32_t destLen = nfs4_cs_prepare(src, srcLen, dest, MAX_BUFFER_SIZE, TRUE, &parseError, &status); in Test_nfs4_cs_prep()
561 if(destLen != srcLen){ in Test_nfs4_cs_prep()
562 …length for the output for case: Case Mapping Turned OFF. Expected: %i Got: %i\n", srcLen, destLen); in Test_nfs4_cs_prep()
576 … int32_t srcLen = unescapeData(source, (int32_t)strlen(source), src, MAX_BUFFER_SIZE, &status); in Test_nfs4_cs_prep() local
580 …int32_t destLen = nfs4_cs_prepare(src, srcLen, dest, MAX_BUFFER_SIZE, FALSE, &parseError, &status); in Test_nfs4_cs_prep()