Lines Matching refs:search_type

45 extern int get_regTblEntry(int search_type, RegTblEntry_t **regTblEntry_data, IndexType *index)
54 search_type,
60 search_type,
66 search_type,
72 search_type,
78 search_type,
84 search_type,
90 search_type,
96 search_type,
110 int get_regTblIndex(int search_type, Integer *regTblIndex, IndexType *index)
112 /* In the case, the search_type is FIRST_ENTRY or NEXT_ENTRY */
115 switch(search_type)
157 int get_regTblAgentID(int search_type, Integer *regTblAgentID, IndexType *index)
159 /* In the case, the search_type is FIRST_ENTRY or NEXT_ENTRY */
162 switch(search_type)
204 int get_regTblOID(int search_type, Oid *regTblOID, IndexType *index)
210 /* In the case, the search_type is FIRST_ENTRY or NEXT_ENTRY */
213 switch(search_type)
303 int get_regTblStartColumn(int search_type, Integer *regTblStartColumn, IndexType *index)
305 /* In the case, the search_type is FIRST_ENTRY or NEXT_ENTRY */
308 switch(search_type)
375 int get_regTblEndColumn(int search_type, Integer *regTblEndColumn, IndexType *index)
377 /* In the case, the search_type is FIRST_ENTRY or NEXT_ENTRY */
380 switch(search_type)
447 int get_regTblStartRow(int search_type, Integer *regTblStartRow, IndexType *index)
449 /* In the case, the search_type is FIRST_ENTRY or NEXT_ENTRY */
452 switch(search_type)
519 int get_regTblEndRow(int search_type, Integer *regTblEndRow, IndexType *index)
521 /* In the case, the search_type is FIRST_ENTRY or NEXT_ENTRY */
524 switch(search_type)
591 int get_regTblStatus(int search_type, Integer *regTblStatus, IndexType *index)
593 /* In the case, the search_type is FIRST_ENTRY or NEXT_ENTRY */
596 switch(search_type)