Lines Matching refs:search_type

80 extern int get_agentEntry(int search_type, AgentEntry_t **agentEntry_data, IndexType *index);
82 extern int get_agentID(int search_type, Integer *agentID, IndexType *index);
83 extern int get_agentStatus(int search_type, Integer *agentStatus, IndexType *index);
85 extern int get_agentTimeOut(int search_type, Integer *agentTimeOut, IndexType *index);
87 extern int get_agentPortNumber(int search_type, Integer *agentPortNumber, IndexType *index);
89 extern int get_agentPersonalFile(int search_type, String *agentPersonalFile, IndexType *index);
92 extern int get_agentConfigFile(int search_type, String *agentConfigFile, IndexType *index);
95 extern int get_agentExecutable(int search_type, String *agentExecutable, IndexType *index);
98 extern int get_agentVersionNum(int search_type, String *agentVersionNum, IndexType *index);
101 extern int get_agentProcessID(int search_type, Integer *agentProcessID, IndexType *index);
103 extern int get_agentName(int search_type, String *agentName, IndexType *index);
106 extern int get_agentSystemUpTime(int search_type, Integer *agentSystemUpTime, IndexType *index);
108 extern int get_agentWatchDogTime(int search_type, Integer *agentWatchDogTime, IndexType *index);
112 extern int get_regTblEntry(int search_type, RegTblEntry_t **regTblEntry_data, IndexType *index);
114 extern int get_regTblIndex(int search_type, Integer *regTblIndex, IndexType *index);
115 extern int get_regTblAgentID(int search_type, Integer *regTblAgentID, IndexType *index);
116 extern int get_regTblOID(int search_type, Oid *regTblOID, IndexType *index);
119 extern int get_regTblStartColumn(int search_type, Integer *regTblStartColumn, IndexType *index);
121 extern int get_regTblEndColumn(int search_type, Integer *regTblEndColumn, IndexType *index);
123 extern int get_regTblStartRow(int search_type, Integer *regTblStartRow, IndexType *index);
125 extern int get_regTblEndRow(int search_type, Integer *regTblEndRow, IndexType *index);
127 extern int get_regTblStatus(int search_type, Integer *regTblStatus, IndexType *index);
130 extern int get_regTreeEntry(int search_type, RegTreeEntry_t **regTreeEntry_data, IndexType *index);
132 extern int get_regTreeIndex(int search_type, Integer *regTreeIndex, IndexType *index);
133 extern int get_regTreeAgentID(int search_type, Integer *regTreeAgentID, IndexType *index);
134 extern int get_regTreeOID(int search_type, Oid *regTreeOID, IndexType *index);
137 extern int get_regTreeStatus(int search_type, Integer *regTreeStatus, IndexType *index);