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

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dvfprintf.c841 int tablesize; /* current size of type table */ local
847 ((nextarg >= tablesize) ? \
848 (sm_grow_type_table_x(&typetable, &tablesize), 0) : 0, \
883 tablesize = STATIC_ARG_TBL_SIZE;
1091 ** tablesize -- requested new table size
1098 sm_grow_type_table_x(typetable, tablesize)
1100 int *tablesize;
1103 int newsize = *tablesize * 2;
1105 if (*tablesize == STATIC_ARG_TBL_SIZE)
1109 (void) memmove(*typetable, oldtable, *tablesize);
[all...]
/illumos-gate/usr/src/lib/libbsm/common/
H A Dadt.c1883 adt_calcOffsets(struct entry *p_entry, int tablesize, void *p_data) argument
1889 for (i = 0; i < tablesize; i++) {
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c268 int tablesize; /* Size of the parse tables */ member in struct:lemon
1369 lem.tablesize = 0;
1439 lem.nstate, lem.tablesize, lem.nconflict);

Completed in 77 milliseconds