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

/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/plugins/
H A Dsrp.c113 #define OPTION_REPLAY_DETECTION "replay_detection" macro
1109 } else if (!strcasecmp(str, OPTION_REPLAY_DETECTION)) {
1159 if (!strcasecmp(layer, OPTION_REPLAY_DETECTION))
1269 alloced += strlen(OPTION_REPLAY_DETECTION)+1;
1274 strcat(ret, OPTION_REPLAY_DETECTION);
1324 alloced += strlen(OPTION_MANDATORY)+strlen(OPTION_REPLAY_DETECTION)+1;
1330 strcat(ret, OPTION_REPLAY_DETECTION);

Completed in 115 milliseconds