Home
last modified time | relevance | path

Searched refs:sqlrdebug (Results 1 – 2 of 2) sorted by relevance

/dports/databases/sqlrelay/sqlrelay-1.7.0/src/auths/
H A Dsqlrelay.cpp26 const char *sqlrdebug; member in sqlrauth_sqlrelay
49 sqlrdebug=parameters->getAttributeValue("debug"); in sqlrauth_sqlrelay()
53 if (!charstring::compareIgnoringCase(sqlrdebug,"on")) { in sqlrauth_sqlrelay()
55 } else if (!charstring::isNullOrEmpty(sqlrdebug) && in sqlrauth_sqlrelay()
56 charstring::compareIgnoringCase(sqlrdebug,"off")) { in sqlrauth_sqlrelay()
58 sqlrcon->setDebugFile(sqlrdebug); in sqlrauth_sqlrelay()
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/api/c++/
H A Dsqlrconnection.cpp253 const char *sqlrdebug=environment::getValue("SQLRDEBUG"); in init() local
254 if (!sqlrdebug || !*sqlrdebug) { in init()
255 sqlrdebug=environment::getValue("SQLR_CLIENT_DEBUG"); in init()
257 pvt->_debug=(sqlrdebug && *sqlrdebug && !charstring::isNo(sqlrdebug)); in init()
258 if (pvt->_debug && !charstring::isYes(sqlrdebug) && in init()
259 !charstring::isNo(sqlrdebug)) { in init()
260 setDebugFile(sqlrdebug); in init()