Lines Matching refs:scheme
71 %/* A scheme is a description of the fields of a table. */
98 % STRUCTRWLOCK(scheme);
101 %/* Accessor: return number of keys in scheme. */
107 %/* Constructor: create empty scheme */
114 %/* Constructor: create new scheme by making copy of 'orig'.
115 % All items within old scheme are also copied (i.e. no shared pointers). */
121 %/* Destructor: delete all keys associated with scheme and scheme itself. */
128 % of this scheme. If so, return in 'result' the index's number. */
142 % return (WLOCK(scheme));
146 % return (WULOCK(scheme));
150 % return (RLOCK(scheme));
154 % return (RULOCK(scheme));