Lines Matching refs:key1

119 			   Datum key1, Datum key2, Datum key3, Datum key4);
126 Datum key1);
128 Datum key1, Datum key2);
130 Datum key1, Datum key2, Datum key3);
132 Datum key1, Datum key2, Datum key3, Datum key4);
138 Datum key1, Datum key2, Datum key3, Datum key4);
140 Datum key1, Datum key2, Datum key3, Datum key4);
142 Datum key1, Datum key2, Datum key3, Datum key4);
155 Datum key1, Datum key2, Datum key3, Datum key4);
160 Datum key1, Datum key2, Datum key3);
173 #define SearchSysCacheCopy1(cacheId, key1) \
174 SearchSysCacheCopy(cacheId, key1, 0, 0, 0)
175 #define SearchSysCacheCopy2(cacheId, key1, key2) \
176 SearchSysCacheCopy(cacheId, key1, key2, 0, 0)
177 #define SearchSysCacheCopy3(cacheId, key1, key2, key3) \
178 SearchSysCacheCopy(cacheId, key1, key2, key3, 0)
179 #define SearchSysCacheCopy4(cacheId, key1, key2, key3, key4) \
180 SearchSysCacheCopy(cacheId, key1, key2, key3, key4)
182 #define SearchSysCacheExists1(cacheId, key1) \
183 SearchSysCacheExists(cacheId, key1, 0, 0, 0)
184 #define SearchSysCacheExists2(cacheId, key1, key2) \
185 SearchSysCacheExists(cacheId, key1, key2, 0, 0)
186 #define SearchSysCacheExists3(cacheId, key1, key2, key3) \
187 SearchSysCacheExists(cacheId, key1, key2, key3, 0)
188 #define SearchSysCacheExists4(cacheId, key1, key2, key3, key4) \
189 SearchSysCacheExists(cacheId, key1, key2, key3, key4)
191 #define GetSysCacheOid1(cacheId, key1) \
192 GetSysCacheOid(cacheId, key1, 0, 0, 0)
193 #define GetSysCacheOid2(cacheId, key1, key2) \
194 GetSysCacheOid(cacheId, key1, key2, 0, 0)
195 #define GetSysCacheOid3(cacheId, key1, key2, key3) \
196 GetSysCacheOid(cacheId, key1, key2, key3, 0)
197 #define GetSysCacheOid4(cacheId, key1, key2, key3, key4) \
198 GetSysCacheOid(cacheId, key1, key2, key3, key4)
200 #define GetSysCacheHashValue1(cacheId, key1) \
201 GetSysCacheHashValue(cacheId, key1, 0, 0, 0)
202 #define GetSysCacheHashValue2(cacheId, key1, key2) \
203 GetSysCacheHashValue(cacheId, key1, key2, 0, 0)
204 #define GetSysCacheHashValue3(cacheId, key1, key2, key3) \
205 GetSysCacheHashValue(cacheId, key1, key2, key3, 0)
206 #define GetSysCacheHashValue4(cacheId, key1, key2, key3, key4) \
207 GetSysCacheHashValue(cacheId, key1, key2, key3, key4)
209 #define SearchSysCacheList1(cacheId, key1) \
210 SearchSysCacheList(cacheId, 1, key1, 0, 0)
211 #define SearchSysCacheList2(cacheId, key1, key2) \
212 SearchSysCacheList(cacheId, 2, key1, key2, 0)
213 #define SearchSysCacheList3(cacheId, key1, key2, key3) \
214 SearchSysCacheList(cacheId, 3, key1, key2, key3)