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

/sendmail/libsm/
H A Dvfprintf.c839 int tablesize; /* current size of type table */ local
845 ((nextarg >= tablesize) ? \
846 (sm_grow_type_table_x(&typetable, &tablesize), 0) : 0, \
881 tablesize = STATIC_ARG_TBL_SIZE;
1089 ** tablesize -- requested new table size
1096 sm_grow_type_table_x(typetable, tablesize)
1098 int *tablesize;
1101 int newsize = *tablesize * 2;
1103 if (*tablesize == STATIC_ARG_TBL_SIZE)
1107 (void) memmove(*typetable, oldtable, *tablesize);
[all...]

Completed in 827 milliseconds