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

/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_dispatch.c71 * The dispatch_size is the number of entries possible in the current
76 static u_int32_t dispatch_size = 0; variable
159 if (ndx >= dispatch_size) {
161 (DB_user_BEGIN + dispatch_size) *
164 for (i = dispatch_size,
165 dispatch_size += DB_user_BEGIN; i < dispatch_size; ++i)

Completed in 57 milliseconds