Home
last modified time | relevance | path

Searched refs:dbResult (Results 1 – 25 of 106) sorted by relevance

12345

/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/plugins/backends/aqhbci/joblayer/
H A Djobqueue_dispatch.c120 GWEN_DB_NODE *dbResult; in _scanAllResultSegments() local
127 dbResult=GWEN_DB_FindFirstGroup(dbCurr, "result"); in _scanAllResultSegments()
128 while (dbResult) { in _scanAllResultSegments()
130 p=GWEN_DB_GetCharValue(dbResult, "text", 0, ""); in _scanAllResultSegments()
190 dbResult=GWEN_DB_FindNextGroup(dbResult, "result"); in _scanAllResultSegments()
380 GWEN_DB_NODE *dbResult; in _possiblyExtractAttachPoint() local
383 while (dbResult) { in _possiblyExtractAttachPoint()
406 dbResult=GWEN_DB_FindNextGroup(dbResult, "result"); in _possiblyExtractAttachPoint()
430 GWEN_DB_NODE *dbResult; in _handleSegmentResult() local
433 while (dbResult) { in _handleSegmentResult()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbLinq/Test/Providers/Linq_101_Samples/
H A DOptimisticConcurrence.cs138 var dbResult = New NorthwindDataContext(My.Settings.NORTHWINDConnectionString1) in LinqToSqlOptimistic01()
139 var result = dbResult.Products.First(p=>p.ProductID = 1) in LinqToSqlOptimistic01()
182 var dbResult = New NorthwindDataContext(My.Settings.NORTHWINDConnectionString1) in LinqToSqlOptimistic01()
183 var result = dbResult.Products.First(p=>p.ProductID = 1) in LinqToSqlOptimistic01()
228 var dbResult = New NorthwindDataContext(My.Settings.NORTHWINDConnectionString1) in LinqToSqlOptimistic01()
229 var result = dbResult.Products.First(p=>p.ProductID = 1) in LinqToSqlOptimistic01()
292 var dbResult = New NorthwindDataContext(My.Settings.NORTHWINDConnectionString1) in LinqToSqlOptimistic01()
293 var result = dbResult.Products.First(p=>p.ProductID = 1) in LinqToSqlOptimistic01()
351 var dbResult = New NorthwindDataContext(My.Settings.NORTHWINDConnectionString1) in LinqToSqlOptimistic01()
355 var result = dbResult.Products.First(p=>p.ProductID = tmp + 1) in LinqToSqlOptimistic01()
[all …]
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/plugins/backends/aqhbci/applayer/
H A Dadminjobs.c224 GWEN_DB_NODE *dbResult; in AH_Job_TestVersion_Process() local
226 dbResult=GWEN_DB_FindFirstGroup(dbMsgResponse, "result"); in AH_Job_TestVersion_Process()
227 while (dbResult && in AH_Job_TestVersion_Process()
232 code=GWEN_DB_GetIntValue(dbResult, "resultCode", 0, -1); in AH_Job_TestVersion_Process()
248 s=GWEN_DB_GetCharValue(dbResult, "text", 0, 0); in AH_Job_TestVersion_Process()
266 dbResult=GWEN_DB_FindNextGroup(dbResult, "result"); in AH_Job_TestVersion_Process()
/dports/databases/fortytwo-bdb/BDB-0.2.1/
H A DBDBCursor.m68 int dbResult = BDB_STATUS_UNKNOWN;
83 dbResult = cursor->c_get(cursor, &dbKey, &dbValue, flags );
85 BDB_ERROR_CODE_EVAL_BEGIN(dbResult);
94 if( BDB_STATUS_SUCCESS == dbResult ) {
107 return dbResult;
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/plugins/backends/aqfints/libaqfints/session/
H A Dsession.c559 GWEN_DB_NODE *dbResult; in AQFINTS_Session_SampleAllowedTanMethods() local
561 dbResult=GWEN_DB_FindFirstGroup(db, "result"); in AQFINTS_Session_SampleAllowedTanMethods()
562 while (dbResult) { in AQFINTS_Session_SampleAllowedTanMethods()
566 resultCode=GWEN_DB_GetIntValue(dbResult, "resultcode", 0, 0); in AQFINTS_Session_SampleAllowedTanMethods()
567 resultText=GWEN_DB_GetCharValue(dbResult, "text", 0, 0); in AQFINTS_Session_SampleAllowedTanMethods()
579 j=GWEN_DB_GetIntValue(dbResult, "param", i, 0); in AQFINTS_Session_SampleAllowedTanMethods()
587 dbResult=GWEN_DB_FindNextGroup(dbResult, "result"); in AQFINTS_Session_SampleAllowedTanMethods()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/epg/
H A DEpgTagsContainer.cpp585 const CDateTime dbResult = m_database->GetFirstStartTime(m_iEpgID); in GetFirstStartTime() local
586 if (!result.IsValid() || (dbResult.IsValid() && dbResult < result)) in GetFirstStartTime()
587 result = dbResult; in GetFirstStartTime()
602 const CDateTime dbResult = m_database->GetLastEndTime(m_iEpgID); in GetLastEndTime() local
603 if (!result.IsValid() || (dbResult.IsValid() && dbResult > result)) in GetLastEndTime()
604 result = dbResult; in GetLastEndTime()
/dports/www/bacula-web/bacula-web-8.5.2/core/db/
H A Dcdbpagination.class.php60 * @param CDBResult $dbResult
65 public function paginate($dbResult, $rowsTotal, $rowsFiltered) argument
134 return $dbResult->fetchAll();
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/frontends/php/include/
H A Dhosts.inc.php694 $dbResult = DBselect(
703 while ($dbRow = DBfetch($dbResult)) {
712 $dbResult = DBselect(
719 while ($dbRow = DBfetch($dbResult)) {
726 $dbResult = DBselect(
740 while ($dbRow = DBfetch($dbResult)) {
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/frontends/php/include/
H A Dhosts.inc.php694 $dbResult = DBselect(
703 while ($dbRow = DBfetch($dbResult)) {
712 $dbResult = DBselect(
719 while ($dbRow = DBfetch($dbResult)) {
726 $dbResult = DBselect(
740 while ($dbRow = DBfetch($dbResult)) {
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/frontends/php/include/
H A Dhosts.inc.php694 $dbResult = DBselect(
703 while ($dbRow = DBfetch($dbResult)) {
712 $dbResult = DBselect(
719 while ($dbRow = DBfetch($dbResult)) {
726 $dbResult = DBselect(
740 while ($dbRow = DBfetch($dbResult)) {
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/frontends/php/include/
H A Dhosts.inc.php694 $dbResult = DBselect(
703 while ($dbRow = DBfetch($dbResult)) {
712 $dbResult = DBselect(
719 while ($dbRow = DBfetch($dbResult)) {
726 $dbResult = DBselect(
740 while ($dbRow = DBfetch($dbResult)) {
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/frontends/php/include/
H A Dhosts.inc.php694 $dbResult = DBselect(
703 while ($dbRow = DBfetch($dbResult)) {
712 $dbResult = DBselect(
719 while ($dbRow = DBfetch($dbResult)) {
726 $dbResult = DBselect(
740 while ($dbRow = DBfetch($dbResult)) {
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/frontends/php/include/
H A Dhosts.inc.php893 $dbResult = DBselect(
902 while ($dbRow = DBfetch($dbResult)) {
911 $dbResult = DBselect(
918 while ($dbRow = DBfetch($dbResult)) {
925 $dbResult = DBselect(
939 while ($dbRow = DBfetch($dbResult)) {
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/include/
H A Dhosts.inc.php758 $dbResult = DBselect(
767 while ($dbRow = DBfetch($dbResult)) {
776 $dbResult = DBselect(
783 while ($dbRow = DBfetch($dbResult)) {
790 $dbResult = DBselect(
804 while ($dbRow = DBfetch($dbResult)) {
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/include/
H A Dhosts.inc.php758 $dbResult = DBselect(
767 while ($dbRow = DBfetch($dbResult)) {
776 $dbResult = DBselect(
783 while ($dbRow = DBfetch($dbResult)) {
790 $dbResult = DBselect(
804 while ($dbRow = DBfetch($dbResult)) {
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/include/
H A Dhosts.inc.php758 $dbResult = DBselect(
767 while ($dbRow = DBfetch($dbResult)) {
776 $dbResult = DBselect(
783 while ($dbRow = DBfetch($dbResult)) {
790 $dbResult = DBselect(
804 while ($dbRow = DBfetch($dbResult)) {
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/include/
H A Dhosts.inc.php758 $dbResult = DBselect(
767 while ($dbRow = DBfetch($dbResult)) {
776 $dbResult = DBselect(
783 while ($dbRow = DBfetch($dbResult)) {
790 $dbResult = DBselect(
804 while ($dbRow = DBfetch($dbResult)) {
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/include/
H A Dhosts.inc.php758 $dbResult = DBselect(
767 while ($dbRow = DBfetch($dbResult)) {
776 $dbResult = DBselect(
783 while ($dbRow = DBfetch($dbResult)) {
790 $dbResult = DBselect(
804 while ($dbRow = DBfetch($dbResult)) {
/dports/net-mgmt/zabbix4-agent/zabbix-4.0.30/frontends/php/include/
H A Dhosts.inc.php893 $dbResult = DBselect(
902 while ($dbRow = DBfetch($dbResult)) {
911 $dbResult = DBselect(
918 while ($dbRow = DBfetch($dbResult)) {
925 $dbResult = DBselect(
939 while ($dbRow = DBfetch($dbResult)) {
/dports/net-mgmt/zabbix4-frontend/zabbix-4.0.30/frontends/php/include/
H A Dhosts.inc.php893 $dbResult = DBselect(
902 while ($dbRow = DBfetch($dbResult)) {
911 $dbResult = DBselect(
918 while ($dbRow = DBfetch($dbResult)) {
925 $dbResult = DBselect(
939 while ($dbRow = DBfetch($dbResult)) {
/dports/net-mgmt/zabbix4-java/zabbix-4.0.30/frontends/php/include/
H A Dhosts.inc.php893 $dbResult = DBselect(
902 while ($dbRow = DBfetch($dbResult)) {
911 $dbResult = DBselect(
918 while ($dbRow = DBfetch($dbResult)) {
925 $dbResult = DBselect(
939 while ($dbRow = DBfetch($dbResult)) {
/dports/net-mgmt/zabbix4-proxy/zabbix-4.0.30/frontends/php/include/
H A Dhosts.inc.php893 $dbResult = DBselect(
902 while ($dbRow = DBfetch($dbResult)) {
911 $dbResult = DBselect(
918 while ($dbRow = DBfetch($dbResult)) {
925 $dbResult = DBselect(
939 while ($dbRow = DBfetch($dbResult)) {
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/ui/include/
H A Dhosts.inc.php895 $dbResult = DBselect(
904 while ($dbRow = DBfetch($dbResult)) {
913 $dbResult = DBselect(
920 while ($dbRow = DBfetch($dbResult)) {
927 $dbResult = DBselect(
941 while ($dbRow = DBfetch($dbResult)) {
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/ui/include/
H A Dhosts.inc.php895 $dbResult = DBselect(
904 while ($dbRow = DBfetch($dbResult)) {
913 $dbResult = DBselect(
920 while ($dbRow = DBfetch($dbResult)) {
927 $dbResult = DBselect(
941 while ($dbRow = DBfetch($dbResult)) {
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/ui/include/
H A Dhosts.inc.php895 $dbResult = DBselect(
904 while ($dbRow = DBfetch($dbResult)) {
913 $dbResult = DBselect(
920 while ($dbRow = DBfetch($dbResult)) {
927 $dbResult = DBselect(
941 while ($dbRow = DBfetch($dbResult)) {

12345