Home
last modified time | relevance | path

Searched refs:XML_OBJECTINFO_REQUEST (Results 1 – 3 of 3) sorted by relevance

/dports/databases/cego/cego-2.47.11/src/
H A DCegoXMLdef.h195 #define XML_OBJECTINFO_REQUEST "OBJECTINFO" macro
H A DCegoDistDbHandler.cc878 return sendXMLReq(XML_OBJECTINFO_REQUEST, pRoot); in reqObjectInfoOp()
H A DCegoDbHandler.cc2104 else if ( docType == Chain(XML_OBJECTINFO_REQUEST) ) in acceptRequest()