Lines Matching refs:key1

108 			   Datum key1, Datum key2, Datum key3, Datum key4);
113 Datum key1, Datum key2, Datum key3, Datum key4);
115 Datum key1, Datum key2, Datum key3, Datum key4);
117 Datum key1, Datum key2, Datum key3, Datum key4);
127 Datum key1, Datum key2, Datum key3, Datum key4);
132 Datum key1, Datum key2, Datum key3, Datum key4);
145 #define SearchSysCache1(cacheId, key1) \ argument
146 SearchSysCache(cacheId, key1, 0, 0, 0)
147 #define SearchSysCache2(cacheId, key1, key2) \ argument
148 SearchSysCache(cacheId, key1, key2, 0, 0)
149 #define SearchSysCache3(cacheId, key1, key2, key3) \ argument
150 SearchSysCache(cacheId, key1, key2, key3, 0)
151 #define SearchSysCache4(cacheId, key1, key2, key3, key4) \ argument
152 SearchSysCache(cacheId, key1, key2, key3, key4)
154 #define SearchSysCacheCopy1(cacheId, key1) \ argument
155 SearchSysCacheCopy(cacheId, key1, 0, 0, 0)
156 #define SearchSysCacheCopy2(cacheId, key1, key2) \ argument
157 SearchSysCacheCopy(cacheId, key1, key2, 0, 0)
158 #define SearchSysCacheCopy3(cacheId, key1, key2, key3) \ argument
159 SearchSysCacheCopy(cacheId, key1, key2, key3, 0)
160 #define SearchSysCacheCopy4(cacheId, key1, key2, key3, key4) \ argument
161 SearchSysCacheCopy(cacheId, key1, key2, key3, key4)
163 #define SearchSysCacheExists1(cacheId, key1) \ argument
164 SearchSysCacheExists(cacheId, key1, 0, 0, 0)
165 #define SearchSysCacheExists2(cacheId, key1, key2) \ argument
166 SearchSysCacheExists(cacheId, key1, key2, 0, 0)
167 #define SearchSysCacheExists3(cacheId, key1, key2, key3) \ argument
168 SearchSysCacheExists(cacheId, key1, key2, key3, 0)
169 #define SearchSysCacheExists4(cacheId, key1, key2, key3, key4) \ argument
170 SearchSysCacheExists(cacheId, key1, key2, key3, key4)
172 #define GetSysCacheOid1(cacheId, key1) \ argument
173 GetSysCacheOid(cacheId, key1, 0, 0, 0)
174 #define GetSysCacheOid2(cacheId, key1, key2) \ argument
175 GetSysCacheOid(cacheId, key1, key2, 0, 0)
176 #define GetSysCacheOid3(cacheId, key1, key2, key3) \ argument
177 GetSysCacheOid(cacheId, key1, key2, key3, 0)
178 #define GetSysCacheOid4(cacheId, key1, key2, key3, key4) \ argument
179 GetSysCacheOid(cacheId, key1, key2, key3, key4)
181 #define GetSysCacheHashValue1(cacheId, key1) \ argument
182 GetSysCacheHashValue(cacheId, key1, 0, 0, 0)
183 #define GetSysCacheHashValue2(cacheId, key1, key2) \ argument
184 GetSysCacheHashValue(cacheId, key1, key2, 0, 0)
185 #define GetSysCacheHashValue3(cacheId, key1, key2, key3) \ argument
186 GetSysCacheHashValue(cacheId, key1, key2, key3, 0)
187 #define GetSysCacheHashValue4(cacheId, key1, key2, key3, key4) \ argument
188 GetSysCacheHashValue(cacheId, key1, key2, key3, key4)
190 #define SearchSysCacheList1(cacheId, key1) \ argument
191 SearchSysCacheList(cacheId, 1, key1, 0, 0, 0)
192 #define SearchSysCacheList2(cacheId, key1, key2) \ argument
193 SearchSysCacheList(cacheId, 2, key1, key2, 0, 0)
194 #define SearchSysCacheList3(cacheId, key1, key2, key3) \ argument
195 SearchSysCacheList(cacheId, 3, key1, key2, key3, 0)
196 #define SearchSysCacheList4(cacheId, key1, key2, key3, key4) \ argument
197 SearchSysCacheList(cacheId, 4, key1, key2, key3, key4)