Lines Matching +defs:initial +defs:value
88 login_receive(struct connection *conn, bool initial)
105 if (initial == false)
128 if (initial == false &&
135 if (initial == false &&
450 const char *value, bool skipped_security, struct keys *response_keys)
470 conn->conn_initiator_alias = checked_strdup(value);
471 } else if (strcmp(value, "Irrelevant") == 0) {
483 which = login_list_prefers(value, "CRC32C", "None");
498 "HeaderDigest value \"%s\"; will use None", value);
509 which = login_list_prefers(value, "CRC32C", "None");
524 "DataDigest value \"%s\"; will use None", value);
537 if (strcmp(value, "Yes") == 0) {
546 tmp = strtoul(value, NULL, 10);
567 tmp = strtoul(value, NULL, 10);
580 tmp = strtoul(value, NULL, 10);
593 keys_add(response_keys, name, value);
609 tmp = strtoul(value, NULL, 10);
785 * MaxBurstLength (in that order) and because we process the key/value
848 * Handle the initial Login Request - figure out required authentication