Searched refs:valueCurrentLocation (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecCertificateP.c1191 CFIndex valueCurrentLocation = valueLocation; local
1201 if (valueCurrentLocation > valueLocation) {
1202 base[valueCurrentLocation++] = ' ';
1209 base[valueCurrentLocation++] = ch + 'A' - 'a';
1211 base[valueCurrentLocation++] = ch;
1216 if (lastWasBlank && valueCurrentLocation > valueLocation) {
1217 valueCurrentLocation--;
1220 valueContentLength = valueCurrentLocation - valueLocation;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecCertificateP.c1191 CFIndex valueCurrentLocation = valueLocation; local
1201 if (valueCurrentLocation > valueLocation) {
1202 base[valueCurrentLocation++] = ' ';
1209 base[valueCurrentLocation++] = ch + 'A' - 'a';
1211 base[valueCurrentLocation++] = ch;
1216 if (lastWasBlank && valueCurrentLocation > valueLocation) {
1217 valueCurrentLocation--;
1220 valueContentLength = valueCurrentLocation - valueLocation;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecCertificateP.c1191 CFIndex valueCurrentLocation = valueLocation; local
1201 if (valueCurrentLocation > valueLocation) {
1202 base[valueCurrentLocation++] = ' ';
1209 base[valueCurrentLocation++] = ch + 'A' - 'a';
1211 base[valueCurrentLocation++] = ch;
1216 if (lastWasBlank && valueCurrentLocation > valueLocation) {
1217 valueCurrentLocation--;
1220 valueContentLength = valueCurrentLocation - valueLocation;
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecCertificate.c1249 CFIndex valueCurrentLocation = valueLocation; local
1259 if (valueCurrentLocation > valueLocation) {
1260 base[valueCurrentLocation++] = ' ';
1267 base[valueCurrentLocation++] = ch + 'A' - 'a';
1269 base[valueCurrentLocation++] = ch;
1274 if (lastWasBlank && valueCurrentLocation > valueLocation) {
1275 valueCurrentLocation--;
1278 valueContentLength = valueCurrentLocation - valueLocation;

Completed in 155 milliseconds