Searched defs:ai (Results 1 - 2 of 2) sorted by relevance
/dovecot/src/auth/ |
H A D | crypt-blowfish.c | 854 BF_key ae, ai, ye, yi; local 855 BF_set_key(k, ae, ai, 2); /* $2a$ */ 857 ai[0] ^= 0x10000; /* undo the safety (for comparison) */ 858 ok = ok && ai[0] == 0xdb9c59bc && ye[17] == 0x33343500 && 860 memcmp(ai, yi, sizeof(ai)) == 0;
|
/dovecot/src/lib/ |
H A D | net.c | 625 struct addrinfo hints, *ai, *origai; local 645 host_error = getaddrinfo(addr, NULL, &hints, &ai); 650 origai = ai; 651 for (count = 0; ai != NULL; ai = ai->ai_next) 658 for (ai = origai; ai != NULL; ai = ai [all...] |
Completed in 20 milliseconds