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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_common.c14 hash(krb5_donot_replay *rep, unsigned int hsize) argument
19 return h % hsize;
H A Drc_mem.h31 int hsize; member in struct:mem_data
H A Drc_mem.c39 rephash = hash(rep, t->hsize);
218 t->hsize = HASHSIZE; /* no need to store---it's memory-only */
219 t->h = (struct authlist **)malloc(t->hsize*sizeof (struct authlist *));
224 memset(t->h, 0, t->hsize*sizeof (struct authlist *));
H A Drc_dfl.c35 static int hash(krb5_donot_replay *rep, int hsize)
36 returns hash value of *rep, between 0 and hsize - 1
84 hash(krb5_donot_replay *rep, unsigned int hsize)
89 return h % hsize;
130 unsigned int hsize; member in struct:dfl_data
171 rephash = hash(rep, t->hsize);
353 t->hsize = HASHSIZE; /* no need to store---it's memory-only */
354 t->h = (struct authlist **) malloc(t->hsize*sizeof(struct authlist *));
359 memset(t->h, 0, t->hsize*sizeof(struct authlist *));
984 for (i = 0; i < t->hsize;
[all...]
H A Drc_base.c65 for (i = 0; i < tgr->hsize; i++)
/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dtoken.c121 unsigned int size, hsize, token_size, app_size, oid_size, start; local
154 hsize = app_size + oid_size;
155 hsize += 1; /* tag 0x60 for application 0 */
156 size = hsize + token_size;
187 start = RNDUP(hsize);
301 unsigned int oid_len, token_len, bytes, hsize; local
329 hsize = 1 + bytes;
344 hsize += 1 + bytes + oid_len;
353 if (input->length - hsize != token_len)
363 hsize
[all...]
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dbsd-comp.c83 u_int hsize; /* size of the hash table */ member in struct:bsd_db
292 u_int newlen, hsize, hshift, maxmaxcode; local
305 hsize = 5003;
309 hsize = 9001;
313 hsize = 18013;
317 hsize = 35023;
321 /* hsize = 69001; */ /* and 69001 is too big for cptr */
329 newlen = sizeof(*db) + (hsize-1) * (sizeof(db->dict[0]));
346 db->hsize = hsize;
[all...]
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dhistory.c236 register off_t hsize = 0; local
268 hsize=lseek(fd,(off_t)0,SEEK_END);
280 if(hsize && hist_check(fd))
283 hsize = 0;
325 if(hsize==0)
336 hp->histind = first = hist_nearend(hp,hp->histfp,hsize-size);
344 first = hist_nearend(hp,hp->histfp,hsize-size);
351 sfseek(hp->histfp,hp->histcnt=hsize,SEEK_SET);
362 if(hist_clean(fd) && hist_start>1 && hsize > HIST_MAX)
365 sfprintf(sfstderr,"%d: hist_trim hsize
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dcollect.c53 char hsize[16]; local
57 (void) sm_snprintf(hsize, sizeof(hsize), "%d", hdrslen);
60 hnum, hsize);
61 (void) rscheck("check_eoh", hnum, hsize, e, RSF_UNSTRUCTURED|RSF_COUNT,
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex297 \setbox\headlinebox = \vbox{\let\hsize=\pagewidth \makeheadline}%
298 \setbox\footlinebox = \vbox{\let\hsize=\pagewidth \makefootline}%
314 \hsize = \outerhsize
327 \hfil % center the page within the outer (page) hsize.
371 \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi
824 \rlap{\hskip\hsize \hskip\inmarginspacing \ignorespaces #2}%
910 \advance\hsize by -\leftskip
911 \advance\hsize by -\rightskip
2116 \vskip4pt \hrule height 2pt width \hsize
2134 \vskip4pt \hrule height 4pt width \hsize \vskip4p
[all...]
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex342 \setbox\headlinebox = \vbox{\let\hsize=\pagewidth \makeheadline}%
344 \setbox\footlinebox = \vbox{\let\hsize=\pagewidth \makefootline}%
364 \hsize = \outerhsize
377 \hfil % center the page within the outer (page) hsize.
421 \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi
888 \rlap{\hskip\hsize \hskip\inmarginspacing \ignorespaces #2}%
974 \advance\hsize by -\leftskip
975 \advance\hsize by -\rightskip
2841 \vskip4pt \hrule height 2pt width \hsize
2859 \vskip4pt \hrule height 4pt width \hsize \vskip4p
[all...]

Completed in 55 milliseconds