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

/osnet-11/usr/src/lib/libradproto/common/
H A Dradproto_adr.c275 int tnum = adr_typeset_find(typeset, type); local
276 assert(tnum >= 0);
278 if (!xdr_int(xdrs, &tnum))
287 int ttype, tnum; local
297 if (!xdr_int(xdrs, &tnum) ||
298 (type = adr_typeset_id(typeset, tnum)) == NULL)
/osnet-11/usr/src/lib/libsqlite/src/
H A DsqliteInt.h488 ** Table.tnum is the page number for the root BTree page of the table in the
493 ** when the VDBE cursor to the table is closed. In this case Table.tnum
505 int tnum; /* Root BTree node for this table (see note above) */ member in struct:Table
627 int tnum; /* Page containing root of this index in database file */ member in struct:Index

Completed in 32 milliseconds