Lines Matching refs:key1

121 								Datum key1, Datum key2, Datum key3, Datum key4);
128 Datum key1);
130 Datum key1, Datum key2);
132 Datum key1, Datum key2, Datum key3);
134 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);
144 Datum key1, Datum key2, Datum key3, Datum key4);
157 Datum key1, Datum key2, Datum key3, Datum key4);
162 Datum key1, Datum key2, Datum key3);
175 #define SearchSysCacheCopy1(cacheId, key1) \ argument
176 SearchSysCacheCopy(cacheId, key1, 0, 0, 0)
177 #define SearchSysCacheCopy2(cacheId, key1, key2) \ argument
178 SearchSysCacheCopy(cacheId, key1, key2, 0, 0)
179 #define SearchSysCacheCopy3(cacheId, key1, key2, key3) \ argument
180 SearchSysCacheCopy(cacheId, key1, key2, key3, 0)
181 #define SearchSysCacheCopy4(cacheId, key1, key2, key3, key4) \ argument
182 SearchSysCacheCopy(cacheId, key1, key2, key3, key4)
184 #define SearchSysCacheExists1(cacheId, key1) \ argument
185 SearchSysCacheExists(cacheId, key1, 0, 0, 0)
186 #define SearchSysCacheExists2(cacheId, key1, key2) \ argument
187 SearchSysCacheExists(cacheId, key1, key2, 0, 0)
188 #define SearchSysCacheExists3(cacheId, key1, key2, key3) \ argument
189 SearchSysCacheExists(cacheId, key1, key2, key3, 0)
190 #define SearchSysCacheExists4(cacheId, key1, key2, key3, key4) \ argument
191 SearchSysCacheExists(cacheId, key1, key2, key3, key4)
193 #define GetSysCacheOid1(cacheId, oidcol, key1) \ argument
194 GetSysCacheOid(cacheId, oidcol, key1, 0, 0, 0)
195 #define GetSysCacheOid2(cacheId, oidcol, key1, key2) \ argument
196 GetSysCacheOid(cacheId, oidcol, key1, key2, 0, 0)
197 #define GetSysCacheOid3(cacheId, oidcol, key1, key2, key3) \ argument
198 GetSysCacheOid(cacheId, oidcol, key1, key2, key3, 0)
199 #define GetSysCacheOid4(cacheId, oidcol, key1, key2, key3, key4) \ argument
200 GetSysCacheOid(cacheId, oidcol, key1, key2, key3, key4)
202 #define GetSysCacheHashValue1(cacheId, key1) \ argument
203 GetSysCacheHashValue(cacheId, key1, 0, 0, 0)
204 #define GetSysCacheHashValue2(cacheId, key1, key2) \ argument
205 GetSysCacheHashValue(cacheId, key1, key2, 0, 0)
206 #define GetSysCacheHashValue3(cacheId, key1, key2, key3) \ argument
207 GetSysCacheHashValue(cacheId, key1, key2, key3, 0)
208 #define GetSysCacheHashValue4(cacheId, key1, key2, key3, key4) \ argument
209 GetSysCacheHashValue(cacheId, key1, key2, key3, key4)
211 #define SearchSysCacheList1(cacheId, key1) \ argument
212 SearchSysCacheList(cacheId, 1, key1, 0, 0)
213 #define SearchSysCacheList2(cacheId, key1, key2) \ argument
214 SearchSysCacheList(cacheId, 2, key1, key2, 0)
215 #define SearchSysCacheList3(cacheId, key1, key2, key3) \ argument
216 SearchSysCacheList(cacheId, 3, key1, key2, key3)