Searched refs:dispatch_table (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/db/db/ |
H A D | db_dispatch.c | 75 static int (**dispatch_table) __P((DB_LOG *, DBT *, DB_LSN *, int, void *)); variable 105 return ((dispatch_table[rectype])(logp, db, lsnp, redo, info)); 108 return ((dispatch_table[rectype])(logp, 122 return ((dispatch_table[rectype])(logp, 132 return ((dispatch_table[rectype])(logp, 160 if ((ret = __os_realloc(&dispatch_table, 162 sizeof(dispatch_table[0]))) != 0) 166 dispatch_table[i] = NULL; 169 dispatch_table[ndx] = func;
|
/titanic_41/usr/src/cmd/lp/cmd/lpsched/ |
H A D | disptab.c | 35 static DISPATCH dispatch_table[] = { variable 306 register DISPATCH *pd = &dispatch_table[type]; in dispatch()
|