Searched defs:size (Results 1 - 7 of 7) sorted by relevance

/sendmail/sendmail/
H A Dshmticklib.c45 int size = sizeof(STATUSD_SHM); local
47 shmid = shmget(STATUSD_SHM_KEY, size, 0);
H A Dsasl.c23 ** older sasl packages incorrectly specifies the size of a block
44 ** proportional to the size of an e-mail, which is unacceptable.
51 ** size -- size of requested memory.
58 sm_sasl_malloc(size)
59 SM_SASL_SIZE_T size;
61 return sm_malloc((size_t) size);
69 ** elemsize -- size of each element.
83 size_t size; local
86 size
[all...]
H A Dsm_resolve.c214 int type, class, ttl, size, txtlen; local
227 GETSHORT(size, p);
228 if (p + size > data + len)
231 ** announced size of data exceeds length of
238 size, len - (p - data));
258 (*rr)->rr_size = size;
330 ** of RDLENGTH (size). Nevertheless, txtlen
331 ** must be less than size because the latter
337 if (txtlen >= size)
341 "ERROR: DNS TXT record size
[all...]
H A Dudb.c33 size_t size; /* length of data */
217 key.size = keylen;
239 if (i > 0 || info.size <= 0)
255 (int) key.size, (char *) key.data,
256 (int) info.size, (char *) info.data);
259 while (i == 0 && key.size == keylen &&
278 if (info.size >= userleft - 1)
281 int size = MEMCHUNKSIZE; local
283 if (info.size > MEMCHUNKSIZE)
284 size
[all...]
/sendmail/libsm/
H A Dmakebuf.c45 size_t size; local
54 flags = sm_whatbuf(fp, &size, &couldbetty);
55 if ((p = sm_malloc(size)) == NULL)
66 fp->f_bf.smb_size = size;
75 ** Plus it fills in 'bufsize' for recommended buffer size and
81 ** bufsize -- new buffer size (a return)
H A Dvfprintf.c193 int realsz; /* field size expanded by dprec */
194 int size; /* size of converted field or string */ local
207 ** Choose PADSIZE to trade efficiency vs. size. If larger printf
211 #define PADSIZE 16 /* pad chunk size */
475 size = 1;
620 size = p - cp;
621 if (size > prec)
622 size = prec;
625 size
[all...]
/sendmail/include/libsmdb/
H A Dsmdb.h30 ** Some size constants
304 size_t size; member in struct:entry_struct

Completed in 23 milliseconds