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

/haiku/src/kits/app/
H A DRoster.cpp2437 const char* supportingType; local
2443 &supportingType) == B_OK; i++) {
2444 if (strcmp(primarySignature, supportingType) != 0
2445 && strcmp(secondarySignature, supportingType) == 0) {
2446 error = signatures.AddString(kSigField, supportingType);
2455 &supportingType) == B_OK; i++) {
2456 if (strcmp(primarySignature, supportingType) != 0
2457 && strcmp(secondarySignature, supportingType) != 0) {
2458 error = signatures.AddString(kSigField, supportingType);
2474 &supportingType)
[all...]

Completed in 65 milliseconds