Lines Matching defs:one
326 /* do length NMAX blocks -- requires just one modulo operation */
338 /* do remaining bytes (less than NMAX, still just one modulo) */
800 session-ID is redundant -- it must be the one associated with
1067 int i, j, res, one;
1113 one = 1;
1115 &one, sizeof(one)) < 0) {
1180 assert(one == 1);
1181 int ret = setsockopt( new_sd, IPPROTO_TCP, TCP_NODELAY, &one, sizeof(one));